16118: Changes the testing viewport size to avoid spurious test failures.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 26 May 2020 14:18:47 +0000 (11:18 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 26 May 2020 14:18:47 +0000 (11:18 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

cypress.json

index e62577e63b29a39bff6964973233453e9711f617..ebe064ea68f651c0d09c60a138c414062ea1c95d 100644 (file)
@@ -1,4 +1,6 @@
 {
     "baseUrl": "https://localhost:3000/",
-    "chromeWebSecurity": false
+    "chromeWebSecurity": false,
+    "viewportWidth": 1920,
+    "viewportHeight": 1080
 }