NagRock
NagRock

Reputation: 325

Running e2e test using protractor with Angular2 and Socket.io

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

Answers (1)

Christoph Höller
Christoph Höller

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

Related Questions