diff --git a/tests/page/page-click-scroll.spec.ts b/tests/page/page-click-scroll.spec.ts index 0dec9bb44d..5e0e6b512f 100644 --- a/tests/page/page-click-scroll.spec.ts +++ b/tests/page/page-click-scroll.spec.ts @@ -16,9 +16,9 @@ import { test as it } from './pageTest'; -it('should not hit scroll bar', async ({ page, isAndroid, browserName, platform, headless }) => { +it('should not hit scroll bar', async ({ page, isAndroid, browserName, platform }) => { it.fixme(browserName === 'webkit' && platform === 'darwin'); - it.fixme(browserName === 'webkit' && platform === 'linux' && headless); + it.fixme(browserName === 'webkit' && platform === 'linux', 'Fails in headless and in headful on Ubuntu 22.04'); it.skip(isAndroid); await page.setContent(`