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 +``` 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": {