mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user