test: update Modernizir expectations (#32308)
Looks like `hiddenscroll` was different when an external monitor was connected.
This commit is contained in:
Родитель
596f497633
Коммит
54709880c2
|
@ -230,7 +230,7 @@
|
|||
"fullscreen": true,
|
||||
"gamepads": true,
|
||||
"geolocation": true,
|
||||
"hiddenscroll": false,
|
||||
"hiddenscroll": true,
|
||||
"history": true,
|
||||
"htmlimports": false,
|
||||
"ie8compat": false,
|
||||
|
|
|
@ -39,7 +39,6 @@ it('Safari Desktop', async ({ browser, browserName, platform, server, headless,
|
|||
const { actual, expected } = await checkFeatures('safari-18', context, server);
|
||||
|
||||
expected.pushmanager = false;
|
||||
expected.hiddenscroll = true;
|
||||
expected.devicemotion2 = false;
|
||||
expected.devicemotion = false;
|
||||
expected.deviceorientation = false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче