You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
I've decided to see what was happening with Firefox 50, latest selenium and protractor
Here are my versions.
Node Version: v5.10.1
Protractor Version: 4.0.11
Angular Version: 1.4.9
Browser(s): Firefox 50
Operating System and Version Windows 10
Selenium 3.0.1
Firefox driver: 0.11.1 (gecko driver)
When I use the same test framework on Chrome or Internet explorer, everything just runs fine in my test
However when I use Firefox 50, I get many timeout related errors:
Failed: Error while waiting for Protractor to sync with the page: "[ng:test] http://errors.angularjs.org/1.4.7/ng/test"
Or
Failed: Error while waiting for Protractor to sync with the page: "window.angular is undefined
The place where you get these errors seems to be random.
The tests are the same for all browsers, my capabilities are as follows from the test file: