diff --git a/cypress.json b/cypress.json index aa0d049e5..cc74867e4 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,5 @@ { "pluginsFile": "tests/e2e/plugins/index.js", - "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1" + "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/56.0.2924.75 Mobile/14E5239e Safari/602.1", + "video": false }