From a496f6b5e191106e92e8a2c1b9ed085596cfc15a Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 22 Sep 2023 11:19:41 +0530 Subject: [PATCH] build: Update cypress --- frappe/commands/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/commands/utils.py b/frappe/commands/utils.py index 6de2885b58..457ce25c74 100644 --- a/frappe/commands/utils.py +++ b/frappe/commands/utils.py @@ -894,10 +894,10 @@ def run_ui_tests( click.secho("Installing Cypress...", fg="yellow") packages = " ".join( [ - "cypress@^10", + "cypress@^13", "@4tw/cypress-drag-drop@^2", "cypress-real-events", - "@testing-library/cypress@^8", + "@testing-library/cypress@^10", "@testing-library/dom@8.17.1", "@cypress/code-coverage@^3", ]