diff --git a/test_example0.py b/test_example0.py index 978e5d9..9845488 100644 --- a/test_example0.py +++ b/test_example0.py @@ -4,8 +4,6 @@ @pytest.fixture(scope="function", autouse=True) def before_each_after_each(page: Page): - # Chromium, Firefox, or WebKit - # chromium.launch(headless=False, slow_mo=100) print("before the test runs")