Reputation: 325
I got configured protractor
that runs my e2e
tests. But since I've added a socket.io
to my application and call io.connect
protractor returns error:
Failed: Timed out waiting for Protractor to synchronize with the page after 11 seconds.
How can I test Angular 2 app with real backend using protractor?
Upvotes: 3
Views: 597
Reputation: 11
I also stumpled over this problem and opened an issue in the angular-repo: https://github.com/angular/angular/issues/11853
Upvotes: 1