From 5389d507e7df6b2f4b5f1775c5a7ef9461848f09 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Wed, 14 Jul 2021 22:52:04 -0500 Subject: [PATCH] test(webkit): disbale page-click-scroll test for WPE (#7627) --- tests/page/page-click-scroll.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(`