diff --git a/tests/integration/test_stateless_app.py b/tests/integration/tests_playwright/test_stateless_app.py similarity index 97% rename from tests/integration/test_stateless_app.py rename to tests/integration/tests_playwright/test_stateless_app.py index b4c449451..129b69dc7 100644 --- a/tests/integration/test_stateless_app.py +++ b/tests/integration/tests_playwright/test_stateless_app.py @@ -21,7 +21,7 @@ def StatelessApp(): app.add_page(index) -@pytest.fixture(scope="session") +@pytest.fixture(scope="module") def stateless_app(tmp_path_factory) -> Generator[AppHarness, None, None]: """Create a stateless app AppHarness.