diff --git a/tests/unit/crawlers/_playwright/test_playwright_crawler.py b/tests/unit/crawlers/_playwright/test_playwright_crawler.py index cc2e474e22..aa2a18ba86 100644 --- a/tests/unit/crawlers/_playwright/test_playwright_crawler.py +++ b/tests/unit/crawlers/_playwright/test_playwright_crawler.py @@ -630,6 +630,7 @@ async def some_hook(context: PlaywrightPreNavCrawlingContext) -> None: assert 'headless' not in fingerprints['window.navigator.userAgent'].lower() +@pytest.mark.run_alone async def test_get_snapshot(server_url: URL) -> None: crawler = PlaywrightCrawler()