Skip to content

Commit 6da0980

Browse files
committed
Fix kernel/LSP merge test case (os.pathsep is not a valid import)
and it is not returned by kernel in newer versions
1 parent 9ec7dc1 commit 6da0980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

atest/05_Features/Completion.robot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ Kernel And LSP Completions Merge Prefix Conflicts Are Resolved
219219
Configure JupyterLab Plugin {"kernelResponseTimeout": -1, "waitForBusyKernel": false}
220220
... plugin id=${COMPLETION PLUGIN ID}
221221
# For more details see: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/30#issuecomment-576003987
222-
# `import os.pat<tab>` → `import os.pathsep`
222+
# `import os.pat<tab>` → `import os.path`
223223
Enter Cell Editor 15 line=1
224224
Trigger Completer
225-
Completer Should Suggest pathsep
226-
Select Completer Suggestion pathsep
227-
Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 15 import os.pathsep
225+
Completer Should Suggest path
226+
Select Completer Suggestion path
227+
Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 15 import os.path
228228

229229
Triggers Completer On Dot
230230
Enter Cell Editor 2 line=1

0 commit comments

Comments
 (0)