mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 05:37:20 +03: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 }) => {
|
||||
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('');
|
||||
|
Loading…
Reference in New Issue
Block a user