fix linux
This commit is contained in:
parent
caa99ccec6
commit
27c75b038f
|
|
@ -40,6 +40,7 @@ it('safari-14-1', async ({ browser, browserName, platform, server, headless, isM
|
|||
|
||||
if (platform === 'linux') {
|
||||
expected.subpixelfont = false;
|
||||
expected.speechrecognition = false;
|
||||
if (headless)
|
||||
expected.todataurljpeg = false;
|
||||
|
||||
|
|
@ -96,6 +97,7 @@ it('mobile-safari-14-1', async ({ playwright, browser, browserName, platform, is
|
|||
|
||||
if (platform === 'linux') {
|
||||
expected.subpixelfont = false;
|
||||
expected.speechrecognition = false;
|
||||
if (headless)
|
||||
expected.todataurljpeg = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue