After updating Angular JS 1.4.x to Angular 2, Selenium tests can\'t run anymore via grunt-protractor-runner on Firefox. As soon as AngularJS is loaded, the
See related tickets:
Based on the last comment on the selenium ticket:
Angular 2 is patching EventTarget.prototype, so they are responsible for any bugs caused by their changes.
To isolate the problem I installed the sample Angular 2 Go with Protractor ! and got exactly the same error (as in my first comment) after I changed browserName: 'chrome'
to firefox
.
Thus I created a new issue on Protractors github page.