Currently, I am conducting end-to-end testing on an AngularJS application using Protractor.
Every time I execute a spec, Firefox launches and closes with a particular message appearing:
After that, Firefox starts working properly and the specs run smoothly. However, this message continues to pop up in front of my work, causing annoyance. Is there any solution to this issue?
My setup involves running Protractor configured on localhost:4444, utilizing Firefox browser (version 39), and executing the tests on Mac OSX 10.
I have come across a similar post on the Protractor Github page, but it seems that no one has provided a satisfactory answer yet. Hence, I decided to inquire about it here as well. https://github.com/angular/protractor/issues/2297