We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdc218 commit 3ef59e3Copy full SHA for 3ef59e3
atest/_resources/Keywords.resource
@@ -334,6 +334,9 @@ Gently Reset Workspace
334
Enter Cell Editor
335
[Arguments] ${cell_nr} ${line}=1
336
Click Element css:.jp-Cell:nth-child(${cell_nr}) .cm-line:nth-child(${line})
337
+ # So it should be focused after click right? Well, not when using this driver
338
+ # in JupyterLab 4.1 - we still need to press enter apparently.
339
+ Press Keys None ENTER
340
Wait Until Page Contains Element css:.jp-Cell:nth-child(${cell_nr}) .cm-focused
341
# clicking on line does not appear sufficient in CM6 (but still useful because it ensures we have it in view
342
Execute JavaScript
0 commit comments