Skip to content

Commit

Permalink
test: remove failing expectations from a passing test (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Oct 2, 2020
1 parent ec36eef commit 1f16ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/screencast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
Expand Down

0 comments on commit 1f16ce2

Please sign in to comment.