Yesterday went smoothly, but today after updating to pull all commits from svn, everything stopped working.
Every time I run a test, I encounter this error:
ScriptTimeoutError: script timeout
And:
From: Task: Protractor.waitForAngular() - Locator: By(css selector, #test)
The issue arises on the login page before entering any information into the username and password fields. Despite not making any changes to my code since yesterday, and even though it is an angular page, using
browser.waitForAngularEnabled(false);
does not solve the problem.
Any suggestions? I've tried everything.