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 017362d commit 045a478Copy full SHA for 045a478
tests/e2e-playwright/tests/conftest.py
@@ -516,7 +516,7 @@ def wait_for_done(response):
516
else:
517
open_button.click()
518
if is_product_billable:
519
- _open_with_resources(page, True)
+ _open_with_resources(page, click_it=True)
520
open_with_resources_clicked = True
521
if is_product_billable and not open_with_resources_clicked:
522
_open_with_resources(page, click_it=True)
0 commit comments