diff --git a/tests/page/page-drag.spec.ts b/tests/page/page-drag.spec.ts index ca6f9e7376..5cf3f8e375 100644 --- a/tests/page/page-drag.spec.ts +++ b/tests/page/page-drag.spec.ts @@ -391,9 +391,9 @@ async function trackEvents(target: ElementHandle) { return eventsHandle; } -it('should handle custom dataTransfer', async ({ page, browserName, isLinux, headless }) => { +it('should handle custom dataTransfer', async ({ page, browserName, isWindows }) => { it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/18013' }); - it.skip(browserName === 'webkit' && isLinux && headless); + it.fixme(browserName === 'webkit' && isWindows); await page.setContent(``); const resultPromise = page.evaluate(() =>