File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,11 @@ Completes Correctly With R Double And Triple Colon
295
295
[Setup] Prepare File for Editing R completion completion.R
296
296
Place Cursor In File Editor At 2 7
297
297
Wait Until Fully Initialized
298
+ # normally the completion adapter taking time to initialise is not a problem
299
+ # but because the token-based completion fallback would break our test example
300
+ # if it kicked off we try to avoid it by adding some delay
301
+ # TODO remove sleep after migrating to JupyterLab 4.0 native adapters.
302
+ Sleep 2s Workaround completion adapter taking some time to initialize
298
303
Trigger Completer
299
304
Completer Should Suggest .print.via.format
300
305
Select Completer Suggestion .print.via.format
@@ -319,6 +324,8 @@ Shows Documentation With CompletionItem Resolve
319
324
[Setup] Prepare File for Editing R completion completion.R
320
325
Place Cursor In File Editor At 8 7
321
326
Wait Until Fully Initialized
327
+ # TODO remove sleep after migrating to JupyterLab 4.0 native adapters.
328
+ Sleep 2s Workaround completion adapter taking some time to initialize
322
329
Trigger Completer
323
330
Completer Should Suggest print.data.frame
324
331
# if data.frame is not active, activate it (it should be in top 10 on any platform)
You can’t perform that action at this time.
0 commit comments