From 1f16ce26325362b80eb9dc6f6b91500a305b044c Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 2 Oct 2020 11:01:04 -0700 Subject: [PATCH] test: remove failing expectations from a passing test (#4036) --- test/screencast.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/screencast.spec.ts b/test/screencast.spec.ts index 2d07d172d8fdd..b84402d2f2533 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('');