Skip to content

Commit

Permalink
Window size
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 21, 2024
1 parent a9cbb3f commit d7cbf4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests_notebooks/test_manage_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ def test_single_app(selenium_driver, final_screenshot):
url_params = {"app": "aiidalab-widgets-base"}
selenium = selenium_driver("single_app.ipynb", url_params)
selenium.set_window_size(1440, 828)
selenium.set_window_size(950, 1000)
selenium.find_element(By.XPATH, "//button[contains(.,'Uninstall')]")
selenium.find_element(By.XPATH, "//button[contains(.,'Install')]")

0 comments on commit d7cbf4c

Please sign in to comment.