From: Lucas Di Pentima Date: Tue, 26 May 2020 14:18:47 +0000 (-0300) Subject: 16118: Changes the testing viewport size to avoid spurious test failures. X-Git-Tag: 2.1.0~29^2~1 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/eac8deef3ffc5d5f63328c3fec23d624d27abbee?ds=sidebyside 16118: Changes the testing viewport size to avoid spurious test failures. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/cypress.json b/cypress.json index e62577e6..ebe064ea 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,6 @@ { "baseUrl": "https://localhost:3000/", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "viewportWidth": 1920, + "viewportHeight": 1080 }