Leonardo Lima
Leonardo Lima

Reputation: 33

Error while waiting for Protractor to sync with the page: "[ng:test] no injector found for element argument to getTestability

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

Answers (1)

ktom
ktom

Reputation: 226

Use browser.driver.get instead of browser.get.

Upvotes: 1

Related Questions