Skip to content

Commit 42e9620

Browse files
committed
Update locator to use hidden class
Signed-off-by: Luca Giorgi <[email protected]>
1 parent 233fe8a commit 42e9620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JupyterLibrary/clients/jupyterlab/Selectors.resource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ${JLAB XP CARD} //div[contains(@class, 'jp-LauncherCard'
2929
${JLAB XP DOCK} //div[@id='jp-main-dock-panel']
3030
${JLAB XP MENU ITEM} //li[contains(@class, 'p-Menu-item')]
3131
${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'))]
32+
${JLAB XP MENU ITEM ENABLED} ${JLAB XP MENU ITEM}\[not(contains(@class,'p-mod-hidden'))]
3333
${JLAB XP MENU ITEM LABEL ENABLED} ${JLAB XP MENU ITEM ENABLED}/div[contains(@class, 'p-Menu-itemLabel')]
3434
${JLAB XP MENU LABEL} //div[contains(@class, 'p-MenuBar-itemLabel')]
3535
${JLAB XP TOP} //div[@id='jp-top-panel']

0 commit comments

Comments
 (0)