Everything worked out OK yesterday. Today I did an update to get all commits from svn and nothing works anymore.
Whenever I run a test I get this error:
ScriptTimeoutError: script timeout
And:
From: Task: Protractor.waitForAngular() - Locator: By(css selector, #test)
Basically it fails on login page before sending the inputs in the username and password fields.
Nothing changed in my code since yesterday, and yes, it is an angular page, so browser.waitForAngularEnabled(false);
would not work here.
Any idea? I tried everything.
It has been solved. A change in the latest commit broke it.