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 bc94d92 commit 1ac1d33Copy full SHA for 1ac1d33
tests/e2e-playwright/tests/conftest.py
@@ -519,7 +519,7 @@ def wait_for_done(response):
519
_open_with_resources(page, True)
520
open_with_resources_clicked = True
521
if is_product_billable and not open_with_resources_clicked:
522
- _open_with_resources(page, True)
+ _open_with_resources(page, click_it=True)
523
project_data = response_info.value.json()
524
assert project_data
525
project_uuid = project_data["data"]["uuid"]
0 commit comments