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.
@@ -35,7 +35,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
35
35
  equationEditorFlyout.steps.clickOnOkButton();
36
36
  textEntryMathPage.steps.switchToGradingView();
37
37
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
38
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
38
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
39
39
  });
40
40
 
41
41
  it('When the user attempts the question using correct greater than comparison then it should be treated as correct', () => {
@@ -49,7 +49,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
49
49
  equationEditorFlyout.steps.clickOnOkButton();
50
50
  textEntryMathPage.steps.switchToGradingView();
51
51
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
52
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
52
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
53
53
  });
54
54
 
55
55
  it('When the user attempts the question using two inequalities then it should be treated as correct', () => {
@@ -59,7 +59,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
59
59
  equationEditorFlyout.steps.clickOnOkButton();
60
60
  textEntryMathPage.steps.switchToGradingView();
61
61
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
62
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
62
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
63
63
  });
64
64
 
65
65
  it('When the user attempts the question using incorrect comparison of decimals then it should be treated as incorrect', () => {
@@ -69,7 +69,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
69
69
  equationEditorFlyout.steps.clickOnOkButton();
70
70
  textEntryMathPage.steps.switchToGradingView();
71
71
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
72
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
72
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
73
73
  });
74
74
 
75
75
  it('When the user attempts the question using correct equal to comparison for polynomials using mixed fractions and percentage then it should be treated as correct', () => {
@@ -81,7 +81,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
81
81
  equationEditorFlyout.steps.clickOnOkButton();
82
82
  textEntryMathPage.steps.switchToGradingView();
83
83
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
84
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
84
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
85
85
  });
86
86
 
87
87
  it('When the user attempts the question using correct equal to comparison using square roots and quadratic equations then it should be treated as correct', () => {
@@ -93,7 +93,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
93
93
  equationEditorFlyout.steps.clickOnOkButton();
94
94
  textEntryMathPage.steps.switchToGradingView();
95
95
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
96
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
96
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
97
97
  });
98
98
 
99
99
  it('When the user attempts the question using correct less than comparison then it should be treated as correct', () => {
@@ -104,7 +104,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
104
104
  equationEditorFlyout.steps.clickOnOkButton();
105
105
  textEntryMathPage.steps.switchToGradingView();
106
106
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
107
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
107
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
108
108
  });
109
109
 
110
110
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -115,7 +115,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
115
115
  equationEditorFlyout.steps.clickOnOkButton();
116
116
  textEntryMathPage.steps.switchToGradingView();
117
117
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
118
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
118
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
119
119
  });
120
120
 
121
121
  it('When the user attempts the question using correct equal to comparison for polynomials then it should be treated as correct', () => {
@@ -125,7 +125,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
125
125
  equationEditorFlyout.steps.clickOnOkButton();
126
126
  textEntryMathPage.steps.switchToGradingView();
127
127
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
128
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
128
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
129
129
  });
130
130
 
131
131
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -138,7 +138,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
138
138
  equationEditorFlyout.steps.clickOnOkButton();
139
139
  textEntryMathPage.steps.switchToGradingView();
140
140
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
141
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
141
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
142
142
  });
143
143
 
144
144
  it('When the user attempts the question using comparison of addition of matrix then it should be treated as incorrect', () => {
@@ -155,7 +155,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
155
155
  equationEditorFlyout.steps.clickOnOkButton();
156
156
  textEntryMathPage.steps.switchToGradingView();
157
157
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
158
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
158
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
159
159
  });
160
160
 
161
161
  it('When the user attempts the question using comparison of integration then it should be treated as incorrect', () => {
@@ -169,7 +169,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
169
169
  equationEditorFlyout.steps.clickOnOkButton();
170
170
  textEntryMathPage.steps.switchToGradingView();
171
171
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
172
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
172
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
173
173
  });
174
174
 
175
175
  it('When the user attempts the question using derivatives then it should be treated as incorrect', () => {
@@ -180,7 +180,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
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 the user attempts the question using epsilon then it should be treated as incorrect', () => {
@@ -191,7 +191,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
191
191
  equationEditorFlyout.steps.clickOnOkButton();
192
192
  textEntryMathPage.steps.switchToGradingView();
193
193
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
194
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
194
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
195
195
  });
