itemengine-cypress-automation 1.0.524-IEI-5333-f60ba02.0 → 1.0.524-IEI-5333-9152198.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.
@@ -72,7 +72,7 @@ const selectors = {
72
72
  wordCountWrapper: () => cy.get('[class*="indexstyle__WordCharCountWrapper"]'),
73
73
 
74
74
  //Preview tab
75
- responseField: () => cy.get('[aria-label="Enter your response to the question here."]'),
75
+ responseField: () => cy.get('[aria-label="Answer"]'),
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'),
@@ -129,7 +129,7 @@ const hyperlinkDialogBox = {
129
129
  hyperlinkDialogboxURLInputField: () => essayResponsePage.hyperlinkDialogBox().find('input[class*="cke_dialog_ui_input_text"]').eq(1),
130
130
  hyperlinkDialogboxButtonOk: () => cy.get('.action-button-wrapper [role="button"]').eq(1),
131
131
  hyperlinkDialogboxButtonCancel: () => cy.get('.action-button-wrapper [role="button"]').eq(0),
132
- previewInputFieldHyperlinkText: () => cy.get('div[aria-label="Enter your response to the question here."] a'),
132
+ previewInputFieldHyperlinkText: () => cy.get('div[aria-label="Answer"] a'),
133
133
  }
134
134
 
135
135
  const steps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.524-IEI-5333-f60ba02.0",
3
+ "version": "1.0.524-IEI-5333-9152198.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {