From fec4605115d20f92de808ade4b9ead069f198c08 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 16 Jul 2018 19:18:24 +0300 Subject: [PATCH] chore: set cypress viewport size to match MBP 15 --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 61dfa8cb..0fe170a1 100644 --- a/cypress.json +++ b/cypress.json @@ -6,5 +6,7 @@ "supportFile": false, "fileServerFolder": ".", "video": true, - "projectId": "z6eb6h" + "projectId": "z6eb6h", + "viewportWidth": 1440, + "viewportHeight": 720 }