You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should play video @smoke',async({ page, asset, browserName, isWindows, isLinux, mode })=>{
70
70
it.skip(browserName==='webkit'&&isWindows,'passes locally but fails on GitHub Action bot, apparently due to a Media Pack issue in the Windows Server');
71
-
it.skip(mode.startsWith('service'));
72
71
73
72
// Safari only plays mp4 so we test WebKit with an .mp4 clip.
0 commit comments