-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatibility with angular-loading-bar #112
Comments
Hi @barroudjo . I apologize I haven't had the time to look into this. Have you been able to make any progress in figuring out a potential solution? |
The solution that I used was to "mock-out" angular-loading-bar on protractor tests (by using the possibility to add angular modules from protractor). It's a workaround though, not a real solution. If you found a way to keep the loading bar it'd be great ! |
@barroudjo is this the error you are getting? `Failures:
|
@barroudjo this PR addresses an issue with angular loading bar. Hopefully this solves the problem once and for all once it's merged in. |
Using all the latest versions, if I attempt to use angular-loading-bar and protractor-http-mock still results in the impossibility to make protractor work.
More precisely, once both libraries have been used, it seems protractor loses control over the browser. When in protractor repl, even a simple browser.getTitle() results in a timeout.
Any idea on this issue ? BTW here's the repo created by someone else to highlight the problem: https://github.com/Crevil/Test-protractor-mock-loading-bar.
The text was updated successfully, but these errors were encountered: