Skip to content

Commit b9c08c5

Browse files
committed
Fix completionItem/resovle test not waiting for resolution
1 parent ad6827f commit b9c08c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/05_Features/Completion.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ Trigger Completer
289289
Completer Should Include Documentation
290290
[Arguments] ${text}
291291
Wait Until Page Contains Element ${DOCUMENTATION_PANEL} timeout=10s
292-
Element Should Contain ${DOCUMENTATION_PANEL} ${text}
292+
Wait Until Keyword Succeeds 10 x 1 s Element Should Contain ${DOCUMENTATION_PANEL} ${text}

0 commit comments

Comments
 (0)