Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-03-23 23:16:45 +0300
committerMax <max@nextcloud.com>2022-03-31 15:40:24 +0300
commit1fe73e4d8ed0484d12499d36dfa8cdbb1861092c (patch)
tree02a7cf331735d3b506f872ce77fec2ba8f36e459 /cypress.json
parent988d4f3f08736ae7cc3a2416e5edf2de3620c195 (diff)
debug: large viewport to see more of the trace
Let's use all the space available. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'cypress.json')
-rw-r--r--cypress.json2
1 files changed, 1 insertions, 1 deletions
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
}