From d7cbf4c81b7e34b6e7fc971ce465ea8c3dcb71f4 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Mon, 14 Oct 2024 23:11:31 +0100 Subject: [PATCH] Window size --- tests_notebooks/test_manage_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_notebooks/test_manage_app.py b/tests_notebooks/test_manage_app.py index 8047876..7a7cec4 100755 --- a/tests_notebooks/test_manage_app.py +++ b/tests_notebooks/test_manage_app.py @@ -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')]")