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 9b624c4 commit 0b01d1bCopy full SHA for 0b01d1b
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