@@ -19,8 +19,8 @@ Works With Kernel Running
1919 Completer Should Suggest TabError
2020 # this comes from LSP:
2121 Completer Should Suggest test
22- # this comes from kernel
23- Completer Should Suggest %%timeit
22+ # this comes from kernel; sometimes the kernel response may come a bit later
23+ Wait Until Keyword Succeeds 20x 0.5s Completer Should Suggest %%timeit
2424 Press Keys None ENTER
2525 Capture Page Screenshot 03-completion-confirmed.png
2626 ${content } = Get Cell Editor Content 1
@@ -47,7 +47,7 @@ Autocompletes If Only One Option
4747 Enter Cell Editor 3 line=1
4848 Press Keys None cle
4949 Press Keys None TAB
50- Wait Until Keyword Succeeds 20x 0.5s Cell Editor Should Equal 3 list.clear
50+ Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 3 list.clear
5151 [Teardown] Clean Up After Working With File Completion.ipynb
5252
5353User Can Select Lowercase After Starting Uppercase
@@ -56,7 +56,7 @@ User Can Select Lowercase After Starting Uppercase
5656 Trigger Completer
5757 Completer Should Suggest time
5858 Press Keys None ENTER
59- Wait Until Keyword Succeeds 20x 0.5s Cell Editor Should Equal 4 from time import time
59+ Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 4 from time import time
6060 [Teardown] Clean Up After Working With File Completion.ipynb
6161
6262*** Keywords ***
@@ -85,4 +85,4 @@ Completer Should Not Suggest
8585
8686Trigger Completer
8787 Press Keys None TAB
88- Wait Until Page Contains Element ${COMPLETER_BOX } timeout=6s
88+ Wait Until Page Contains Element ${COMPLETER_BOX } timeout=15s
0 commit comments