I am looking to write a test in Jasmine that expects a string to be displayed in the browser when a button is clicked, that triggers an AJAX call returning a JSON object from an API which then has a function run on it, to extract the required data.I am looking to write a test in Jasmine that ex