Skip to content

Commit 1ac1d33

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

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
@@ -519,7 +519,7 @@ def wait_for_done(response):
519519
_open_with_resources(page, True)
520520
open_with_resources_clicked = True
521521
if is_product_billable and not open_with_resources_clicked:
522-
_open_with_resources(page, True)
522+
_open_with_resources(page, click_it=True)
523523
project_data = response_info.value.json()
524524
assert project_data
525525
project_uuid = project_data["data"]["uuid"]

0 commit comments

Comments
 (0)