Skip to content

Commit 6155d89

Browse files
odeimaizsanderegg
andauthored
Update tests/e2e-playwright/tests/conftest.py
Co-authored-by: Sylvain <[email protected]>
1 parent 1ac1d33 commit 6155d89

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
@@ -414,7 +414,7 @@ def log_in_and_out(
414414
page.wait_for_timeout(500)
415415

416416

417-
def _open_with_resources(page: Page, click_it: bool):
417+
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
420420
expect(study_title_field).not_to_have_value("", timeout=5000)

0 commit comments

Comments
 (0)