-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Description
Problem: waitUrlEquals
triggers an error even though the assertion should pass.
Code:
Scenario('navigation & routing', async function(I) {
I.amOnPage('http://localhost:8080');
I.click('Buttons', '.side-panel');
I.waitUrlEquals('/buttons/single', 2); // <<< ERROR
});
Result:
-- FAILURES:
1) Example test
navigation & routing:
expected url to be http://localhost:8080/ui/buttons/single, but found:
http://localhost:8080/ui/buttons/single
Is there something I'm doing wrong or is this just a plain bug 🪲 ?
timkulich
Metadata
Metadata
Assignees
Labels
No labels