Protractor and angular-oauth2-oidc timeout issue
See original GitHub issueWhen we run e2e tests with protractor we get below timeout error…
- Failed: Timed out waiting for asynchronous Angular tasks to finish after 11 seconds. This may be because the current page is not an Angular application. Please see the FAQ for more details: https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular While waiting for element with locator - Locator: By(css selector, *[id="title"])
It seems similar issue as #248 - I tried with version 4+ but still the same issue…some background process(s) is running too long.
e2e test cases were working fine when we were using "angular2-oauth2": "^1.3.10"
we recently upgraded to angular-oauth2-oidc
since we required id_token for authorization.
Current version: angular-oauth2-oidc : v3.1.4 node : v10.6.0 npm: V6.1.0 angular: v5.1
@manfredsteyer This is very critical for our e2e testing and blocking our progress, please help us. Let me know if you need any additional information.
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top GitHub Comments
Cool thanks I got it working in onPrepare.
@jeroenheijmans Thanks Jeroen for help…we upgraded to ng6 and use odic version 4, it works fine.