test: remove failing expectations from a passing test (#4036)
This commit is contained in:
parent
ec36eef3a2
commit
1f16ce2632
|
|
@ -213,7 +213,6 @@ describe('screencast', suite => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should capture css transformation', (test, { browserName, platform, headful }) => {
|
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');
|
test.fixme(headful, 'Fails on headful');
|
||||||
}, async ({browser, server, testOutputPath}) => {
|
}, async ({browser, server, testOutputPath}) => {
|
||||||
const videosPath = testOutputPath('');
|
const videosPath = testOutputPath('');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue