Skip to content

Commit

Permalink
Enlarge window
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 14, 2024
1 parent 6c8a619 commit 1030d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_notebooks/test_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def test_click_appstore(selenium_driver, final_screenshot):
assert len(handles) == 1
selenium.switch_to.window(handles.pop())
time.sleep(5)
selenium.set_window_size(1200, 941)
dropdown = selenium.find_element(
By.XPATH,
"//div[@id='notebook-container']/div[5]/div[2]/div[2]/div/div[3]/div/div[2]/div/select",
Expand Down

0 comments on commit 1030d46

Please sign in to comment.