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 233fe8a commit 42e9620Copy full SHA for 42e9620
src/JupyterLibrary/clients/jupyterlab/Selectors.resource
@@ -29,7 +29,7 @@ ${JLAB XP CARD} //div[contains(@class, 'jp-LauncherCard'
29
${JLAB XP DOCK} //div[@id='jp-main-dock-panel']
30
${JLAB XP MENU ITEM} //li[contains(@class, 'p-Menu-item')]
31
${JLAB XP MENU ITEM LABEL} //div[contains(@class, 'p-Menu-itemLabel')]
32
-${JLAB XP MENU ITEM ENABLED} ${JLAB XP MENU ITEM}\[not(contains(@class,'p-mod-disabled'))]
+${JLAB XP MENU ITEM ENABLED} ${JLAB XP MENU ITEM}\[not(contains(@class,'p-mod-hidden'))]
33
${JLAB XP MENU ITEM LABEL ENABLED} ${JLAB XP MENU ITEM ENABLED}/div[contains(@class, 'p-Menu-itemLabel')]
34
${JLAB XP MENU LABEL} //div[contains(@class, 'p-MenuBar-itemLabel')]
35
${JLAB XP TOP} //div[@id='jp-top-panel']
0 commit comments