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 ad6827f commit b9c08c5Copy full SHA for b9c08c5
atest/05_Features/Completion.robot
@@ -289,4 +289,4 @@ Trigger Completer
289
Completer Should Include Documentation
290
[Arguments] ${text}
291
Wait Until Page Contains Element ${DOCUMENTATION_PANEL} timeout=10s
292
- Element Should Contain ${DOCUMENTATION_PANEL} ${text}
+ Wait Until Keyword Succeeds 10 x 1 s Element Should Contain ${DOCUMENTATION_PANEL} ${text}
0 commit comments