itemengine-cypress-automation 1.0.338 → 1.0.339

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
37
37
  equationEditorFlyout.steps.clickOnOkButton();
38
38
  textEntryMathPage.steps.switchToGradingView();
39
39
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
40
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
40
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
41
41
  });
42
42
 
43
43
  it('When user has selected \'Number\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as correct', () => {
@@ -47,7 +47,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
47
47
  equationEditorFlyout.steps.clickOnOkButton();
48
48
  textEntryMathPage.steps.switchToGradingView();
49
49
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
50
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
50
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
51
51
  });
52
52
 
53
53
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using symbols in preview tab response fields they should be treated as incorrect', () => {
@@ -57,7 +57,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
57
57
  equationEditorFlyout.steps.clickOnOkButton();
58
58
  textEntryMathPage.steps.switchToGradingView();
59
59
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
60
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
60
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
61
61
  });
62
62
 
63
63
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using cube root and comparison in preview tab response fields they should be treated as incorrect', () => {
@@ -68,7 +68,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
68
68
  equationEditorFlyout.steps.clickOnOkButton();
69
69
  textEntryMathPage.steps.switchToGradingView();
70
70
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
71
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
71
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
72
72
  });
73
73
 
74
74
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using percentage in preview tab response fields they should be treated as incorrect', () => {
@@ -78,7 +78,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
78
78
  equationEditorFlyout.steps.clickOnOkButton();
79
79
  textEntryMathPage.steps.switchToGradingView();
80
80
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
81
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
81
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
82
82
  });
83
83
 
84
84
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as incorrect', () => {
@@ -91,7 +91,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
91
91
  equationEditorFlyout.steps.clickOnOkButton();
92
92
  textEntryMathPage.steps.switchToGradingView();
93
93
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
94
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
94
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
95
95
  });
96
96
 
97
97
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -101,7 +101,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
101
101
  equationEditorFlyout.steps.clickOnOkButton();
102
102
  textEntryMathPage.steps.switchToGradingView();
103
103
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
104
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
104
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
105
105
  });
106
106
 
107
107
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using mixed fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -113,7 +113,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
113
113
  equationEditorFlyout.steps.clickOnOkButton();
114
114
  textEntryMathPage.steps.switchToGradingView();
115
115
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
116
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
116
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
117
117
  });
118
118
 
119
119
  it('When user has selected \'Number\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -124,7 +124,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
124
124
  equationEditorFlyout.steps.clickOnOkButton();
125
125
  textEntryMathPage.steps.switchToGradingView();
126
126
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
127
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
127
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
128
128
  });
129
129
 
130
130
  //Syntax: Integer
@@ -140,7 +140,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
140
140
  equationEditorFlyout.steps.clickOnOkButton();
141
141
  textEntryMathPage.steps.switchToGradingView();
142
142
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
143
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
143
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
144
144
  });
145
145
 
146
146
  it('When user has selected \'Integer\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as correct', () => {
@@ -150,7 +150,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
150
150
  equationEditorFlyout.steps.clickOnOkButton();
151
151
  textEntryMathPage.steps.switchToGradingView();
152
152
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
153
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
153
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
154
154
  });
155
155
 
156
156
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using operators in preview tab response fields they should be treated as incorrect', () => {
@@ -160,7 +160,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
160
160
  equationEditorFlyout.steps.clickOnOkButton();
161
161
  textEntryMathPage.steps.switchToGradingView();
162
162
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
163
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
163
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
164
164
  });
165
165
 
166
166
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using cube root and comparison in preview tab response fields they should be treated as incorrect', () => {
@@ -170,7 +170,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
170
170
  equationEditorFlyout.steps.clickOnOkButton();
171
171
  textEntryMathPage.steps.switchToGradingView();
172
172
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
173
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
173
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
174
174
  });
175
175
 
176
176
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using percentage in preview tab response fields they should be treated as incorrect', () => {
@@ -180,7 +180,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
180
180
  equationEditorFlyout.steps.clickOnOkButton();
181
181
  textEntryMathPage.steps.switchToGradingView();
182
182
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
183
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
183
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
184
184
  });
185
185
 
186
186
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as incorrect', () => {
@@ -190,7 +190,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
190
190
  equationEditorFlyout.steps.clickOnOkButton();
191
191
  textEntryMathPage.steps.switchToGradingView();
