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.
2 parents 9b624c4 + 0b01d1b commit 5622083Copy full SHA for 5622083
tests/acceptance/Notebook.robot
@@ -9,7 +9,7 @@ Suite Setup Start Notebook Tests
9
Test Tags app:notebook
10
11
*** Variables ***
12
-${XP_NEW_MENU} xpath://div[contains(@class, "jp-FileBrowser-toolbar")]//*[contains(text(), "New")]
+${XP_NEW_MENU} xpath://jp-toolbar[contains(@class, "jp-FileBrowser-toolbar")]//*[contains(text(), "New")]
13
${XP_OPEN_COMMAND} xpath://li[@data-command = "server-proxy:open"]
14
15
*** Test Cases ***
0 commit comments