diff --git a/test/screencast.spec.ts b/test/screencast.spec.ts index 2d07d172d8..b84402d2f2 100644 --- a/test/screencast.spec.ts +++ b/test/screencast.spec.ts @@ -213,7 +213,6 @@ describe('screencast', suite => { }); it('should capture css transformation', (test, { browserName, platform, headful }) => { - test.fail(browserName === 'webkit' && platform === 'win32', 'Does not work on WebKit Windows'); test.fixme(headful, 'Fails on headful'); }, async ({browser, server, testOutputPath}) => { const videosPath = testOutputPath('');