196
196
 
197
197
  it('When the user attempts the question using trigonometric functions then it should be treated as correct', () => {
@@ -202,7 +202,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
202
202
  equationEditorFlyout.steps.clickOnOkButton();
203
203
  textEntryMathPage.steps.switchToGradingView();
204
204
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
205
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
205
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
206
206
  });
207
207
  });
208
208
 
@@ -231,7 +231,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
231
231
  equationEditorFlyout.steps.clickOnOkButton();
232
232
  textEntryMathPage.steps.switchToGradingView();
233
233
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
234
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
234
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
235
235
  });
236
236
 
237
237
  it('When the user attempts the question using decimals then it should be treated as correct', () => {
@@ -241,7 +241,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
241
241
  equationEditorFlyout.steps.clickOnOkButton();
242
242
  textEntryMathPage.steps.switchToGradingView();
243
243
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
244
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
244
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
245
245
  });
246
246
 
247
247
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -251,7 +251,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
251
251
  equationEditorFlyout.steps.clickOnOkButton();
252
252
  textEntryMathPage.steps.switchToGradingView();
253
253
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
254
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
254
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
255
255
  });
256
256
 
257
257
  it('When the user attempts the question using fractions then it should be treated as incorrect', () => {
@@ -262,7 +262,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
262
262
  equationEditorFlyout.steps.clickOnOkButton();
263
263
  textEntryMathPage.steps.switchToGradingView();
264
264
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
265
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
265
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
266
266
  });
267
267
 
268
268
  it('When the user attempts the question using mixed fractions then it should be treated as correct if denominator is greater than numerator', () => {
@@ -274,7 +274,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
274
274
  equationEditorFlyout.steps.clickOnOkButton();
275
275
  textEntryMathPage.steps.switchToGradingView();
276
276
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
277
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
277
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
278
278
  });
279
279
 
280
280
  it('When the user attempts the question using mixed fractions then it should be treated as incorrect if denominator is less than numerator', () => {
@@ -286,7 +286,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
286
286
  equationEditorFlyout.steps.clickOnOkButton();
287
287
  textEntryMathPage.steps.switchToGradingView();
288
288
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
289
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
289
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
290
290
  });
291
291
 
292
292
  it('When the user attempts the question using expanded quadratic expressions then it should be treated as correct', () => {
@@ -296,7 +296,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
296
296
  equationEditorFlyout.steps.clickOnOkButton();
297
297
  textEntryMathPage.steps.switchToGradingView();
298
298
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
299
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
299
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
300
300
  });
301
301
 
302
302
  it('When the user attempts the question using expanded form using polynomials then it should be treated as correct', () => {
@@ -306,7 +306,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
306
306
  equationEditorFlyout.steps.clickOnOkButton();
307
307
  textEntryMathPage.steps.switchToGradingView();
308
308
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
309
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
309
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
310
310
  });
311
311
 
312
312
  it('When the user attempts the question using factored form using polynomials then it should be treated as incorrect', () => {
@@ -316,7 +316,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
316
316
  equationEditorFlyout.steps.clickOnOkButton();
317
317
  textEntryMathPage.steps.switchToGradingView();
318
318
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
319
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
319
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
320
320
  });
321
321
 
322
322
  it('When the user attempts the question using factored equation then it should be treated as incorrect', () => {
@@ -326,7 +326,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
326
326
  equationEditorFlyout.steps.clickOnOkButton();
327
327
  textEntryMathPage.steps.switchToGradingView();
328
328
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
329
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
329
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
330
330
  });
331
331
 
332
332
  it('When the user attempts the question using simplified trigonometric functions then it should be treated as correct', () => {
@@ -336,7 +336,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
336
336
  equationEditorFlyout.steps.clickOnOkButton();
337
337
  textEntryMathPage.steps.switchToGradingView();
338
338
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
339
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
339
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
340
340
  });
341
341
 
