diff --git a/tests/library/modernizr.spec.ts b/tests/library/modernizr.spec.ts index 327a3c4169..004618d9bf 100644 --- a/tests/library/modernizr.spec.ts +++ b/tests/library/modernizr.spec.ts @@ -41,6 +41,9 @@ it('safari-14-1', async ({ browser, browserName, platform, server, headless, isM if (platform === 'linux') { expected.subpixelfont = false; + expected.applicationcache = false; + expected.inputsearchevent = false; + expected.speechrecognition = false; if (headless) expected.todataurljpeg = false; @@ -99,6 +102,9 @@ it('mobile-safari-14-1', async ({ playwright, browser, browserName, platform, is if (platform === 'linux') { expected.subpixelfont = false; + expected.speechrecognition = false; + expected.inputsearchevent = false; + expected.applicationcache = false; if (headless) expected.todataurljpeg = false;