test: update Modernizir expecations

This commit is contained in:
Max Schmitt 2024-08-24 12:02:47 +02:00
parent 54c487c939
commit b635c5ef1a
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;