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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
We're currently trying to migrate from 1.1.3 to 1.1.4.
While doing so, many of our Ajax logic tests are failing with the No pending request to flush ! error.
When debugging our own code, it looks like the success method isn't being called anymore when doing a request:
The cause of this error is probably 4ae4681 where there are a lot of changes to the $http service.
Debugging the angular source code a bit more, it seems like the serverRequest function in http.js doesn't get executed in 1.1.4, which means sendReq never gets fired.
In 1.1.3 does get fired so the success call actually did happen then.
Has anyone seen this as well and is there a way to fix this?