Przeglądaj źródła

Updated viewport height

Dorin Paslaru 8 lat temu
rodzic
commit
230af200a8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      cypress.json

+ 2 - 2
cypress.json

@@ -7,7 +7,7 @@
   "videosFolder": "private/cypress/videos",
   "videosFolder": "private/cypress/videos",
   "supportFile": "private/cypress/support/index.js",
   "supportFile": "private/cypress/support/index.js",
   "viewportWidth": 1280,
   "viewportWidth": 1280,
-  "viewportHeight": 660,
+  "viewportHeight": 900,
   "defaultCommandTimeout": 7000,
   "defaultCommandTimeout": 7000,
   "execTimeout": 90000
   "execTimeout": 90000
-}
+}