You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write some end-to-end tests for my application which uses this module. My problem is that Protractor waits for all $http requests to finish before running the tests. Since the request is intercepted, Protractor just times out:
Timed out waiting for Protractor to synchronize with the page after 11 seconds.
I'm trying to write some end-to-end tests for my application which uses this module. My problem is that Protractor waits for all
$http
requests to finish before running the tests. Since the request is intercepted, Protractor just times out:There's a related question on SO but no answers.
Anyone have a strategy for handling this situation?
The text was updated successfully, but these errors were encountered: