Skip to content

Commit

Permalink
Merge pull request #451 from consideRatio/pr/fix-tests-for-notebook-71
Browse files Browse the repository at this point in the history
Update tests for notebook 7.1
  • Loading branch information
consideRatio authored Feb 20, 2024
2 parents 9b624c4 + 0b01d1b commit 5622083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/Notebook.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Suite Setup Start Notebook Tests
Test Tags app:notebook

*** Variables ***
${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")]
${XP_OPEN_COMMAND} xpath://li[@data-command = "server-proxy:open"]

*** Test Cases ***
Expand Down

0 comments on commit 5622083

Please sign in to comment.