192
192
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
193
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
193
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
194
194
  });
195
195
 
196
196
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -200,7 +200,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
200
200
  equationEditorFlyout.steps.clickOnOkButton();
201
201
  textEntryMathPage.steps.switchToGradingView();
202
202
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
203
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
203
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
204
204
  });
205
205
 
206
206
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -211,7 +211,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
211
211
  equationEditorFlyout.steps.clickOnOkButton();
212
212
  textEntryMathPage.steps.switchToGradingView();
213
213
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
214
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
214
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
215
215
  });
216
216
 
217
217
  it('When user has selected \'Integer\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -222,7 +222,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
222
222
  equationEditorFlyout.steps.clickOnOkButton();
223
223
  textEntryMathPage.steps.switchToGradingView();
224
224
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
225
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
225
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
226
226
  });
227
227
 
228
228
  //Syntax: Decimal
@@ -238,7 +238,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
238
238
  equationEditorFlyout.steps.clickOnOkButton();
239
239
  textEntryMathPage.steps.switchToGradingView();
240
240
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
241
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
241
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
242
242
  });
243
243
 
244
244
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as correct', () => {
@@ -248,7 +248,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
248
248
  equationEditorFlyout.steps.clickOnOkButton();
249
249
  textEntryMathPage.steps.switchToGradingView();
250
250
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
251
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
251
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
252
252
  });
253
253
 
254
254
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using decimals with parenthesis in preview tab response fields they should be treated as correct', () => {
@@ -258,7 +258,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
258
258
  equationEditorFlyout.steps.clickOnOkButton();
259
259
  textEntryMathPage.steps.switchToGradingView();
260
260
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
261
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
261
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
262
262
  });
263
263
 
264
264
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using cube root and comparison in preview tab response fields they should be treated as incorrect', () => {
@@ -268,7 +268,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
268
268
  equationEditorFlyout.steps.clickOnOkButton();
269
269
  textEntryMathPage.steps.switchToGradingView();
270
270
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
271
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
271
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
272
272
  });
273
273
 
274
274
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using integration in preview tab response fields they should be treated as incorrect', () => {
@@ -279,7 +279,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
279
279
  equationEditorFlyout.steps.clickOnOkButton();
280
280
  textEntryMathPage.steps.switchToGradingView();
281
281
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
282
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
282
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
283
283
  });
284
284
 
285
285
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using iota in preview tab response fields they should be treated as incorrect', () => {
@@ -289,7 +289,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
289
289
  equationEditorFlyout.steps.clickOnOkButton();
290
290
  textEntryMathPage.steps.switchToGradingView();
291
291
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
292
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
292
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
293
293
  });
294
294
 
295
295
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -299,7 +299,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
299
299
  equationEditorFlyout.steps.clickOnOkButton();
300
300
  textEntryMathPage.steps.switchToGradingView();
301
301
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
302
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
302
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
303
303
  });
304
304
 
305
305
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -310,7 +310,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
310
310
  equationEditorFlyout.steps.clickOnOkButton();
311
311
  textEntryMathPage.steps.switchToGradingView();
312
312
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
313
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
313
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
314
314
  });
315
315
 
316
316
  it('When user has selected \'Decimal\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -321,7 +321,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
321
321
  equationEditorFlyout.steps.clickOnOkButton();
322
322
  textEntryMathPage.steps.switchToGradingView();
323
323
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
324
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
324
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
325
325
  });
326
326
  });
327
327
 
@@ -356,7 +356,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
356
356
  equationEditorFlyout.steps.clickOnOkButton();
357
357
  textEntryMathPage.steps.switchToGradingView();
358
358
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
359
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
359
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
360
360
  });
361
361
 
362
362
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using mixed fractions in preview tab response fields they should be treated as correct', () => {
@@ -368,7 +368,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
368
368
  equationEditorFlyout.steps.clickOnOkButton();
369
369
  textEntryMathPage.steps.switchToGradingView();
370
370
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
371
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
371
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
372
372
  });
373
373
 
374
374
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using decimal fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -379,7 +379,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
379
379
  equationEditorFlyout.steps.clickOnOkButton();
380
380
  textEntryMathPage.steps.switchToGradingView();
381
381
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
382
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
382
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
383
383
  });
384
384
 
385
385
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using symbols in the form of fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -390,7 +390,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
390
390
  equationEditorFlyout.steps.clickOnOkButton();
391
391
  textEntryMathPage.steps.switchToGradingView();
392
392
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
393
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
393
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
394
394
  });
395
395
 
396
396
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as incorrect', () => {
@@ -400,7 +400,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
400
400
  equationEditorFlyout.steps.clickOnOkButton();
401
401
  textEntryMathPage.steps.switchToGradingView();
402
402
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
403
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
403
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
404
404
  });
405
405
 
406
406
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using operators with pi in preview tab response fields they should be treated as incorrect', () => {
@@ -410,7 +410,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
410
410
  equationEditorFlyout.steps.clickOnOkButton();
411
411
  textEntryMathPage.steps.switchToGradingView();
412
412
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
413
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
413
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
414
414
  });
415
415
 
416
416
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using percentage in preview tab response fields they should be treated as incorrect', () => {
@@ -420,7 +420,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
420
420
  equationEditorFlyout.steps.clickOnOkButton();
421
421
  textEntryMathPage.steps.switchToGradingView();
422
422
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
423
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
423
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
424
424
  });
425
425
 
426
426
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as incorrect', () => {
@@ -433,7 +433,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
433
433
  equationEditorFlyout.steps.clickOnOkButton();
434
434
  textEntryMathPage.steps.switchToGradingView();
435
435
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
436
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
436
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
437
437
  });
438
438
 
439
439
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -443,7 +443,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
443
443
  equationEditorFlyout.steps.clickOnOkButton();
444
444
  textEntryMathPage.steps.switchToGradingView();
445
445
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
446
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
446
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
447
447
  });
448
448
 
449
449
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using iota in preview tab response fields they should be treated as incorrect', () => {
@@ -453,7 +453,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
453
453
  equationEditorFlyout.steps.clickOnOkButton();
454
454
  textEntryMathPage.steps.switchToGradingView();
455
455
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
456
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
456
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
457
457
  });
458
458
 
459
459
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -463,7 +463,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
463
463
  equationEditorFlyout.steps.clickOnOkButton();
464
464
  textEntryMathPage.steps.switchToGradingView();
465
465
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
466
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
466
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
467
467
  });
468
468
 
469
469
  //Syntax: Mixed fraction
@@ -481,7 +481,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
481
481
  equationEditorFlyout.steps.clickOnOkButton();
482
482
  textEntryMathPage.steps.switchToGradingView();
483
483
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
484
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
484
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
485
485
  });
486
486
 
487
487
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using decimal mixed fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -493,7 +493,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
493
493
  equationEditorFlyout.steps.clickOnOkButton();
494
494
  textEntryMathPage.steps.switchToGradingView();
495
495
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
496
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
496
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
497
497
  });
498
498
 
499
499
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using symbols in the symbols and fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -504,7 +504,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
504
504
  equationEditorFlyout.steps.clickOnOkButton();
505
505
  textEntryMathPage.steps.switchToGradingView();
506
506
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
507
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
507
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
508
508
  });
509
509
 
510
510
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -515,7 +515,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
515
515
  equationEditorFlyout.steps.clickOnOkButton();
516
516
  textEntryMathPage.steps.switchToGradingView();
517
517
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
518
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
518
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
519
519
  });
520
520
 
521
521
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as incorrect', () => {
@@ -525,7 +525,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
525
525
  equationEditorFlyout.steps.clickOnOkButton();
526
526
  textEntryMathPage.steps.switchToGradingView();
527
527
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
528
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
528
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
529
529
  });
530
530
 
531
531
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using cube root in preview tab response fields they should be treated as incorrect', () => {
@@ -535,7 +535,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
535
535
  equationEditorFlyout.steps.clickOnOkButton();
536
536
  textEntryMathPage.steps.switchToGradingView();
537
537
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
538
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
538
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
539
539
  });
540
540
 
541
541
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -545,7 +545,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
545
545
  equationEditorFlyout.steps.clickOnOkButton();
546
546
  textEntryMathPage.steps.switchToGradingView();
547
547
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
548
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
548
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
549
549
  });
550
550
 
551
551
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -556,7 +556,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
556
556
  equationEditorFlyout.steps.clickOnOkButton();
557
557
  textEntryMathPage.steps.switchToGradingView();
558
558
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
559
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
559
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
560
560
  });
561
561
 
562
562
  it('When user has selected \'Mixed fraction\' from the syntax dropdown and user enters input using integration in preview tab response fields they should be treated as incorrect', () => {
@@ -567,7 +567,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
567
567
  equationEditorFlyout.steps.clickOnOkButton();
568
568
  textEntryMathPage.steps.switchToGradingView();
569
569
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
570
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
570
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
571
571
  });
572
572
 
573
573
  //Syntax: Simple fraction
@@ -584,7 +584,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
584
584
  equationEditorFlyout.steps.clickOnOkButton();
585
585
  textEntryMathPage.steps.switchToGradingView();
586
586
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
587
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
587
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
588
588
  });
589
589
 
590
590
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using fractions in preview tab response fields they should be treated as correct', () => {
@@ -595,7 +595,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
595
595
  equationEditorFlyout.steps.clickOnOkButton();
596
596
  textEntryMathPage.steps.switchToGradingView();
597
597
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
598
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
598
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
599
599
  });
600
600
 
601
601
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using mixed fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -607,7 +607,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
607
607
  equationEditorFlyout.steps.clickOnOkButton();
608
608
  textEntryMathPage.steps.switchToGradingView();
609
609
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
610
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
610
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
611
611
  });
612
612
 
613
613
  it('When user has selected \'Fraction\' from the syntax dropdown and user enters input using symbols in the form of fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -618,7 +618,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
618
618
  equationEditorFlyout.steps.clickOnOkButton();
619
619
  textEntryMathPage.steps.switchToGradingView();
620
620
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
621
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
621
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
622
622
  });
623
623
 
624
624
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using iota in preview tab response fields they should be treated as incorrect', () => {
@@ -628,7 +628,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
628
628
  equationEditorFlyout.steps.clickOnOkButton();
629
629
  textEntryMathPage.steps.switchToGradingView();
630
630
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
631
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
631
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
632
632
  });
633
633
 
634
634
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -638,7 +638,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
638
638
  equationEditorFlyout.steps.clickOnOkButton();
639
639
  textEntryMathPage.steps.switchToGradingView();
640
640
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
641
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
641
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
642
642
  });
643
643
 
644
644
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using derivative equation in preview tab response fields they should be treated as incorrect', () => {
@@ -648,7 +648,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
648
648
  equationEditorFlyout.steps.clickOnOkButton();
649
649
  textEntryMathPage.steps.switchToGradingView();
650
650
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
651
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
651
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
652
652
  });
653
653
 
654
654
  it('When user has selected \'Simple fraction\' from the syntax dropdown and user enters input using factored equation in preview tab response fields they should be treated as incorrect', () => {
@@ -658,7 +658,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
658
658
  equationEditorFlyout.steps.clickOnOkButton();
659
659
  textEntryMathPage.steps.switchToGradingView();
660
660
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
661
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
661
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
662
662
  });
663
663
 
664
664
  //Syntax: Fraction or decimal
@@ -675,7 +675,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
675
675
  equationEditorFlyout.steps.clickOnOkButton();
676
676
  textEntryMathPage.steps.switchToGradingView();
677
677
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
678
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
678
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
679
679
  });
680
680
 
681
681
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using mixed fractions in preview tab response fields they should be treated as correct', () => {
@@ -687,7 +687,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
687
687
  equationEditorFlyout.steps.clickOnOkButton();
688
688
  textEntryMathPage.steps.switchToGradingView();
689
689
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
690
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
690
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
691
691
  });
692
692
 
693
693
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using decimal fractions in preview tab response fields they should be treated as correct', () => {
@@ -698,7 +698,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
698
698
  equationEditorFlyout.steps.clickOnOkButton();
699
699
  textEntryMathPage.steps.switchToGradingView();
700
700
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
701
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
701
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
702
702
  });
703
703
 
704
704
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using symbols in the form of fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -709,7 +709,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
709
709
  equationEditorFlyout.steps.clickOnOkButton();
710
710
  textEntryMathPage.steps.switchToGradingView();
711
711
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
712
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
712
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
713
713
  });
714
714
 
715
715
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as incorrect', () => {
@@ -719,7 +719,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
719
719
  equationEditorFlyout.steps.clickOnOkButton();
720
720
  textEntryMathPage.steps.switchToGradingView();
721
721
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
722
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
722
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
723
723
  });
724
724
 
725
725
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using operators in preview tab response fields they should be treated as incorrect', () => {
@@ -729,7 +729,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
729
729
  equationEditorFlyout.steps.clickOnOkButton();
730
730
  textEntryMathPage.steps.switchToGradingView();
731
731
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
732
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
732
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
733
733
  });
734
734
 
735
735
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using percentage in preview tab response fields they should be treated as correct', () => {
@@ -739,7 +739,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
739
739
  equationEditorFlyout.steps.clickOnOkButton();
740
740
  textEntryMathPage.steps.switchToGradingView();
741
741
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
742
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
742
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
743
743
  });
744
744
 
745
745
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -749,7 +749,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
749
749
  equationEditorFlyout.steps.clickOnOkButton();
750
750
  textEntryMathPage.steps.switchToGradingView();
751
751
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
752
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
752
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
753
753
  });
754
754
 
755
755
  it('When user has selected \'Fraction or decimal\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -760,7 +760,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
760
760
  equationEditorFlyout.steps.clickOnOkButton();
761
761
  textEntryMathPage.steps.switchToGradingView();
762
762
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
763
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
763
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
764
764
  });
765
765
  });
766
766
 
@@ -793,7 +793,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
793
793
  equationEditorFlyout.steps.clickOnOkButton();
794
794
  textEntryMathPage.steps.switchToGradingView();
795
795
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
796
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
796
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
797
797
  });
798
798
 
799
799
  it('When the user has selected \'Variable\' from the syntax dropdown and user enters input using single variable and coefficient in preview tab response fields they should be treated as incorrect', () => {
@@ -803,7 +803,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
803
803
  equationEditorFlyout.steps.clickOnOkButton();
804
804
  textEntryMathPage.steps.switchToGradingView();
805
805
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
806
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
806
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
807
807
  });
808
808
 
809
809
  it('When the user has selected \'Variable\' from the syntax dropdown and user enters input using single symbol in preview tab response fields they should be treated as correct', () => {
@@ -813,7 +813,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
813
813
  equationEditorFlyout.steps.clickOnOkButton();
814
814
  textEntryMathPage.steps.switchToGradingView();
815
815
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
816
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
816
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
817
817
  });
818
818
 
819
819
  it('When the user has selected \'Variable\' from the syntax dropdown and user enters input using single variable fractions in preview tab response fields they should be treated as incorrect', () => {
@@ -823,7 +823,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
823
823
  equationEditorFlyout.steps.clickOnOkButton();
824
824
  textEntryMathPage.steps.switchToGradingView();
825
825
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
826
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
826
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
827
827
  });
828
828
 
829
829
  it('When user has selected \'Variable\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -833,7 +833,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
833
833
  equationEditorFlyout.steps.clickOnOkButton();
834
834
  textEntryMathPage.steps.switchToGradingView();
835
835
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
836
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
836
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
837
837
  });
838
838
 
839
839
  it('When user has selected \'Variable\' from the syntax dropdown and user enters input using epsilon in preview tab response fields they should be treated as incorrect', () => {
@@ -843,7 +843,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
843
843
  equationEditorFlyout.steps.clickOnOkButton();
844
844
  textEntryMathPage.steps.switchToGradingView();
845
845
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
846
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
846
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
847
847
  });
848
848
 
849
849
  it('When user has selected \'Variable\' from the syntax dropdown and user enters numerical input in preview tab response fields they should be treated as correct', () => {
@@ -853,7 +853,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
853
853
  equationEditorFlyout.steps.clickOnOkButton();
854
854
  textEntryMathPage.steps.switchToGradingView();
855
855
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
856
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
856
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
857
857
  });
858
858
 
859
859
  it('When user has selected \'Variable\' from the syntax dropdown and user enters decimal input in preview tab response fields they should be treated as correct', () => {
@@ -863,7 +863,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
863
863
  equationEditorFlyout.steps.clickOnOkButton();
864
864
  textEntryMathPage.steps.switchToGradingView();
865
865
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
866
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
866
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
867
867
  });
868
868
 
869
869
  it('When user has selected \'Variable\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -873,7 +873,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
873
873
  equationEditorFlyout.steps.clickOnOkButton();
874
874
  textEntryMathPage.steps.switchToGradingView();
875
875
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
876
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
876
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
877
877
  });
878
878
 
879
879
 
@@ -885,7 +885,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
885
885
  equationEditorFlyout.steps.clickOnOkButton();
886
886
  textEntryMathPage.steps.switchToGradingView();
887
887
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
888
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
888
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
889
889
  });
890
890
 
891
891
  it('When user has selected \'Variable\' from the syntax dropdown and user enters input using square root of variable in preview tab response fields they should be treated as incorrect', () => {
@@ -897,7 +897,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
897
897
  equationEditorFlyout.steps.clickOnOkButton();
898
898
  textEntryMathPage.steps.switchToGradingView();
899
899
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
900
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
900
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
901
901
  });
902
902
 
903
903
  it('When user has selected \'Variable\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -908,7 +908,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
908
908
  equationEditorFlyout.steps.clickOnOkButton();
909
909
  textEntryMathPage.steps.switchToGradingView();
910
910
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
911
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
911
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
912
912
  });
913
913
  });
914
914
 
@@ -942,7 +942,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
942
942
  equationEditorFlyout.steps.clickOnOkButton();
943
943
  textEntryMathPage.steps.switchToGradingView();
944
944
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
945
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
945
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
946
946
  });
947
947
 
948
948
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using single variable with coefficient in preview tab response fields they should be treated as incorrect', () => {
@@ -952,7 +952,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
952
952
  equationEditorFlyout.steps.clickOnOkButton();
953
953
  textEntryMathPage.steps.switchToGradingView();
954
954
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
955
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
955
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
956
956
  });
957
957
 
958
958
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using expression in preview tab response fields they should be treated as incorrect', () => {
@@ -962,7 +962,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
962
962
  equationEditorFlyout.steps.clickOnOkButton();
963
963
  textEntryMathPage.steps.switchToGradingView();
964
964
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
965
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
965
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
966
966
  });
967
967
 
968
968
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -972,7 +972,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
972
972
  equationEditorFlyout.steps.clickOnOkButton();
973
973
  textEntryMathPage.steps.switchToGradingView();
974
974
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
975
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
975
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
976
976
  });
977
977
 
978
978
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -982,7 +982,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
982
982
  equationEditorFlyout.steps.clickOnOkButton();
983
983
  textEntryMathPage.steps.switchToGradingView();
984
984
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
985
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
985
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
986
986
  });
987
987
 
988
988
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using polynomial quadratic equation with equal to in preview tab response fields they should be treated as incorrect', () => {
@@ -993,7 +993,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
993
993
  equationEditorFlyout.steps.clickOnOkButton();
994
994
  textEntryMathPage.steps.switchToGradingView();
995
995
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
996
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
996
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
997
997
  });
998
998
 
999
999
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using square root of variable in preview tab response fields they should be treated as incorrect', () => {
@@ -1005,7 +1005,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1005
1005
  equationEditorFlyout.steps.clickOnOkButton();
1006
1006
  textEntryMathPage.steps.switchToGradingView();
1007
1007
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1008
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1008
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1009
1009
  });
1010
1010
 
1011
1011
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using derivative in preview tab response fields they should be treated as incorrect', () => {
@@ -1015,7 +1015,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1015
1015
  equationEditorFlyout.steps.clickOnOkButton();
1016
1016
  textEntryMathPage.steps.switchToGradingView();
1017
1017
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1018
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1018
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1019
1019
  });
1020
1020
 
1021
1021
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using comparison in preview tab response fields they should be treated as correct', () => {
@@ -1026,7 +1026,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1026
1026
  equationEditorFlyout.steps.clickOnOkButton();
1027
1027
  textEntryMathPage.steps.switchToGradingView();
1028
1028
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1029
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1029
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1030
1030
  });
1031
1031
 
1032
1032
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input addition of matrices in preview tab response fields they should be treated as correct', () => {
@@ -1040,7 +1040,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1040
1040
  equationEditorFlyout.steps.clickOnOkButton();
1041
1041
  textEntryMathPage.steps.switchToGradingView();
1042
1042
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1043
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1043
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1044
1044
  });
1045
1045
 
1046
1046
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input addition of matrices with equal to in preview tab response fields they should be treated as incorrect', () => {
@@ -1055,7 +1055,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1055
1055
  equationEditorFlyout.steps.clickOnOkButton();
1056
1056
  textEntryMathPage.steps.switchToGradingView();
1057
1057
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1058
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1058
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1059
1059
  });
1060
1060
 
1061
1061
  it('When user has selected \'Expression\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as correct', () => {
@@ -1068,7 +1068,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1068
1068
  equationEditorFlyout.steps.clickOnOkButton();
1069
1069
  textEntryMathPage.steps.switchToGradingView();
1070
1070
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1071
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1071
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1072
1072
  });
1073
1073
 
1074
1074
  //Syntax: Equation
@@ -1084,7 +1084,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1084
1084
  equationEditorFlyout.steps.clickOnOkButton();
1085
1085
  textEntryMathPage.steps.switchToGradingView();
1086
1086
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1087
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1087
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1088
1088
  });
1089
1089
 
1090
1090
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using equation in preview tab response fields they should be treated as incorrect', () => {
@@ -1094,7 +1094,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1094
1094
  equationEditorFlyout.steps.clickOnOkButton();
1095
1095
  textEntryMathPage.steps.switchToGradingView();
1096
1096
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1097
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1097
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1098
1098
  });
1099
1099
 
1100
1100
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using expression in preview tab response fields they should be treated as incorrect', () => {
@@ -1104,7 +1104,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1104
1104
  equationEditorFlyout.steps.clickOnOkButton();
1105
1105
  textEntryMathPage.steps.switchToGradingView();
1106
1106
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1107
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1107
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1108
1108
  });
1109
1109
 
1110
1110
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using polynomial quadratic equation in preview tab response fields they should be treated as incorrect', () => {
@@ -1114,7 +1114,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1114
1114
  equationEditorFlyout.steps.clickOnOkButton();
1115
1115
  textEntryMathPage.steps.switchToGradingView();
1116
1116
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1117
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1117
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1118
1118
  });
1119
1119
 
1120
1120
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -1124,7 +1124,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1124
1124
  equationEditorFlyout.steps.clickOnOkButton();
1125
1125
  textEntryMathPage.steps.switchToGradingView();
1126
1126
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1127
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1127
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1128
1128
  });
1129
1129
 
1130
1130
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using polynomial quadratic equation with equal to in preview tab response fields they should be treated as correct', () => {
@@ -1135,7 +1135,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1135
1135
  equationEditorFlyout.steps.clickOnOkButton();
1136
1136
  textEntryMathPage.steps.switchToGradingView();
1137
1137
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1138
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1138
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1139
1139
  });
1140
1140
 
1141
1141
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using square root of variable in preview tab response fields they should be treated as incorrect', () => {
@@ -1147,7 +1147,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1147
1147
  equationEditorFlyout.steps.clickOnOkButton();
1148
1148
  textEntryMathPage.steps.switchToGradingView();
1149
1149
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1150
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1150
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1151
1151
  });
1152
1152
 
1153
1153
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using derivative of variable in preview tab response fields they should be treated as incorrect', () => {
@@ -1158,7 +1158,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1158
1158
  equationEditorFlyout.steps.clickOnOkButton();
1159
1159
  textEntryMathPage.steps.switchToGradingView();
1160
1160
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1161
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1161
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1162
1162
  });
1163
1163
 
1164
1164
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using comparison operator equation in preview tab response fields they should be treated as incorrect', () => {
@@ -1169,7 +1169,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1169
1169
  equationEditorFlyout.steps.clickOnOkButton();
1170
1170
  textEntryMathPage.steps.switchToGradingView();
1171
1171
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1172
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1172
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1173
1173
  });
1174
1174
 
1175
1175
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input addition of matrices in preview tab response fields they should be treated as correct', () => {
@@ -1183,7 +1183,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1183
1183
  equationEditorFlyout.steps.clickOnOkButton();
1184
1184
  textEntryMathPage.steps.switchToGradingView();
1185
1185
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1186
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1186
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1187
1187
  });
1188
1188
 
1189
1189
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input addition of matrices with equal to in preview tab response fields they should be treated as incorrect', () => {
@@ -1198,7 +1198,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1198
1198
  equationEditorFlyout.steps.clickOnOkButton();
1199
1199
  textEntryMathPage.steps.switchToGradingView();
1200
1200
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1201
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1201
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1202
1202
  });
1203
1203
 
1204
1204
  it('When user has selected \'Equation\' from the syntax dropdown and user enters input using epsilon and parenthesis in preview tab response fields they should be treated as incorrect', () => {
@@ -1208,7 +1208,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1208
1208
  equationEditorFlyout.steps.clickOnOkButton();
1209
1209
  textEntryMathPage.steps.switchToGradingView();
1210
1210
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1211
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1211
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1212
1212
  });
1213
1213
  });
1214
1214
 
@@ -1244,7 +1244,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1244
1244
  equationEditorFlyout.steps.clickOnOkButton();
1245
1245
  textEntryMathPage.steps.switchToGradingView();
1246
1246
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1247
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1247
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1248
1248
  });
1249
1249
 
1250
1250
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using scientific operators in preview tab response fields they should be treated as incorrect', () => {
@@ -1254,7 +1254,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1254
1254
  equationEditorFlyout.steps.clickOnOkButton();
1255
1255
  textEntryMathPage.steps.switchToGradingView();
1256
1256
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1257
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1257
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1258
1258
  });
1259
1259
 
1260
1260
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using trigonometric equations in preview tab response fields they should be treated as incorrect', () => {
@@ -1269,7 +1269,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1269
1269
  equationEditorFlyout.steps.clickOnOkButton();
1270
1270
  textEntryMathPage.steps.switchToGradingView();
1271
1271
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1272
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1272
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1273
1273
  });
1274
1274
 
1275
1275
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using addition and scientific operation in preview tab response fields they should be treated as incorrect', () => {
@@ -1280,7 +1280,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1280
1280
  equationEditorFlyout.steps.clickOnOkButton();
1281
1281
  textEntryMathPage.steps.switchToGradingView();
1282
1282
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1283
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1283
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1284
1284
  });
1285
1285
 
1286
1286
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using scientific operation in preview tab response fields they should be treated as incorrect', () => {
@@ -1290,7 +1290,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1290
1290
  equationEditorFlyout.steps.clickOnOkButton();
1291
1291
  textEntryMathPage.steps.switchToGradingView();
1292
1292
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
1293
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1293
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
1294
1294
  });
1295
1295
 
1296
1296
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using factors in preview tab response fields they should be treated as incorrect', () => {
@@ -1300,7 +1300,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1300
1300
  equationEditorFlyout.steps.clickOnOkButton();
1301
1301
  textEntryMathPage.steps.switchToGradingView();
1302
1302
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1303
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1303
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1304
1304
  });
1305
1305
 
1306
1306
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using integration in preview tab response fields they should be treated as incorrect', () => {
@@ -1311,7 +1311,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1311
1311
  equationEditorFlyout.steps.clickOnOkButton();
1312
1312
  textEntryMathPage.steps.switchToGradingView();
1313
1313
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1314
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1314
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1315
1315
  });
1316
1316
 
1317
1317
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using iota in preview tab response fields they should be treated as incorrect', () => {
@@ -1321,7 +1321,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1321
1321
  equationEditorFlyout.steps.clickOnOkButton();
1322
1322
  textEntryMathPage.steps.switchToGradingView();
1323
1323
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1324
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1324
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1325
1325
  });
1326
1326
 
1327
1327
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using derivative in preview tab response fields they should be treated as incorrect', () => {
@@ -1332,7 +1332,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1332
1332
  equationEditorFlyout.steps.clickOnOkButton();
1333
1333
  textEntryMathPage.steps.switchToGradingView();
1334
1334
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1335
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1335
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1336
1336
  });
1337
1337
 
1338
1338
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters input using matrices in preview tab response fields they should be treated as incorrect', () => {
@@ -1343,7 +1343,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1343
1343
  equationEditorFlyout.steps.clickOnOkButton();
1344
1344
  textEntryMathPage.steps.switchToGradingView();
1345
1345
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1346
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1346
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1347
1347
  });
1348
1348
 
1349
1349
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters numerical input in preview tab response fields they should be treated as correct', () => {
@@ -1353,7 +1353,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1353
1353
  equationEditorFlyout.steps.clickOnOkButton();
1354
1354
  textEntryMathPage.steps.switchToGradingView();
1355
1355
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1356
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1356
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1357
1357
  });
1358
1358
 
1359
1359
  it('When user has selected \'Scientific\' from the syntax dropdown and user enters percentage in preview tab response fields they should be treated as correct', () => {
@@ -1363,7 +1363,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
1363
1363
  equationEditorFlyout.steps.clickOnOkButton();
1364
1364
  textEntryMathPage.steps.switchToGradingView();
1365
1365
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
1366
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1366
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
1367
1367
  });
1368
1368
  });
1369
1369
  });