test: remove failing expectations from a passing test (#4036)

This commit is contained in:
Pavel Feldman 2020-10-02 11:01:04 -07:00 committed by GitHub
parent ec36eef3a2
commit 1f16ce2632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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('');