-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
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
We are closing this ticket as part of our backlog grooming. Reasons: