We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29dc89 commit e6fc642Copy full SHA for e6fc642
tests/e2e-playwright/tests/conftest.py
@@ -417,7 +417,7 @@ def log_in_and_out(
417
def _open_with_resources(page: Page, *, click_it: bool):
418
study_title_field = page.get_by_test_id("studyTitleField")
419
# wait until the title is automatically filled up
420
- expect(study_title_field).not_to_have_value("", timeout=5000)
+ expect(study_title_field).not_to_have_value("")
421
422
open_with_resources_button = page.get_by_test_id("openWithResources")
423
if click_it:
0 commit comments