From c1113a207902e7e1d7bd167f730ec09228f5fa90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:23:12 +0000 Subject: [PATCH 1/2] Bump cypress from 15.13.0 to 15.13.1 in /ui-tests Bumps [cypress](https://github.com/cypress-io/cypress) from 15.13.0 to 15.13.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v15.13.0...v15.13.1) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.13.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui-tests/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui-tests/package-lock.json b/ui-tests/package-lock.json index 2162d8421e9..7e17baa89ab 100644 --- a/ui-tests/package-lock.json +++ b/ui-tests/package-lock.json @@ -1351,9 +1351,9 @@ } }, "node_modules/cypress": { - "version": "15.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.0.tgz", - "integrity": "sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==", + "version": "15.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", + "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", "hasInstallScript": true, "license": "MIT", "dependencies": { From fd276db3cd9cf46bfb4e6a52b4322380f2c2a33f Mon Sep 17 00:00:00 2001 From: Can Angun <39311746+can-angun@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:29:01 +0300 Subject: [PATCH 2/2] Update README.md --- ui-tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-tests/README.md b/ui-tests/README.md index a2b03d70864..8cf6f150162 100644 --- a/ui-tests/README.md +++ b/ui-tests/README.md @@ -13,7 +13,7 @@ - Run `npm run cy:open`: Open the Cypress Test Runner - Run `npm run cy:run`: Run Cypress tests to completion -- Run `npm run cy:run:login`: Run Cypress with login feature +- Run `npm run cy:run:login`: Run Cypress with login feature ### Dependencies @@ -65,4 +65,4 @@ Cypress.SelectorPlayground.defaults({ selectorPriority: ['data-test-id', 'id', 'class'] }) -``` \ No newline at end of file +```