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 f4aa192 commit 5bd2da2Copy full SHA for 5bd2da2
atest/05_Features/Completion.robot
@@ -199,7 +199,7 @@ Select Completer Suggestion
199
200
Completer Should Suggest
201
[Arguments] ${text}
202
- Wait Until Page Contains Element ${COMPLETER_BOX} .jp-Completer-item[data-value="${text}"]
+ Wait Until Page Contains Element ${COMPLETER_BOX} .jp-Completer-item[data-value="${text}"] timeout=10s
203
Capture Page Screenshot ${text.replace(' ', '_')}.png
204
205
Completer Should Include Icon
0 commit comments