Skip to content

Commit 5622083

Browse files
authored
Merge pull request #451 from consideRatio/pr/fix-tests-for-notebook-71
Update tests for notebook 7.1
2 parents 9b624c4 + 0b01d1b commit 5622083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/Notebook.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Suite Setup Start Notebook Tests
99
Test Tags app:notebook
1010

1111
*** Variables ***
12-
${XP_NEW_MENU} xpath://div[contains(@class, "jp-FileBrowser-toolbar")]//*[contains(text(), "New")]
12+
${XP_NEW_MENU} xpath://jp-toolbar[contains(@class, "jp-FileBrowser-toolbar")]//*[contains(text(), "New")]
1313
${XP_OPEN_COMMAND} xpath://li[@data-command = "server-proxy:open"]
1414

1515
*** Test Cases ***

0 commit comments

Comments
 (0)