We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40e51b commit 0e71e06Copy full SHA for 0e71e06
demo/tests/browser.robot
@@ -57,7 +57,7 @@ Check Development Environment Color
57
Verify Url Navigation
58
[Documentation] Verifies the functionality of the url navigation
59
Open Todo App
60
- Verify Url Ends With todo
+ Wait Until Keyword Succeeds 5s 500ms Verify Url Ends With todo
61
Click a[href="#/done"]
62
Wait Until Keyword Succeeds 5s 500ms Verify Url Ends With done
63
@@ -94,7 +94,6 @@ Open Todo App
94
[Documentation] Opens the webapp on localhost
95
New Browser ${BROWSER} ${HEADLESS}
96
New Page ${WEB_APP_URL}:${PORT}
97
- Wait For Load State
98
99
Check App Title
100
[Documentation] Checks the app title against the expected value
0 commit comments