itemengine-cypress-automation 1.0.527-dependabot-npm-and-yarn-multi-c7c3a225fc-b28dc3a.0 → 1.0.528-IEI-5463-c65a2a7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,7 @@ const selectors = {
76
76
  responseFieldWordCount: () => cy.get('[class*="InputLimitLabelWrapper"]'),
77
77
  responseFieldEquation: () => cy.get('.cke_widget_element'),
78
78
  responseFieldText: () => cy.get('[class*="EssayResponseGradingViewstyle__GradingViewWrapper"] .question-text-wrapper'),
79
- responseFieldTextNew: () => cy.get('[title*="Enter your response to the question here."]'),
79
+ responseFieldTextNew: () => cy.get('[aria-label*="Answer"]'),
80
80
  gradingViewResponseField: () => cy.get('[class*="EssayResponseGradingViewstyle__GradingViewWrapper"] [data-testid*="question-instruction-element"]'),
81
81
 
82
82
  //Additional settings, These are old selectors. Need to update them along with additional settings file revamp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.527-dependabot-npm-and-yarn-multi-c7c3a225fc-b28dc3a.0",
3
+ "version": "1.0.528-IEI-5463-c65a2a7.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "axios": "^1.12.2",
43
43
  "cy-verify-downloads": "^0.1.11",
44
44
  "cy2": "^4.0.9",
45
- "cypress": "^15.2.0",
45
+ "cypress": "^12.17.2",
46
46
  "cypress-axe": "^1.4.0",
47
47
  "cypress-file-upload": "^5.0.8",
48
48
  "cypress-real-events": "^1.7.6",