Update modernizr.spec.ts
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
f8e29ee210
commit
92a6191c67
|
|
@ -52,7 +52,6 @@ it('Safari Desktop', async ({ browser, browserName, platform, server, headless }
|
|||
actual.video = !!actual.video;
|
||||
|
||||
if (platform === 'linux') {
|
||||
expected.subpixelfont = false;
|
||||
expected.speechrecognition = false;
|
||||
expected.publickeycredential = false;
|
||||
expected.mediastream = false;
|
||||
|
|
@ -119,7 +118,6 @@ it('Mobile Safari', async ({ playwright, browser, browserName, platform, server,
|
|||
}
|
||||
|
||||
if (platform === 'linux') {
|
||||
expected.subpixelfont = false;
|
||||
expected.speechrecognition = false;
|
||||
expected.publickeycredential = false;
|
||||
expected.mediastream = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue