From cf76d47e22220db1cfa12735b88c828398f0d8a6 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 2 Feb 2023 10:26:47 -0800 Subject: [PATCH] test: update 'should handle custom dataTransfer' expectation (#20595) Headless linux was fixed by recent webkit roll, but it turns out the test has been failing on webkit windows too. #18013 --- tests/page/page-drag.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(() =>