diff --git a/tests/page/page-click-scroll.spec.ts b/tests/page/page-click-scroll.spec.ts index 3ea5d71b69..e0eeaab343 100644 --- a/tests/page/page-click-scroll.spec.ts +++ b/tests/page/page-click-scroll.spec.ts @@ -16,8 +16,9 @@ import { test as it } from './pageTest'; -it('should not hit scroll bar', async ({page, isAndroid, browserName, platform}) => { +it('should not hit scroll bar', async ({page, isAndroid, browserName, platform, headless}) => { it.fixme(browserName === 'webkit' && platform === 'darwin'); + it.fixme(browserName === 'webkit' && platform === 'linux' && headless); it.skip(isAndroid); await page.setContent(`