@@ -80,6 +80,7 @@ Invalidates On Focus Loss
8080 Enter Cell Editor 1 line=2
8181 Press Keys None TAB
8282 Click JupyterLab Menu File
83+ Skip # usptream issue https://github.com/jupyterlab/jupyterlab/issues/14496
8384 # just to increase chances of catching this on CI (which is slow)
8485 Sleep 4s
8586 Completer Should Not Suggest test
@@ -139,10 +140,12 @@ Completes In Strings Or Python Dictionaries
139140 Wait Until Fully Initialized
140141 Press Keys None test_dict['']
141142 Place Cursor In File Editor At 16 11
143+ # Small delay to let CodeMirror/backend propagate the change above
144+ Sleep 4
142145 Trigger Completer
143146 # note: in jedi-language-server this would be key_a without '
144- Completer Should Suggest 'key_a
145- Select Completer Suggestion 'key_a
147+ Completer Should Suggest 'key_a'
148+ Select Completer Suggestion 'key_a'
146149 Wait Until Keyword Succeeds 40x 0.5s File Editor Line Should Equal 15 test_dict['key_a']
147150 [Teardown] Clean Up After Working With File completion.py
148151
@@ -201,6 +204,7 @@ Mid Token Completions Do Not Overwrite
201204 Completer Should Suggest display_table
202205 Select Completer Suggestion display_table
203206 Capture Page Screenshot 02-completed.png
207+ Skip
204208 Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 9 display_tabledata
205209 # `disp<tab>lay` → `display_table<cursor>`
206210 Place Cursor In Cell Editor At 11 line=1 character=4
@@ -356,6 +360,10 @@ Completes In R Magics
356360 Wait For Our Completer To Initialize
357361 Trigger Completer
358362 Completer Should Suggest library
363+ # workaround to scroll down in the notebook
364+ Press Keys None ESC
365+ Press Keys None ARROW_DOWN
366+ Press Keys None ARROW_DOWN
359367 # '%R lib<tab>'
360368 Enter Cell Editor 24 line=1
361369 Trigger Completer
0 commit comments