We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b1d94 commit 8baf3bfCopy full SHA for 8baf3bf
src/JupyterLibrary/clients/jupyterlab/Shell.robot
@@ -42,7 +42,7 @@ Click JupyterLab Menu
42
Click JupyterLab Menu Item
43
[Arguments] ${label}
44
[Documentation] Click a currently-visible JupyterLab menu item by ``label``.
45
- ${item} = Set Variable ${JLAB XP MENU ITEM LABEL}\[text() = '${label}']
+ ${item} = Set Variable ${JLAB XP MENU ITEM LABEL}\[text() = '${label}']/..[not(contains(@class,'p-mod-disabled'))]
46
Wait Until Page Contains Element ${item}
47
Mouse Over ${item}
48
Click Element ${item}
0 commit comments