Skip to content

Commit

Permalink
🎨 E2E TIP test: use default timeout 30 seconds (ITISFoundation#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Dec 12, 2024
1 parent f29dc89 commit e6fc642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-playwright/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6fc642

Please sign in to comment.