From a16f551e22c6288df6f067aa12caa5afd9a8f1dd Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Thu, 24 Oct 2019 12:22:56 +0300 Subject: [PATCH] Pin Cypress version (#4284) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04a5b07cfe0..ac54650b882 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint:ci": "npm run lint -- --format junit --output-file /tmp/test-results/eslint/results.xml", "test": "TZ=Africa/Khartoum jest", "test:watch": "jest --watch", - "cypress:install": "npm install --no-save cypress@^3.1.5 @percy/cypress@^0.2.3 atob@2.1.2", + "cypress:install": "npm install --no-save cypress@3.4.1 @percy/cypress@^0.2.3 atob@2.1.2", "cypress": "node client/cypress/cypress.js" }, "repository": {