From 06edddb47931c643a94c8557615cebd231002dc6 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 11 Sep 2020 11:49:08 +0200 Subject: [PATCH] increase the cypress viewport size --- tests/cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/cypress.json b/tests/cypress.json index 0e264d5c..3db2baab 100644 --- a/tests/cypress.json +++ b/tests/cypress.json @@ -1,5 +1,7 @@ { "baseUrl": "http://localhost:3000", "integrationFolder": "../docs/src/", - "testFiles": "**/*.spec.js" + "testFiles": "**/*.spec.js", + "viewportWidth": 1280, + "viewportHeight": 1280 }