From 3a318e24c86c7bd11722fc940b200a32459a00d7 Mon Sep 17 00:00:00 2001 From: marmoure Date: Fri, 12 Aug 2022 00:39:45 +0200 Subject: [PATCH] feat(ui):set window size to view all elements --- cypress.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 3acc4be5..6dc8755e 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,7 @@ { "baseUrl": "http://localhost:8080/exist/apps", - "projectId": "6tyg6v" + "projectId": "6tyg6v", + "experimentalSessionAndOrigin": true, + "viewportWidth": 1200, + "viewportHeight": 860 }