From 8c50a18a855882cb8edc914d64742e00b421263d Mon Sep 17 00:00:00 2001 From: Florian Giroud <6267288+fgiroud@users.noreply.github.com> Date: Thu, 28 Jan 2021 12:22:23 +0100 Subject: [PATCH] fix: Reverted Cypress to 6.2.1 Reverted Cypress, because of too many stability issues with the latest 6.3 --- main/tests/cypress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/tests/cypress/package.json b/main/tests/cypress/package.json index a987ecf36..8364d646a 100644 --- a/main/tests/cypress/package.json +++ b/main/tests/cypress/package.json @@ -6,7 +6,7 @@ "author": "OpenRefine", "private": true, "dependencies": { - "cypress": "6.3.0", + "cypress": "6.2.1", "cypress-file-upload": "^5.0.2", "cypress-wait-until": "^1.7.1", "dotenv": "^8.2.0",