itemengine-cypress-automation 1.0.262-26thNovSmokeTestFixes-fedda37.0 → 1.0.264-updatedSmokeTestCommand-d725550.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (15) hide show
  1. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +7 -7
  2. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +7 -7
  3. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +7 -7
  4. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +7 -7
  5. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +7 -7
  6. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +8 -8
  7. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +4 -4
  8. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +8 -8
  9. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +7 -7
  10. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +8 -8
  11. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +5 -5
  12. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +4 -4
  13. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +4 -4
  14. package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +4 -4
  15. package/package.json +2 -2
@@ -52,7 +52,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
52
52
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section should be displayed with correct answers from the alternative accordion and respective response numeration, no status message should be displayed', () => {
53
53
  textEntryMathPage.steps.switchToGradingView();
54
54
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
55
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
55
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
56
56
  textEntryMathPage.steps.switchToGradingView();
57
57
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -113,7 +113,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
114
114
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
115
115
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
116
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
116
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
117
117
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
118
118
  });
119
119
 
@@ -130,7 +130,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
130
130
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
131
131
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
132
132
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
133
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
133
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
134
134
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
135
135
  });
136
136
 
@@ -147,7 +147,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
147
147
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
148
148
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
149
149
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
150
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
150
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
151
151
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
152
152
  });
153
153
 
@@ -167,7 +167,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
167
167
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
168
168
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
169
169
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
170
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
170
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
171
171
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
172
172
  });
173
173
 
@@ -182,7 +182,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
182
182
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
183
183
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
184
184
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
185
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
185
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
186
186
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
187
187
  });
188
188
 
@@ -203,7 +203,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
203
203
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
204
204
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
205
205
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
206
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
206
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
207
207
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
208
208
  });
209
209
  });
@@ -52,7 +52,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
52
52
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective response numeration', () => {
53
53
  textEntryMathPage.steps.switchToGradingView();
54
54
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
55
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
55
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
56
56
  textEntryMathPage.steps.switchToGradingView();
57
57
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -113,7 +113,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
114
114
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
115
115
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
116
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
116
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
117
117
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
118
118
  });
119
119
 
@@ -130,7 +130,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
130
130
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
131
131
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
132
132
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
133
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
133
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
134
134
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
135
135
  });
136
136
 
@@ -147,7 +147,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
147
147
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
148
148
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
149
149
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
150
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
150
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
151
151
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
152
152
  });
153
153
 
@@ -167,7 +167,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
167
167
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
168
168
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
169
169
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
170
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
170
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
171
171
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
172
172
  });
173
173
 
@@ -182,7 +182,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
182
182
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
183
183
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
184
184
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
185
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
185
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
186
186
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
187
187
  });
188
188
 
@@ -203,7 +203,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
203
203
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
204
204
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
205
205
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
206
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
206
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
207
207
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
208
208
  });
209
209
  });
@@ -53,7 +53,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
53
53
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective response numeration', () => {
54
54
  textEntryMathPage.steps.switchToGradingView();
55
55
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
56
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
56
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
57
57
  textEntryMathPage.steps.switchToGradingView();
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -146,7 +146,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
146
146
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
147
147
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
148
148
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
149
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
149
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
150
150
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
151
151
  });
152
152
 
@@ -163,7 +163,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
163
163
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
165
165
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
166
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
166
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
167
167
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
168
168
  });
169
169
 
@@ -180,7 +180,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
180
180
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
181
181
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
182
182
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
183
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
183
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
184
184
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
185
185
  });
186
186
 
@@ -200,7 +200,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
200
200
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
201
201
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
202
202
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
203
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
203
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
204
204
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
205
205
  });
206
206
 
@@ -215,7 +215,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
215
215
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
216
216
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
217
217
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
218
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
218
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
219
219
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
220
220
  });
221
221
 
@@ -236,7 +236,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
236
236
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
237
237
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
238
238
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
239
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
239
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
240
240
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
241
241
  });
242
242
 
@@ -53,7 +53,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
53
53
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section should be displayed with correct answers from the alternative accordion and respective response numeration, no status message should be displayed', () => {
54
54
  textEntryMathPage.steps.switchToGradingView();
55
55
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
56
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
56
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
57
57
  textEntryMathPage.steps.switchToGradingView();
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
 
@@ -55,7 +55,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
55
55
  textEntryMathPage.steps.switchToGradingView();
56
56
  textEntryMathPage.steps.verifyPreviewScore(0, 18);
57
57
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
58
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
58
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
60
60
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
61
61
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
  });
@@ -55,7 +55,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
55
55
  textEntryMathPage.steps.switchToGradingView();
56
56
  textEntryMathPage.steps.verifyPreviewScore(0, 18);
57
57
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
58
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
58
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
60
60
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
61
61
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
 
@@ -238,7 +238,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
238
238
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
239
239
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
240
240
  textEntryMathPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
241
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
241
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
242
242
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
243
243
  });
244
244
  });
@@ -40,7 +40,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
40
40
  textEntryMathPage.steps.switchToGradingView();
41
41
  textEntryMathPage.steps.verifyPreviewScore(0, 20);
42
42
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
43
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
43
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
44
44
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
45
45
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
46
46
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
@@ -78,7 +78,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
78
78
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
79
79
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
80
80
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
81
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
81
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
82
82
  });
83
83
 
84
84
  it('When the user attempts the question partially correct with all the responses correctly attempted but one response incomplete, then the user should be awarded points of the correctly attempted responses and on switching to \'Grading\' view, green check-mark should be displayed besides the correct answer responses, red cross-mark should be displayed besides incorrect answer response, a status message should not be displayed and correct answer section with all correct answers along with numeration should be displayed', () => {
@@ -93,7 +93,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
93
93
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
94
94
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
95
95
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
96
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
96
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
97
97
  });
98
98
 
99
99
  it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icons should be displayed besides all incorrect responses, correct answer section with all correct answers along with dropzone cell numeration should be displayed', () => {
@@ -112,7 +112,7 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
112
112
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
113
113
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
114
114
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
115
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
115
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
116
116
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
117
117
  });
118
118
  });
@@ -53,7 +53,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
53
53
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section should be displayed with correct answers from the alternative accordion and respective response numeration, no status message should be displayed', () => {
54
54
  textEntryMathPage.steps.switchToGradingView();
55
55
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
56
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
56
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
57
57
  textEntryMathPage.steps.switchToGradingView();
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π​', '7.07⁢e']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '6×π', '7.07⁢e']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
 
@@ -236,7 +236,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
236
236
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
237
237
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
238
238
  textEntryMathPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
239
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['CorrectAnswer', '6×π​', '7.07e']);
239
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['CorrectAnswer', '6×π', '7.07e']);
240
240
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
241
241
  });
242
242
  });
@@ -53,7 +53,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
53
53
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective response numeration', () => {
54
54
  textEntryMathPage.steps.switchToGradingView();
55
55
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
56
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
56
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
57
57
  textEntryMathPage.steps.switchToGradingView();
58
58
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
  });
@@ -55,7 +55,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
55
55
  textEntryMathPage.steps.switchToGradingView();
56
56
  textEntryMathPage.steps.verifyPreviewScore(0, 18);
57
57
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
58
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
58
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
59
59
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
60
60
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
61
61
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
@@ -111,7 +111,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
111
111
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
112
112
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
113
113
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
114
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
114
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
115
115
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
116
116
  });
117
117
 
@@ -127,7 +127,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
127
127
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
128
128
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
129
129
  textEntryMathPage.steps.verifyCorrectResponseIcon(2);
130
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
130
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
131
131
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
132
132
  });
133
133
 
@@ -143,7 +143,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
143
143
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
144
144
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
145
145
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
146
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
146
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
147
147
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
148
148
  });
149
149
 
@@ -162,7 +162,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
162
162
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
163
163
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
164
164
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
165
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
165
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
166
166
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
167
167
  });
168
168
 
@@ -176,7 +176,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
176
176
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
177
177
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
178
178
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
179
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
179
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
180
180
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
181
181
  });
182
182
 
@@ -196,7 +196,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
196
196
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
197
197
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
198
198
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
199
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
199
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
200
200
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
201
201
  });
202
202
 
@@ -235,7 +235,7 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
235
235
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
236
236
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
237
237
  textEntryMathPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
238
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
238
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t', '2⁢x2⁢y2+4⁢x⁢y+4', '9000%']);
239
239
  textEntryMathPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
240
240
  });
241
241
  });
@@ -38,7 +38,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
38
38
  it('When the user selects \'Grading\' view without attempting the question, response numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective response numeration', () => {
39
39
  textEntryMathPage.steps.switchToGradingView();
40
40
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
41
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
41
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
42
42
  textEntryMathPage.steps.switchToGradingView();
43
43
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
44
44
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(1);
@@ -63,7 +63,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
63
63
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
64
64
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
65
65
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
66
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
66
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
67
67
  });
68
68
 
69
69
  it('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icons should be displayed besides the correct responses, incorrect icons should be displayed beside the incorrect responses, and \'Your answer is incorrect\' label should be displayed', () => {
@@ -82,7 +82,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
82
82
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
83
83
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
84
84
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
85
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
85
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
86
86
  });
87
87
 
88
88
  it('When the user attempts the question partially correct with a incomplete response, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icons should be displayed besides the correct responses and unattempted correct options, no icon should be displayed beside unattempted response, \'Your answer is incorrect\' should be displayed', () => {
@@ -98,7 +98,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
98
98
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
99
99
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
100
100
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
101
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
101
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
102
102
  });
103
103
 
104
104
  it('When user attempts the question correctly, the user should be awarded full points and on switching to \'Grading\' view, then correct icons should be displayed beside all the correct responses, and \'Your answer is correct\' should be displayed', () => {
@@ -138,7 +138,7 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
138
138
  equationEditorFlyout.steps.enterQuadraticEquation();
139
139
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(2);
140
140
  textEntryMathPage.steps.focusInResponseAnswerInputFieldSpecifyCorrectAnswerSection(2);
141
- equationEditorFlyout.steps.enterTextInPreviewInputField('6×π​');
141
+ equationEditorFlyout.steps.enterTextInPreviewInputField('6×π');
142
142
  equationEditorFlyout.steps.clickOnOkButton();
143
143
  textEntryMathPage.steps.allotPoints(15);
144
144
  textEntryMathPage.steps.expandAdditionalSettings();
@@ -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(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+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(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+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(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+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(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+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');
@@ -108,7 +108,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
108
108
  textEntryMathPage.steps.verifyPreviewScore(0, 20);
109
109
  }
110
110
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
111
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
111
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
112
112
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
113
113
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
114
114
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(0);
@@ -147,7 +147,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
147
147
  textEntryMathPage.steps.verifyIncorrectResponseIcon(1);
148
148
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
149
149
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
150
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
150
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
151
151
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
152
152
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
153
153
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -186,7 +186,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
186
186
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
187
187
  textEntryMathPage.steps.verifyIncorrectResponseIcon(2);
188
188
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
189
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
189
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
190
190
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
191
191
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
192
192
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -222,7 +222,7 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
222
222
  textEntryMathPage.steps.verifyCorrectResponseIcon(1);
223
223
  textEntryMathPage.steps.verifyCorrectIncorrectIconNotExist(2);
224
224
  textEntryMathPage.steps.verifyResponseFieldNumerationPreviewTab();
225
- textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
225
+ textEntryMathPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['C⁢o⁢r⁢r⁢e⁢c⁢t⁢1', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π']);
226
226
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(1, '2 x squared y squared plus 4 x y plus 4');
227
227
  textEntryMathPage.steps.verifyCorrectAnswerResponsesAriaLabel(2, '6 times pi');
228
228
  textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
@@ -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(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
136
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+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(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
169
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+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(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
201
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+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(['12', '2⁢x2⁢y2+4⁢x⁢y+4', '6×π​']);
230
+ textEntryMathWithImagePage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['12', '2⁢x2⁢y2+4⁢x⁢y+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.262-26thNovSmokeTestFixes-fedda37.0",
3
+ "version": "1.0.264-updatedSmokeTestCommand-d725550.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "local:untagged": "node scripts/local.mjs --env fileConfig=ilqa,theme=ilc,grepTags=-css+-a11y",
12
12
  "spinnaker:untagged": "node scripts/spinnaker.mjs --env theme=ilc,grepTags=-css+-a11y",
13
13
  "local:smoke": "node scripts/smokeLocal.mjs --env fileConfig=ilqa,theme=ilc,grepTags=smoke+-css+-a11y",
14
- "spinnaker:smoke": "node scripts/smoke.mjs --env theme=ilc,grepTags=smoke",
14
+ "spinnaker:smoke": "node scripts/smoke.mjs --env theme=ilc,grepTags=smoke+-css+-a11y",
15
15
  "local:migration": "node scripts/migrationLocal.mjs --env theme=ilc",
16
16
  "spinnaker:migration": "node scripts/migration.mjs --env theme=ilc",
17
17
  "cy:ildev": "cypress open --env fileConfig=ildev",