Is there a way to verify if my AngularJS application is showing a loading circle during an async call for response?
I am trying to determine the visibility of the loading circle, as it appears that expect()
only triggers once the page has completely loaded.