From 9f2c00d0a2bbd002e8704117045b833d487b223e Mon Sep 17 00:00:00 2001
From: heikkkk <henrik.teksle.sandok@hotmail.no>
Date: Tue, 30 Apr 2024 15:00:33 +0200
Subject: [PATCH] fix: change viewport size

---
 cypress.config.ts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cypress.config.ts b/cypress.config.ts
index f80530a..e7662e1 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -3,6 +3,8 @@ import { defineConfig } from 'cypress'
 export default defineConfig({
   e2e: {
     specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
-    baseUrl: 'http://localhost:5173'
+    baseUrl: 'http://localhost:5173',
+    viewportHeight: 1080,
+    viewportWidth: 1920,
   }
 })
-- 
GitLab