You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing e2e protractor tests and I need to detect when the block ui appears and disappear, but I don't see any changes in css or html when the blocker appear or disappear. can you point to something that can be detected with protractor browser.wait something like this
I am writing e2e protractor tests and I need to detect when the block ui appears and disappear, but I don't see any changes in css or html when the blocker appear or disappear. can you point to something that can be detected with protractor browser.wait something like this
browser.wait(result =>{ return element(by.className('spinner')).isPresent(); }, 20000);
The text was updated successfully, but these errors were encountered: