itemengine-cypress-automation 1.0.252-1stOctFixes-9bf5091.0 → 1.0.252

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. package/cypress/e2e/ILC/EssayResponse/equationEditor.smoke.js +0 -2
  2. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +1 -1
  3. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +1 -1
  4. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +1 -1
  5. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  6. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  7. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  8. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +4 -4
  9. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -1
  10. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +1 -1
  11. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -1
  12. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +2 -2
  13. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +7 -7
  14. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +5 -5
  15. package/cypress/e2e/ILC/TextEntryMath/customSettings.js +4 -4
  16. package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +4 -4
  17. package/cypress/e2e/ILC/TextEntryMath/editTabScoringSection.js +6 -6
  18. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.js +5 -5
  19. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.js +1 -1
  20. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.js +1 -1
  21. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.js +1 -1
  22. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.js +1 -1
  23. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.js +4 -4
  24. package/cypress/e2e/ILC/TextEntryMath/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -3
  25. package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +1 -1
  26. package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +4 -4
  27. package/package.json +1 -1
@@ -32,8 +32,6 @@ describe('Create question page - Essay Response: Equation Editor functionality',
32
32
  it('When user clicks on \'Equation Editor\' icon in preview tab toolbar, then Equation Editor flyout should appear with the title \'Equation editor\'', () => {
33
33
  essayResponsePage.steps.selectPreviewTabToolbarOption('Equation Editor');
34
34
  utilities.verifyElementVisibilityState(equationEditorFlyout.dialogBox(), 'visible');
35
- utilities.verifyElementVisibilityState(equationEditorFlyout.dialogBoxTitle(), 'visible');
36
- utilities.verifyInnerText(equationEditorFlyout.dialogBoxTitle(), 'Equation editor');
37
35
  });
38
36
 
39
37
  it('Ok button should be displayed at the bottom of the flyout', () => {
@@ -45,7 +45,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
45
45
  equationEditorFlyout.steps.clickOnOkButton();
46
46
  textEntryMathPage.steps.allotPoints(20);
47
47
  textEntryMathPage.steps.expandAdditionalSettings();
48
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
48
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
49
  textEntryMathPage.steps.switchToPreviewTab();
50
50
  });
51
51
 
@@ -45,7 +45,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
45
45
  equationEditorFlyout.steps.clickOnOkButton();
46
46
  textEntryMathPage.steps.allotPoints(20);
47
47
  textEntryMathPage.steps.expandAdditionalSettings();
48
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
48
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
49
  textEntryMathPage.steps.switchToPreviewTab();
50
50
  });
51
51
 
@@ -46,7 +46,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
46
46
  equationEditorFlyout.steps.clickOnOkButton();
47
47
  textEntryMathPage.steps.allotPoints(12);
48
48
  textEntryMathPage.steps.expandAdditionalSettings();
49
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
50
  textEntryMathPage.steps.switchToPreviewTab();
51
51
  });
52
52
 
@@ -46,7 +46,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
46
46
  equationEditorFlyout.steps.clickOnOkButton();
47
47
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 4, 1: 9, 2: 5 });
48
48
  textEntryMathPage.steps.expandAdditionalSettings();
49
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
50
  textEntryMathPage.steps.switchToPreviewTab();
51
51
  });
52
52
 
@@ -47,7 +47,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
47
47
  equationEditorFlyout.steps.clickOnOkButton();
48
48
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 8, 1: 4, 2: 6 });
49
49
  textEntryMathPage.steps.expandAdditionalSettings();
50
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
51
51
  textEntryMathPage.steps.switchToPreviewTab();
52
52
  });
53
53
 
@@ -47,7 +47,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
47
47
  equationEditorFlyout.steps.clickOnOkButton();
48
48
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 2, 1: 4, 2: 6 });
49
49
  textEntryMathPage.steps.expandAdditionalSettings();
50
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
51
51
  textEntryMathPage.steps.switchToPreviewTab();
52
52
  });
53
53
 
@@ -32,7 +32,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
32
32
  equationEditorFlyout.steps.clickOnOkButton();
33
33
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 5, 1: 9, 2: 6 });
34
34
  textEntryMathPage.steps.expandAdditionalSettings();
35
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
35
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
36
36
  textEntryMathPage.steps.switchToPreviewTab();
37
37
  });
38
38
 
@@ -141,7 +141,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
141
141
  equationEditorFlyout.steps.clickOnOkButton();
142
142
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 1, 1: 6, 2: 5 });
143
143
  textEntryMathPage.steps.expandAdditionalSettings();
144
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
144
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
145
145
  });
146
146
 
147
147
  it('When the user selects \'Award minimum score\' from the minimum scoring dropdown, does not attempt the question and switches to grading view, then the user should be awarded with minimum points', () => {
@@ -233,7 +233,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
233
233
  equationEditorFlyout.steps.clickOnOkButton();
234
234
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 2.67, 1: 1.99, 2: 1.34, 3: 4.5 });
235
235
  textEntryMathPage.steps.expandAdditionalSettings();
236
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
236
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
237
237
  });
238
238
 
239
239
  it('When the user sets \'Rounding\' to \'Round down if <=0.99\', attempts the question partially correct with an option such that points of the correctly attempted options has decimal value greater than 0.5 and less than 0.99, then the points awarded should be rounded down to the nearest integer value', () => {
@@ -347,7 +347,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
347
347
  equationEditorFlyout.steps.clickOnOkButton();
348
348
  textEntryMathPage.steps.allotPartialDifferentWeightsPoints({ 0: 9, 1: 6, 2: 5 });
349
349
  textEntryMathPage.steps.expandAdditionalSettings();
350
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
350
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
351
351
  });
352
352
 
353
353
  //Penalty points for the entire question
@@ -46,7 +46,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
46
46
  equationEditorFlyout.steps.clickOnOkButton();
47
47
  textEntryMathPage.steps.allotPoints(18);
48
48
  textEntryMathPage.steps.expandAdditionalSettings();
49
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
50
  textEntryMathPage.steps.switchToPreviewTab();
51
51
  });
52
52
 
@@ -46,7 +46,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
46
46
  equationEditorFlyout.steps.clickOnOkButton();
47
47
  textEntryMathPage.steps.allotPoints(18);
48
48
  textEntryMathPage.steps.expandAdditionalSettings();
49
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
49
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
50
  textEntryMathPage.steps.switchToPreviewTab();
51
51
  });
52
52
 
@@ -47,7 +47,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
47
47
  equationEditorFlyout.steps.clickOnOkButton();
48
48
  textEntryMathPage.steps.allotPoints(12);
49
49
  textEntryMathPage.steps.expandAdditionalSettings();
50
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
50
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
51
51
  textEntryMathPage.steps.switchToPreviewTab();
52
52
  });
53
53
 
@@ -31,7 +31,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
31
31
  equationEditorFlyout.steps.enterEquationUsingPiSymbol();
32
32
  textEntryMathPage.steps.allotPoints(18);
33
33
  textEntryMathPage.steps.expandAdditionalSettings();
34
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
34
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
35
35
  textEntryMathPage.steps.switchToPreviewTab();
36
36
  });
37
37
 
@@ -142,7 +142,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
142
142
  equationEditorFlyout.steps.clickOnOkButton();
143
143
  textEntryMathPage.steps.allotPoints(15);
144
144
  textEntryMathPage.steps.expandAdditionalSettings();
145
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
145
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
146
146
  });
147
147
 
148
148
  it('When the user selects \'Award minimum score\' from the minimum scoring dropdown, does not attempt the question and switches to grading view, then the user should be awarded with minimum points', () => {
@@ -22,7 +22,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
22
22
  textEntryMathPage.steps.addResponseArea();
23
23
  textEntryMathPage.steps.addResponseArea();
24
24
  textEntryMathPage.steps.expandAdditionalSettings();
25
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
25
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
26
26
  textEntryMathPage.steps.switchToPreviewTab();
27
27
  });
28
28
 
@@ -82,7 +82,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
82
82
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
83
83
  equationEditorFlyout.steps.enterEquationUsingPiSymbol();
84
84
  textEntryMathPage.steps.expandAdditionalSettings();
85
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
85
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
86
86
  textEntryMathPage.steps.switchToPreviewTab();
87
87
  break;
88
88
  case 'Item preview':
@@ -131,7 +131,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
131
131
  textEntryMathPage.steps.verifyPreviewScore(0, 20);
132
132
  }
133
133
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
134
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
134
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
135
135
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
136
136
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
137
137
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
@@ -164,7 +164,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
164
164
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
165
165
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
166
166
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
167
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
167
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
168
168
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
169
169
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
170
170
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
196
196
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
198
198
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
200
200
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
201
201
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
202
202
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -225,7 +225,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
225
225
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
226
226
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
227
227
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
228
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
228
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
229
229
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
230
230
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
231
231
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -285,7 +285,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
285
285
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
286
286
  equationEditorFlyout.steps.enterEquationUsingPiSymbol();
287
287
  textEntryMathPage.steps.expandAdditionalSettings();
288
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
288
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
289
289
  textEntryMathPage.steps.allotPoints(20);
290
290
  });
291
291
 
@@ -60,7 +60,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
60
60
  textEntryMathPage.steps.collapseResponseAccordionSpecifyCorrectAnswer(2);
61
61
  textEntryMathPage.steps.expandAdditionalSettings();
62
62
  //The following is not present on staging
63
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
63
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
64
64
  textEntryMathPage.steps.switchToPreviewTab();
65
65
  break;
66
66
  case 'Item preview':
@@ -109,7 +109,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
109
109
  textEntryMathPage.steps.verifyPreviewScore(0, 20);
110
110
  }
111
111
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
112
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
112
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
113
113
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
114
114
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
115
115
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
@@ -148,7 +148,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
148
148
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
149
149
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
150
150
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
151
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
151
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
152
152
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
153
153
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
154
154
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -187,7 +187,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
187
187
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
188
188
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
189
189
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
190
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
190
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
191
191
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
192
192
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
193
193
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -223,7 +223,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
223
223
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
224
224
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
225
225
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
226
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
226
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
227
227
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
228
228
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
229
229
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -25,7 +25,7 @@ describe('Create Item page - Text entry math: Evaluation methods - Custom settin
25
25
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
26
26
  equationEditorFlyout.steps.clearAll();
27
27
  equationEditorFlyout.steps.enterQuadraticEquation()
28
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
28
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
29
29
  });
30
30
 
31
31
  //Case sensitive
@@ -538,7 +538,7 @@ describe('Create Item page - Text entry math: Evaluation methods - Custom settin
538
538
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
539
539
  equationEditorFlyout.steps.clearAll();
540
540
  equationEditorFlyout.steps.enterQuadraticEquation()
541
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
541
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
542
542
  });
543
543
 
544
544
  //Case sensitive
@@ -764,7 +764,7 @@ describe('Create Item page - Text entry math: Evaluation methods - Custom settin
764
764
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
765
765
  equationEditorFlyout.steps.clearAll();
766
766
  equationEditorFlyout.steps.enterQuadraticEquation()
767
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
767
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
768
768
  });
769
769
 
770
770
  //Case sensitive
@@ -1172,7 +1172,7 @@ describe('Create Item page - Text entry math: Evaluation methods - Custom settin
1172
1172
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(0);
1173
1173
  equationEditorFlyout.steps.clearAll();
1174
1174
  equationEditorFlyout.steps.enterQuadraticEquation()
1175
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
1175
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
1176
1176
  });
1177
1177
 
1178
1178
  //Case sensitive
@@ -36,7 +36,7 @@ describe('Create item page - Text entry math: Question instructions, Add structu
36
36
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
37
37
  cy.barsPreLoaderWait();
38
38
  textEntryMathPage.steps.expandAdditionalSettings();
39
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
39
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
40
40
  });
41
41
 
42
42
  it('By default \'Add structure\' tab will have active selection', () => {
@@ -110,7 +110,7 @@ describe('Create item page - Text entry math: Question instructions, Add structu
110
110
  textEntryMathPage.steps.addResponseArea();
111
111
  textEntryMathPage.steps.addResponseArea();
112
112
  textEntryMathPage.steps.expandAdditionalSettings();
113
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
113
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
114
114
  });
115
115
 
116
116
  it('For the two response token in question input field, two response accordions \'Response 1\' and \'Response 2\' should be present in collapsed state in the \'Specify correct answer section\'', () => {
@@ -145,7 +145,7 @@ describe('Create item page - Text entry math: Question instructions, Add structu
145
145
  textEntryMathPage.steps.addResponseArea();
146
146
  textEntryMathPage.steps.addResponseArea();
147
147
  textEntryMathPage.steps.expandAdditionalSettings();
148
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
148
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
149
149
  });
150
150
 
151
151
  it('For the two response token in question input field, in additional settings accordion, two \'ARIA label for text containers\'input fields should be displayed', () => {
@@ -169,7 +169,7 @@ describe('Create item page - Text entry math: Question instructions, Add structu
169
169
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
170
170
  cy.barsPreLoaderWait();
171
171
  textEntryMathPage.steps.expandAdditionalSettings();
172
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
172
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
173
173
  textEntryMathPage.steps.switchToPreviewTab();
174
174
  });
175
175
 
@@ -50,7 +50,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
50
50
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
51
51
  cy.barsPreLoaderWait();
52
52
  textEntryMathPage.steps.expandAdditionalSettings();
53
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
53
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
54
54
  });
55
55
 
56
56
  it('User should be able to select \'Partial - equal weights\' scoring type', () => {
@@ -72,7 +72,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
72
72
  cy.barsPreLoaderWait();
73
73
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial equal weights');
74
74
  textEntryMathPage.steps.expandAdditionalSettings();
75
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
75
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
76
76
  });
77
77
 
78
78
  textEntryMathPage.tests.verifyContentsOfSpecifyCorrectAnswerSection();
@@ -140,7 +140,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
140
140
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
141
141
  cy.barsPreLoaderWait();
142
142
  textEntryMathPage.steps.expandAdditionalSettings();
143
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
143
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
144
144
  });
145
145
 
146
146
  it('User should be able to select \'Partial - different weights\' scoring', () => {
@@ -162,7 +162,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
162
162
  cy.barsPreLoaderWait();
163
163
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial different weights');
164
164
  textEntryMathPage.steps.expandAdditionalSettings();
165
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
165
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
166
166
  });
167
167
 
168
168
  textEntryMathPage.tests.verifyContentsOfSpecifyCorrectAnswerSection();
@@ -216,7 +216,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
216
216
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
217
217
  cy.barsPreLoaderWait();
218
218
  textEntryMathPage.steps.expandAdditionalSettings();
219
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
219
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
220
220
  });
221
221
 
222
222
  it('User should be able to select \'Manually scored\' scoring type from scoring type dropdown', () => {
@@ -261,7 +261,7 @@ describe('Create item page - Text entry math: Scoring section', () => {
261
261
  textEntryMathPage.steps.expandScoringTypeDropdown();
262
262
  textEntryMathPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
263
263
  textEntryMathPage.steps.expandAdditionalSettings();
264
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
264
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
265
265
  });
266
266
 
267
267
  textEntryMathPage.tests.verifyContentsOfSpecifyCorrectAnswerSection();
@@ -26,7 +26,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
26
26
  textEntryMathPage.steps.selectSyntaxDropdownListOption('Number');
27
27
  textEntryMathPage.steps.expandAdditionalSettings();
28
28
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
29
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
29
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
30
30
  textEntryMathPage.steps.switchToPreviewTab();
31
31
  });
32
32
 
@@ -343,7 +343,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
343
343
  textEntryMathPage.steps.selectSyntaxDropdownListOption('Fraction');
344
344
  textEntryMathPage.steps.expandAdditionalSettings();
345
345
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
346
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
346
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
347
347
  textEntryMathPage.steps.switchToPreviewTab();
348
348
  });
349
349
 
@@ -781,7 +781,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
781
781
  textEntryMathPage.steps.selectSyntaxDropdownListOption('Variable');
782
782
  textEntryMathPage.steps.expandAdditionalSettings();
783
783
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
784
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
784
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
785
785
  textEntryMathPage.steps.switchToPreviewTab();
786
786
  });
787
787
 
@@ -930,7 +930,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
930
930
  textEntryMathPage.steps.selectSyntaxDropdownListOption('Expression');
931
931
  textEntryMathPage.steps.expandAdditionalSettings();
932
932
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
933
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
933
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
934
934
  textEntryMathPage.steps.switchToPreviewTab();
935
935
  });
936
936
 
@@ -1229,7 +1229,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1229
1229
  textEntryMathPage.steps.selectSyntaxDropdownListOption('Scientific');
1230
1230
  textEntryMathPage.steps.expandAdditionalSettings();
1231
1231
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
1232
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
1232
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
1233
1233
  textEntryMathPage.steps.switchToPreviewTab();
1234
1234
  });
1235
1235
 
@@ -22,7 +22,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
22
22
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
23
23
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
24
24
  textEntryMathPage.steps.selectEvaluationMethod('Match exact');
25
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
25
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
26
26
  });
27
27
 
28
28
  it('When the user enters a numeric value in \'Specify correct answer\' response field and then the user enters the exact same value then it should be treated as correct', () => {
@@ -24,7 +24,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
24
24
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
25
25
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
26
26
  textEntryMathPage.steps.selectEvaluationMethod('Match value');
27
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
27
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
28
28
  });
29
29
 
30
30
  it('When the user enters a numeric value in \'Specify correct answer\' response field and then the user enters the exact same value then it should be treated as correct', () => {
@@ -23,7 +23,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
23
23
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
24
24
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
25
25
  textEntryMathPage.steps.selectEvaluationMethod('Symbols are equivalent');
26
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
26
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
27
27
  });
28
28
 
29
29
  it('When the user enters a equation using decimals in \'Specify correct answer\' section and the user enters the same exact answer it should be treated as correct', () => {
@@ -21,7 +21,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
21
21
  textEntryMathPage.steps.expandAdditionalSettings();
22
22
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
23
23
  textEntryMathPage.steps.allotPoints(20);
24
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
24
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
25
25
  });
26
26
 
27
27
  it('When the user enters a equation using decimals in \'Specify correct answer\' section and the user enters the same exact answer it should be treated as correct', () => {
@@ -24,7 +24,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
24
24
  textEntryMathPage.steps.selectEvaluationMethod('Response is true');
25
25
  textEntryMathPage.steps.expandAdditionalSettings();
26
26
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
27
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
27
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
28
28
  textEntryMathPage.steps.switchToPreviewTab();
29
29
  });
30
30
 
@@ -220,7 +220,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
220
220
  textEntryMathPage.steps.selectEvaluationMethod('Expanded form');
221
221
  textEntryMathPage.steps.expandAdditionalSettings();
222
222
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
223
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
223
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
224
224
  textEntryMathPage.steps.switchToPreviewTab();
225
225
  });
226
226
 
@@ -432,7 +432,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
432
432
  textEntryMathPage.steps.selectEvaluationMethod('Factored form');
433
433
  textEntryMathPage.steps.expandAdditionalSettings();
434
434
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
435
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
435
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
436
436
  textEntryMathPage.steps.switchToPreviewTab();
437
437
  });
438
438
 
@@ -631,7 +631,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
631
631
  textEntryMathPage.steps.selectEvaluationMethod('Simplified version');
632
632
  textEntryMathPage.steps.expandAdditionalSettings();
633
633
  textEntryMathPage.steps.selectEquationEditorSectionCategories([equationEditorCategoriesAndSymbols.trig.displayName, equationEditorCategoriesAndSymbols.greek.displayName, equationEditorCategoriesAndSymbols.calculus.displayName]);
634
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
634
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
635
635
  textEntryMathPage.steps.switchToPreviewTab();
636
636
  });
637
637
 
@@ -18,7 +18,7 @@ describe('Create item page - Text entry math: Minimum scoring, Penalty scoring,
18
18
  textEntryMathPage.steps.addResponseArea();
19
19
  textEntryMathPage.steps.allotPoints(10);
20
20
  textEntryMathPage.steps.expandAdditionalSettings();
21
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
21
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
22
22
  });
23
23
 
24
24
  textEntryMathPage.tests.verifyMinimumScoringDropdown();
@@ -42,7 +42,7 @@ describe('Create item page - Text entry math: Minimum scoring, Penalty scoring,
42
42
  textEntryMathPage.steps.addInputToResponseAnswerInputFieldSpecifyCorrectAnswer(1, 'a−b');
43
43
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial equal weights');
44
44
  textEntryMathPage.steps.expandAdditionalSettings();
45
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
45
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
46
46
  });
47
47
 
48
48
  textEntryMathPage.tests.verifyPenaltyScoringDropdown(penaltyScoringTypeArray);
@@ -204,7 +204,7 @@ describe('Create item page - Text entry math: Minimum scoring, Penalty scoring,
204
204
  textEntryMathPage.steps.allotPoints(10);
205
205
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial equal weights')
206
206
  textEntryMathPage.steps.expandAdditionalSettings();
207
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
207
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
208
208
  });
209
209
 
210
210
  textEntryMathPage.tests.verifyRoundingDropdown();
@@ -33,7 +33,7 @@ describe('Create item page - Text entry math: Preview contents', () => {
33
33
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(1);
34
34
  equationEditorFlyout.steps.enterQuadraticEquation();
35
35
  textEntryMathPage.steps.expandAdditionalSettings();
36
- // textEntryMathPage.steps.selectModalVisibilityTypeButton();
36
+ textEntryMathPage.steps.selectModalVisibilityTypeButton();
37
37
  textEntryMathPage.steps.switchToPreviewTab();
38
38
  break;
39
39
  case 'Item view':
@@ -133,7 +133,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
133
133
  textEntryMathWithImagePage.steps.verifyPreviewScore(0, 20);
134
134
  }
135
135
  textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
136
- textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
136
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
137
137
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
138
138
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
139
139
  textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(0);
@@ -166,7 +166,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
166
166
  textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(1);
167
167
  textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
168
168
  textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
169
- textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
169
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
170
170
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
171
171
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
172
172
  textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -198,7 +198,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
198
198
  textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
199
199
  textEntryMathWithImagePage.steps.verifyIncorrectResponseIcon(2);
200
200
  textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
201
- textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
201
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
202
202
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
203
203
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
204
204
  textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -227,7 +227,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
227
227
  textEntryMathWithImagePage.steps.verifyCorrectResponseIcon(1);
228
228
  textEntryMathWithImagePage.steps.verifyCorrectIncorrectIconNotExist(2);
229
229
  textEntryMathWithImagePage.steps.verifyResponseFieldNumerationPreviewTab();
230
- textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
230
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Correct1', '2x2y2+4xy+4', '6×π']);
231
231
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
232
232
  textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
233
233
  textEntryMathWithImagePage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.252-1stOctFixes-9bf5091.0",
3
+ "version": "1.0.252",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {