I am e2e testing an AngularJS app with Protractor.
Each time I run a spec, Firefox opens, quits this pops up:
and then firefox works and the specs run fine. This stays infront of whatever I'm working on after the test and is annoying. Any fixes?
I am running protractor, configured on localhost:4444, and using the firefox browser (firefox 39), and running on mac osx 10.
I saw this posted on the Protractor Github page but no one seems to have an answer for it quite yet so I figured I'd ask here as well. https://github.com/angular/protractor/issues/2297