Reputation: 33
I'm getting the following error with protractor when I try to switch between a non angular page to angular page setting browser.ignoreSynchronization = false in afterEach function.
Error while waiting for Protractor to sync with the page: "[ng:test] no injector found for element argument to getTestability\nhttp://errors.angularjs.org/1.3.14/ng/test
Does anyone knows what could I do to solve this problem?
Upvotes: 2
Views: 891