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 d7d226e commit e882a78Copy full SHA for e882a78
tests/e2e-playwright/tests/conftest.py
@@ -492,9 +492,6 @@ def _( # noqa: C901
492
template_id: str | None,
493
service_version: str | None,
494
) -> dict[str, Any]:
495
- assert (
496
- len(created_project_uuids) == 0
497
- ), "misuse of this fixture! only 1 study can be opened at a time. Otherwise please modify the fixture"
498
with log_context(
499
logging.INFO, f"Open project in {product_url=} as {is_product_billable=}"
500
) as ctx:
0 commit comments