From e6fc64205b19cef9a1e36243a27656495b6d8b25 Mon Sep 17 00:00:00 2001 From: Matus Drobuliak <60785969+matusdrobuliak66@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:47:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20E2E=20TIP=20test:=20use=20defaul?= =?UTF-8?q?t=20timeout=2030=20seconds=20(#6956)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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: