Skip to content

Commit 045a478

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

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
@@ -516,7 +516,7 @@ def wait_for_done(response):
516516
else:
517517
open_button.click()
518518
if is_product_billable:
519-
_open_with_resources(page, True)
519+
_open_with_resources(page, click_it=True)
520520
open_with_resources_clicked = True
521521
if is_product_billable and not open_with_resources_clicked:
522522
_open_with_resources(page, click_it=True)

0 commit comments

Comments
 (0)