skip on webkit

This commit is contained in:
Yury Semikhatsky 2025-01-03 11:28:56 -08:00
parent 5314dc04c0
commit 8cae6ceae6

View file

@ -19,7 +19,7 @@ import { contextTest as it, expect } from '../config/browserTest';
it.use({ hasTouch: true }); it.use({ hasTouch: true });
it('should support touch points in touch event arguments', async ({ page, server, browserName }) => { it('should support touch points in touch event arguments', async ({ page, server, browserName }) => {
// it.fixme(browserName === 'webkit', 'WebKit does not have Touch constructor'); it.fixme(browserName === 'webkit', 'WebKit does not have Touch constructor');
await page.goto(server.EMPTY_PAGE); await page.goto(server.EMPTY_PAGE);
await page.setContent(` await page.setContent(`
<div data-testid='outer' style="position: absolute; width: 120px; height: 120px; background-color: red;"> <div data-testid='outer' style="position: absolute; width: 120px; height: 120px; background-color: red;">