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 2cb5820 commit 244c740Copy full SHA for 244c740
tests/e2e-playwright/tests/conftest.py
@@ -482,8 +482,8 @@ def create_new_project_and_delete(
482
def _(
483
expected_states: tuple[RunningState] = (RunningState.NOT_STARTED,),
484
*,
485
- press_open: bool = True,
486
- template_id: str | None = None,
+ press_open: bool,
+ template_id: str | None,
487
service_version: str | None,
488
) -> dict[str, Any]:
489
assert (
0 commit comments