From 76461cdb13cf6c1977fc72ee2eafdf70d8f3fa82 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 28 Oct 2024 21:04:39 +0100 Subject: [PATCH] test: skip screenshot focus test --- tests/library/emulation-focus.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/library/emulation-focus.spec.ts b/tests/library/emulation-focus.spec.ts index 5f6b5b741f..eb59c63cad 100644 --- a/tests/library/emulation-focus.spec.ts +++ b/tests/library/emulation-focus.spec.ts @@ -104,6 +104,7 @@ it('should change document.activeElement', async ({ page, server }) => { it('should not affect screenshots', async ({ page, server, browserName, headless, isWindows }) => { it.skip(browserName === 'webkit' && isWindows && !headless, 'WebKit/Windows/headed has a larger minimal viewport. See https://github.com/microsoft/playwright/issues/22616'); it.skip(browserName === 'firefox' && !headless, 'Firefox headed produces a different image'); + it.fixme(browserName === 'chromium' && !process.env.PLAYWRIGHT_CHROMIUM_USE_HEADLESS_OLD, 'https://github.com/microsoft/playwright/issues/33330'); const page2 = await page.context().newPage(); await Promise.all([