dehru

Results 3 comments of dehru

I'm having this same issue. I'm wondering if there's a way to just tell protractor to move on....

I'm able to use this module, write a protractor test to verify login, using this. ``` beforeEach(function() { browser.ignoreSynchronization = true; }); afterEach(function() { browser.ignoreSynchronization = false; }); ```