From e85747a9240bb0a3be49a5ebaffc490c135d81a9 Mon Sep 17 00:00:00 2001 From: matusdrobuliak66 Date: Thu, 12 Dec 2024 11:28:24 +0100 Subject: [PATCH] use default timeout 30 seconds --- tests/e2e-playwright/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e-playwright/tests/conftest.py b/tests/e2e-playwright/tests/conftest.py index 20c40c3a291..e815ff6c522 100644 --- a/tests/e2e-playwright/tests/conftest.py +++ b/tests/e2e-playwright/tests/conftest.py @@ -417,7 +417,7 @@ def log_in_and_out( def _open_with_resources(page: Page, *, click_it: bool): study_title_field = page.get_by_test_id("studyTitleField") # wait until the title is automatically filled up - expect(study_title_field).not_to_have_value("", timeout=5000) + expect(study_title_field).not_to_have_value("") open_with_resources_button = page.get_by_test_id("openWithResources") if click_it: