diff --git a/cypress/cypress.config.js b/cypress/cypress.config.js index 63913af7f8..a6efa1ab88 100644 --- a/cypress/cypress.config.js +++ b/cypress/cypress.config.js @@ -25,4 +25,7 @@ module.exports = defineConfig({ screenshotsFolder: 'screenshots', videosFolder: 'videos', }, + // macbook-16 https://docs.cypress.io/api/commands/viewport + viewportHeight: 960, + viewportWidth: 1536, });