File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Invalidates On Cell Change
60
60
Invalidates On Focus Loss
61
61
Enter Cell Editor 1 line=2
62
62
Press Keys None TAB
63
- Click JupyterLab Menu Menu
64
- Enter Cell Editor 1 line=2
63
+ Click JupyterLab Menu File
65
64
# just to increase chances of catching this on CI (which is slow)
66
65
Sleep 4s
67
66
Completer Should Not Suggest test
67
+ Enter Cell Editor 1 line=2
68
68
69
69
Uses LSP Completions When Kernel Resoponse Times Out
70
70
Configure JupyterLab Plugin {"kernelResponseTimeout": 1, "waitForBusyKernel": true} plugin id=${COMPLETION PLUGIN ID }
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Click JupyterLab Menu
184
184
[Arguments] ${label }
185
185
[Documentation] Click a top-level JupyterLab menu bar item with by ``label``,
186
186
... e.g. File, Help, etc.
187
- ${xpath } = Set Variable ${JLAB XP TOP }${JLAB XP MENU LABEL } \[text() = '${label } ']
187
+ ${xpath } = Set Variable xpath: ${JLAB XP TOP }${JLAB XP MENU LABEL } \[text() = '${label } ']
188
188
Wait Until Page Contains Element ${xpath }
189
189
Mouse Over ${xpath }
190
190
Click Element ${xpath }
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ ${HEADLESS} 1
19
19
${CMD PALETTE INPUT } css:#command-palette .lm-CommandPalette-input
20
20
${CMD PALETTE ITEM ACTIVE } css:#command-palette .lm-CommandPalette-item.lm-mod-active
21
21
${JLAB XP TOP } //div[@id='jp-top-panel']
22
- ${JLAB XP MENU ITEM LABEL } //div[@class= 'lm-Menu-itemLabel']
23
- ${JLAB XP MENU LABEL } //div[@class= 'lm-MenuBar-itemLabel']
22
+ ${JLAB XP MENU ITEM LABEL } //div[contains( @class, 'lm-Menu-itemLabel') ]
23
+ ${JLAB XP MENU LABEL } //div[contains( @class, 'lm-MenuBar-itemLabel') ]
24
24
${JLAB XP DOCK TAB } xpath://div[contains(@class, 'lm-DockPanel-tabBar')]//li[contains(@class, 'lm-TabBar-tab')]
25
25
${JLAB CSS VERSION } css:.jp-About-version
26
26
${JLAB CSS REFRESH FILES } css:button[title="Refresh File List"]
You can’t perform that action at this time.
0 commit comments