test: Increase viewport width/height to macbook-16 (no-changelog)

This commit is contained in:
Mutasem Aldmour 2025-01-03 17:06:09 +01:00
parent 9674208421
commit 1df7050da1
No known key found for this signature in database
GPG key ID: 3DFA8122BB7FD6B8

View file

@ -25,4 +25,7 @@ module.exports = defineConfig({
screenshotsFolder: 'screenshots',
videosFolder: 'videos',
},
// macbook-16 https://docs.cypress.io/api/commands/viewport
viewportHeight: 960,
viewportWidth: 1536,
});