Skip to content

Commit

Permalink
Increase timeout in completion
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 31, 2020
1 parent f4aa192 commit 5bd2da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atest/05_Features/Completion.robot
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Select Completer Suggestion

Completer Should Suggest
[Arguments] ${text}
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
Capture Page Screenshot ${text.replace(' ', '_')}.png

Completer Should Include Icon
Expand Down

0 comments on commit 5bd2da2

Please sign in to comment.