skip on webkit
This commit is contained in:
parent
5314dc04c0
commit
8cae6ceae6
|
|
@ -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;">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue