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 1ac1d33 commit 6155d89Copy full SHA for 6155d89
tests/e2e-playwright/tests/conftest.py
@@ -414,7 +414,7 @@ def log_in_and_out(
414
page.wait_for_timeout(500)
415
416
417
-def _open_with_resources(page: Page, click_it: bool):
+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)
0 commit comments