From eb63faaf05fd0676e897bd07b41157703afc8fd9 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 20 Jun 2023 10:30:37 +0530 Subject: [PATCH] test: Change viewport to regular size --- cypress.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cypress.config.js b/cypress.config.js index bfd0bc0025..2fdf10ca14 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -8,6 +8,8 @@ module.exports = defineConfig({ pageLoadTimeout: 15000, video: true, videoUploadOnPasses: false, + viewportHeight: 960, + viewportWidth: 1400, retries: { runMode: 2, openMode: 2,