test: update Modernizir expectations (#32308)

Looks like `hiddenscroll` was different when an external monitor was
connected.
This commit is contained in:
Max Schmitt 2024-08-26 17:32:22 +02:00 committed by GitHub
parent 596f497633
commit 54709880c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -230,7 +230,7 @@
"fullscreen": true,
"gamepads": true,
"geolocation": true,
"hiddenscroll": false,
"hiddenscroll": true,
"history": true,
"htmlimports": false,
"ie8compat": false,

View file

@ -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;