342
342
  it('When the user attempts the question using special symbols like \'pi\' then it should be treated as correct', () => {
@@ -346,7 +346,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
346
346
  equationEditorFlyout.steps.clickOnOkButton();
347
347
  textEntryMathPage.steps.switchToGradingView();
348
348
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
349
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
349
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
350
350
  });
351
351
 
352
352
  it('When the user attempts the question using expanded equation using iota then it should be treated as correct', () => {
@@ -357,7 +357,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
357
357
  equationEditorFlyout.steps.clickOnOkButton();
358
358
  textEntryMathPage.steps.switchToGradingView();
359
359
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
360
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
360
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
361
361
  });
362
362
 
363
363
  it('When the user attempts the question using factorized complex equation then it should be treated as incorrect', () => {
@@ -367,7 +367,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
367
367
  equationEditorFlyout.steps.clickOnOkButton();
368
368
  textEntryMathPage.steps.switchToGradingView();
369
369
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
370
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
370
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
371
371
  });
372
372
 
373
373
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -382,7 +382,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
382
382
  equationEditorFlyout.steps.clickOnOkButton();
383
383
  textEntryMathPage.steps.switchToGradingView();
384
384
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
385
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
385
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
386
386
  });
387
387
 
388
388
  it('When the user attempts the question using derivative then it should be treated as incorrect', () => {
@@ -392,7 +392,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
392
392
  equationEditorFlyout.steps.clickOnOkButton();
393
393
  textEntryMathPage.steps.switchToGradingView();
394
394
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
395
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
395
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
396
396
  });
397
397
 
398
398
  it('When the user attempts the question using integration then it should be treated as correct', () => {
@@ -403,7 +403,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
403
403
  equationEditorFlyout.steps.clickOnOkButton();
404
404
  textEntryMathPage.steps.switchToGradingView();
405
405
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
406
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
406
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
407
407
  });
408
408
 
409
409
  it('When the user attempts the question using epsilon correct icon should be displayed beside the response, a status message with text \'Your answer is correct\' should be displayed', () => {
@@ -414,7 +414,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
414
414
  equationEditorFlyout.steps.clickOnOkButton();
415
415
  textEntryMathPage.steps.switchToGradingView();
416
416
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
417
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
417
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
418
418
  });
419
419
  });
420
420
 
@@ -443,7 +443,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
443
443
  equationEditorFlyout.steps.clickOnOkButton();
444
444
  textEntryMathPage.steps.switchToGradingView();
445
445
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
446
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
446
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
447
447
  });
448
448
 
449
449
  it('When the user attempts the question using decimals then it should be treated as correct', () => {
@@ -453,7 +453,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
453
453
  equationEditorFlyout.steps.clickOnOkButton();
454
454
  textEntryMathPage.steps.switchToGradingView();
455
455
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
456
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
456
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
457
457
  });
458
458
 
459
459
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -463,7 +463,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
463
463
  equationEditorFlyout.steps.clickOnOkButton();
464
464
  textEntryMathPage.steps.switchToGradingView();
465
465
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
466
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
466
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
467
467
  });
468
468
 
469
469
  it('When the user attempts the question using fractions in simplified format then it should be treated as correct', () => {
@@ -474,7 +474,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
474
474
  equationEditorFlyout.steps.clickOnOkButton();
475
475
  textEntryMathPage.steps.switchToGradingView();
476
476
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
477
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
477
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
478
478
  });
479
479
 
480
480
  it('When the user attempts the question using mixed fractions then it should be treated as correct', () => {
@@ -486,7 +486,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
486
486
  equationEditorFlyout.steps.clickOnOkButton();
487
487
  textEntryMathPage.steps.switchToGradingView();
488
488
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
489
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
489
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
490
490
  });
491
491
 
492
492
  it('When the user attempts the question using quadratic equation then it should be treated as correct', () => {
@@ -496,7 +496,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
496
496
  equationEditorFlyout.steps.clickOnOkButton();
497
497
  textEntryMathPage.steps.switchToGradingView();
498
498
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
499
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
499
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
500
500
  });
501
501
 
502
502
  it('When the user attempts the question using polynomial equation using parenthesis then it should be treated as correct', () => {
@@ -505,7 +505,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
505
505
  equationEditorFlyout.steps.clickOnOkButton();
506
506
  textEntryMathPage.steps.switchToGradingView();
507
507
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
508
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
508
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
509
509
  });
510
510
 
511
511
  it('When the user attempts the question using factorized equation then it should be treated as correct', () => {
@@ -514,7 +514,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
514
514
  equationEditorFlyout.steps.clickOnOkButton();
515
515
  textEntryMathPage.steps.switchToGradingView();
516
516
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
517
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
517
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
518
518
  });
519
519
 
520
520
  it('When the user attempts the question using factorized complex equation then it should be treated as correct', () => {
@@ -523,7 +523,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
523
523
  equationEditorFlyout.steps.clickOnOkButton();
524
524
  textEntryMathPage.steps.switchToGradingView();
525
525
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
526
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
526
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
527
527
  });
528
528
 
529
529
  it('When the user attempts the question using iota in simplified format then it should be treated as correct', () => {
@@ -533,7 +533,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
533
533
  equationEditorFlyout.steps.clickOnOkButton();
534
534
  textEntryMathPage.steps.switchToGradingView();
535
535
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
536
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
536
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
537
537
  });
538
538
 
539
539
  it('When the user attempts the question using special symbols like \'pi\' along with numeric values then it should be treated as incorrect', () => {
@@ -543,7 +543,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
543
543
  equationEditorFlyout.steps.clickOnOkButton();
544
544
  textEntryMathPage.steps.switchToGradingView();
545
545
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
546
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
546
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
547
547
  });
548
548
 
549
549
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -554,7 +554,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
554
554
  equationEditorFlyout.steps.clickOnOkButton();
555
555
  textEntryMathPage.steps.switchToGradingView();
556
556
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
557
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
557
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
558
558
  });
559
559
 
560
560
  it('When the user attempts the question using identity matrix then it should be treated as correct', () => {
@@ -565,7 +565,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
565
565
  equationEditorFlyout.steps.clickOnOkButton();
566
566
  textEntryMathPage.steps.switchToGradingView();
567
567
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
568
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
568
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
569
569
  });
570
570
 
571
571
  it('When the user attempts the question using addition of matrices then it should be treated as correct', () => {
@@ -579,7 +579,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
579
579
  equationEditorFlyout.steps.clickOnOkButton();
580
580
  textEntryMathPage.steps.switchToGradingView();
581
581
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
582
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
582
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
583
583
  });
584
584
 
585
585
  it('When the user attempts the question using percentages then it should be treated as correct', () => {
@@ -589,7 +589,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
589
589
  equationEditorFlyout.steps.clickOnOkButton();
590
590
  textEntryMathPage.steps.switchToGradingView();
591
591
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
592
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
592
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
593
593
  });
594
594
 
595
595
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -601,7 +601,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
601
601
  equationEditorFlyout.steps.clickOnOkButton();
602
602
  textEntryMathPage.steps.switchToGradingView();
603
603
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
604
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
604
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
605
605
  });
606
606
 
607
607
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -613,7 +613,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
613
613
  equationEditorFlyout.steps.clickOnOkButton();
614
614
  textEntryMathPage.steps.switchToGradingView();
615
615
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
616
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
616
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
617
617
  });
618
618
  });
619
619
 
@@ -642,7 +642,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
642
642
  equationEditorFlyout.steps.clickOnOkButton();
643
643
  textEntryMathPage.steps.switchToGradingView();
644
644
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
645
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
645
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
646
646
  });
647
647
 
648
648
  //Failing due to https://weldnorthed.atlassian.net/browse/IEI-5214
@@ -653,7 +653,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
653
653
  equationEditorFlyout.steps.clickOnOkButton();
654
654
  textEntryMathPage.steps.switchToGradingView();
655
655
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
656
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
656
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
657
657
  });
658
658
 
659
659
  //Need to remove skip once https://redmine.zeuslearning.com/issues/562013 is resolved
@@ -664,7 +664,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
664
664
  equationEditorFlyout.steps.clickOnOkButton();
665
665
  textEntryMathPage.steps.switchToGradingView();
666
666
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
667
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
667
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
668
668
  });
669
669
 
670
670
  it('When the user attempts the question using fractions in simplified format then it should be treated as correct', () => {
@@ -675,7 +675,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
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 the user attempts the question using mixed fractions then it should be treated as correct if denominator is greater than numerator', () => {
@@ -687,7 +687,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
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 the user attempts the question using polynomial expressions then it should be treated as correct', () => {
@@ -697,7 +697,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
697
697
  equationEditorFlyout.steps.clickOnOkButton();
698
698
  textEntryMathPage.steps.switchToGradingView();
699
699
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
700
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
700
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
701
701
  });
702
702
 
703
703
  it('When the user attempts the question using parenthesis in simplified format then it should be treated as incorrect', () => {
@@ -706,7 +706,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
706
706
  equationEditorFlyout.steps.clickOnOkButton();
707
707
  textEntryMathPage.steps.switchToGradingView();
708
708
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
709
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
709
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
710
710
  });
711
711
 
712
712
  it('When the user attempts the question using identity matrix then it should be treated as correct', () => {
@@ -717,7 +717,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
717
717
  equationEditorFlyout.steps.clickOnOkButton();
718
718
  textEntryMathPage.steps.switchToGradingView();
719
719
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
720
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
720
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
721
721
  });
722
722
 
723
723
  it('When the user attempts the question using iota in simplified format then it should be treated as correct', () => {
@@ -727,7 +727,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
727
727
  equationEditorFlyout.steps.clickOnOkButton();
728
728
  textEntryMathPage.steps.switchToGradingView();
729
729
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
730
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
730
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
731
731
  });
732
732
 
733
733
  it('When the user attempts the question using iota in un-simplified format then it should be treated as incorrect', () => {
@@ -738,7 +738,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
738
738
  equationEditorFlyout.steps.clickOnOkButton();
739
739
  textEntryMathPage.steps.switchToGradingView();
740
740
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
741
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
741
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
742
742
  });
743
743
 
744
744
  it('When the user attempts the question using special symbols like \'pi\' then it should be treated as correct', () => {
@@ -748,7 +748,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
748
748
  equationEditorFlyout.steps.clickOnOkButton();
749
749
  textEntryMathPage.steps.switchToGradingView();
750
750
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
751
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
751
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
752
752
  });
753
753
 
754
754
  it('When the user attempts the question using special symbols like \'pi\' along with numeric values then it should be treated as correct', () => {
@@ -758,7 +758,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
758
758
  equationEditorFlyout.steps.clickOnOkButton();
759
759
  textEntryMathPage.steps.switchToGradingView();
760
760
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
761
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
761
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
762
762
  });
763
763
 
764
764
  it('When the user attempts the question using simplified trigonometric functions then it should be treated as correct', () => {
@@ -768,7 +768,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
768
768
  equationEditorFlyout.steps.clickOnOkButton();
769
769
  textEntryMathPage.steps.switchToGradingView();
770
770
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
771
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
771
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
772
772
  });
773
773
 
774
774
  it('When the user attempts the question using addition of matrices then it should be treated as incorrect', () => {
@@ -782,7 +782,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
782
782
  equationEditorFlyout.steps.clickOnOkButton();
783
783
  textEntryMathPage.steps.switchToGradingView();
784
784
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
785
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
785
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
786
786
  });
787
787
 
788
788
  it('When the user attempts the question using percentages then it should be treated as incorrect', () => {
@@ -792,7 +792,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
792
792
  equationEditorFlyout.steps.clickOnOkButton();
793
793
  textEntryMathPage.steps.switchToGradingView();
794
794
  textEntryMathPage.steps.verifyIncorrectResponseIcon(0);
795
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
795
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
796
796
  });
797
797
 
798
798
  it('When the user attempts the question using integration then it should be treated as correct', () => {
@@ -803,7 +803,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
803
803
  equationEditorFlyout.steps.clickOnOkButton();
804
804
  textEntryMathPage.steps.switchToGradingView();
805
805
  textEntryMathPage.steps.verifyCorrectResponseIcon(0);
806
- // textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
806
+ textEntryMathPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
807
807
  });
808
808
  });
809
809
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.338",
3
+ "version": "1.0.339",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {