-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: webapp
-
None
Instead of waiting a set 5 seconds every time, we could wait until the page changed with
var EC = protractor.ExpectedConditions; browser.wait(EC.urlContains('path'), 5000);
This reduces unnecessary wait time