From 34fc5a135fc9528f04c64742f490c2be05d5a932 Mon Sep 17 00:00:00 2001 From: Saroj <43822041+sarojsarab@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:06:36 +0530 Subject: [PATCH] test: fixing cypress dependency issues (#21323) ## Description - fixing cypress dependency issues ## Type of change - Cypress ## How Has This Been Tested? - Cypress ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --- app/client/cypress/package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/client/cypress/package.json b/app/client/cypress/package.json index aaf8f30ec9..499fc20c99 100644 --- a/app/client/cypress/package.json +++ b/app/client/cypress/package.json @@ -16,6 +16,11 @@ "not op_mini all" ], "devDependencies": { + "@blueprintjs/core": "^3.36.0", + "@blueprintjs/datetime": "^3.23.6", + "@blueprintjs/icons": "^3.10.0", + "@blueprintjs/popover2": "^0.5.0", + "@blueprintjs/select": "^3.10.0", "@typescript-eslint/eslint-plugin": "^5.25.0", "@typescript-eslint/parser": "^5.25.0", "@faker-js/faker": "^7.4.0", @@ -32,6 +37,7 @@ "dotenv": "^8.1.0", "typescript": "4.5.5", "diff": "^5.0.0", - "chalk": "^4.1.1" + "chalk": "^4.1.1", + "tinycolor2": "^1.4.2" } }