test: update Modernizir expectations (#32308)
Looks like `hiddenscroll` was different when an external monitor was connected.
This commit is contained in:
parent
596f497633
commit
54709880c2
|
|
@ -230,7 +230,7 @@
|
||||||
"fullscreen": true,
|
"fullscreen": true,
|
||||||
"gamepads": true,
|
"gamepads": true,
|
||||||
"geolocation": true,
|
"geolocation": true,
|
||||||
"hiddenscroll": false,
|
"hiddenscroll": true,
|
||||||
"history": true,
|
"history": true,
|
||||||
"htmlimports": false,
|
"htmlimports": false,
|
||||||
"ie8compat": 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);
|
const { actual, expected } = await checkFeatures('safari-18', context, server);
|
||||||
|
|
||||||
expected.pushmanager = false;
|
expected.pushmanager = false;
|
||||||
expected.hiddenscroll = true;
|
|
||||||
expected.devicemotion2 = false;
|
expected.devicemotion2 = false;
|
||||||
expected.devicemotion = false;
|
expected.devicemotion = false;
|
||||||
expected.deviceorientation = false;
|
expected.deviceorientation = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue