I\'m new to Protractor and I am trying to run my script.
describe(\'Navigator homepage\', function() { it(\'should proceed to login\', function() { browser.
I had a similar issue, I solved it by turning on ignore sync
browser.ignoreSynchronization = true