angular / angular.js

AngularJS - HTML enhanced for web apps!
https://angularjs.org
MIT License
58.82k stars 27.51k forks source link

e2e tests on Travis CI fail randomly with protractor errors #7783

Closed mkawalec closed 10 years ago

mkawalec commented 10 years ago

Sometimes the e2e tests on Travis just fail even though the code passes the same tests locally. Travis generates an error:

Error: Error while waiting for Protractor to sync with the page:

Another hint suggesting that the problem is in Travis is that the only difference between #3a49af8 and #b36f420 is a variable name change, yet they fail at different places with the above error.

btford commented 10 years ago

I think it would be better to file an issue here → https://github.com/angular/protractor

(be sure to check that there's not already an existing issue for this problem)