mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: enable video test on macos monterey+ (#20420)
This commit is contained in:
parent
0a9cf85653
commit
99f0560122
@ -72,7 +72,7 @@ it('should play video @smoke', async ({ page, asset, browserName, platform, mode
|
||||
// Also the test is very flaky on Linux WebKit.
|
||||
it.fixme(browserName === 'webkit' && platform !== 'darwin');
|
||||
it.fixme(browserName === 'firefox', 'https://github.com/microsoft/playwright/issues/5721');
|
||||
it.fixme(browserName === 'webkit' && platform === 'darwin' && parseInt(os.release(), 10) >= 20, 'Does not work on BigSur');
|
||||
it.fixme(browserName === 'webkit' && platform === 'darwin' && parseInt(os.release(), 10) === 20, 'Does not work on BigSur');
|
||||
|
||||
// Safari only plays mp4 so we test WebKit with an .mp4 clip.
|
||||
const fileName = browserName === 'webkit' ? 'video_mp4.html' : 'video.html';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user