Skip to content

Commit 7893a12

Browse files
committed
openWithResources within copy from study context
1 parent fd6a436 commit 7893a12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,14 @@ def _(
454454
open_button.click()
455455
lrt_data = lrt.value.json()
456456
lrt_data = lrt_data["data"]
457-
if is_product_billable:
458-
# Open project with default resources
459-
page.get_by_test_id("openWithResources").click()
460457
with log_context(
461458
logging.INFO,
462459
"Copying template data",
463460
) as copying_logger:
461+
if is_product_billable:
462+
# Open project with default resources
463+
page.get_by_test_id("openWithResources").click()
464+
464465
# From the long running tasks response's urls, only their path is relevant
465466
def url_to_path(url):
466467
return urllib.parse.urlparse(url).path

0 commit comments

Comments
 (0)