Skip to content

Commit e6fc642

Browse files
🎨 E2E TIP test: use default timeout 30 seconds (#6956)
1 parent f29dc89 commit e6fc642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def log_in_and_out(
417417
def _open_with_resources(page: Page, *, click_it: bool):
418418
study_title_field = page.get_by_test_id("studyTitleField")
419419
# wait until the title is automatically filled up
420-
expect(study_title_field).not_to_have_value("", timeout=5000)
420+
expect(study_title_field).not_to_have_value("")
421421

422422
open_with_resources_button = page.get_by_test_id("openWithResources")
423423
if click_it:

0 commit comments

Comments
 (0)