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 fd6a436 commit 7893a12Copy full SHA for 7893a12
tests/e2e-playwright/tests/conftest.py
@@ -454,13 +454,14 @@ def _(
454
open_button.click()
455
lrt_data = lrt.value.json()
456
lrt_data = lrt_data["data"]
457
- if is_product_billable:
458
- # Open project with default resources
459
- page.get_by_test_id("openWithResources").click()
460
with log_context(
461
logging.INFO,
462
"Copying template data",
463
) as copying_logger:
+ if is_product_billable:
+ # Open project with default resources
+ page.get_by_test_id("openWithResources").click()
464
+
465
# From the long running tasks response's urls, only their path is relevant
466
def url_to_path(url):
467
return urllib.parse.urlparse(url).path
0 commit comments