test(webkit): disbale page-click-scroll test for WPE (#7627)

This commit is contained in:
Joel Einbinder 2021-07-14 22:52:04 -05:00 committed by GitHub
parent 67f5fb6a4f
commit 5389d507e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(`