From 1fe73e4d8ed0484d12499d36dfa8cdbb1861092c Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 23 Mar 2022 21:16:45 +0100 Subject: debug: large viewport to see more of the trace Let's use all the space available. Signed-off-by: Max --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress.json') diff --git a/cypress.json b/cypress.json index 93841dbc8..80dff6192 100644 --- a/cypress.json +++ b/cypress.json @@ -2,6 +2,6 @@ "baseUrl": "https://localhost:8081/index.php/", "projectId": "hx9gqy", "viewportWidth": 1280, - "viewportHeight": 720, + "viewportHeight": 900, "experimentalSessionSupport": true } -- cgit v1.2.3