itemengine-cypress-automation 1.0.312 → 1.0.313
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.
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +8 -8
- package/cypress/e2e/ILC/DrawingResponse/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponse/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponseBasic/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponseMath/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/GridFill/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ListOrderingNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/SingleSelectionGridNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +5 -5
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.smoke.js +4 -4
- package/cypress/e2e/ILC/TextSelection/editQuestion.smoke.js +1 -1
- package/package.json +1 -1
@@ -9,7 +9,7 @@ describe('Edit item - Drag and drop into categories', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit drag and drop into categories question', () => {
|
12
|
+
describe('Edit drag and drop into categories question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
|
@@ -281,13 +281,13 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
281
281
|
cy.barsPreLoaderWait();
|
282
282
|
});
|
283
283
|
|
284
|
-
it(
|
284
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]} additional option is not selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]} secondary toolbar option should not be displayed`, () => {
|
285
285
|
drawingResponsePage.steps.switchToPreviewTab();
|
286
286
|
drawingResponsePage.steps.selectPreviewTabToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].displayName);
|
287
287
|
utilities.verifyElementVisibilityState(drawingResponsePage.previewTabSecondaryToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]), 'notExist');
|
288
288
|
});
|
289
289
|
|
290
|
-
it(
|
290
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]} additional option is selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]} secondary toolbar option should be displayed`, () => {
|
291
291
|
drawingResponsePage.steps.switchToEditTab();
|
292
292
|
drawingResponsePage.steps.expandCustomizeToolbarOptionsAndControlsAccordion();
|
293
293
|
drawingResponsePage.steps.selectOptionsTiles([`${drawingToolbarOptionsAndAdditionalOptions.additionalOptions[1]}`]);
|
@@ -306,7 +306,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
306
306
|
});
|
307
307
|
});
|
308
308
|
|
309
|
-
it(
|
309
|
+
it('When user clicks on \'Math characters\' secondary toolbar option, then the \'Math characters\' popup should be displayed with \'Math characters\' title and a \'Close\' button', () => {
|
310
310
|
drawingResponsePage.steps.selectPreviewTabSecondaryToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]);
|
311
311
|
utilities.verifyElementVisibilityState(drawingResponsePage.previewTabSecondaryPopup(), 'exist');
|
312
312
|
drawingResponsePage.steps.verifySecondaryOptionCharactersPopupTitle(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[1]);
|
@@ -360,13 +360,13 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
360
360
|
cy.barsPreLoaderWait();
|
361
361
|
});
|
362
362
|
|
363
|
-
it(
|
363
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]} additional option is not selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]} secondary toolbar option should not be displayed`, () => {
|
364
364
|
drawingResponsePage.steps.switchToPreviewTab();
|
365
365
|
drawingResponsePage.steps.selectPreviewTabToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].displayName);
|
366
366
|
utilities.verifyElementVisibilityState(drawingResponsePage.previewTabSecondaryToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]), 'notExist');
|
367
367
|
});
|
368
368
|
|
369
|
-
it(
|
369
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]} additional option is selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]} secondary toolbar option should be displayed`, () => {
|
370
370
|
drawingResponsePage.steps.switchToEditTab();
|
371
371
|
drawingResponsePage.steps.expandCustomizeToolbarOptionsAndControlsAccordion();
|
372
372
|
drawingResponsePage.steps.selectOptionsTiles([`${drawingToolbarOptionsAndAdditionalOptions.additionalOptions[2]}`]);
|
@@ -389,7 +389,7 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
389
389
|
cy.checkAccessibility(drawingResponsePage.previewTabSecondaryToolbarOption().parents('.drawing-tool__secondary-toolbar'));
|
390
390
|
});
|
391
391
|
|
392
|
-
it(
|
392
|
+
it('When user clicks on \'Font size\' secondary toolbar option, then the \'Font size\' popup should be displayed', () => {
|
393
393
|
drawingResponsePage.steps.selectPreviewTabSecondaryToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[2]);
|
394
394
|
});
|
395
395
|
|
@@ -630,13 +630,13 @@ describe('Preview tab contents - primary toolbar options, secondary toolbar opti
|
|
630
630
|
cy.barsPreLoaderWait();
|
631
631
|
});
|
632
632
|
|
633
|
-
it(
|
633
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[3]} additional option is not selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[3]} secondary toolbar option should not be displayed`, () => {
|
634
634
|
drawingResponsePage.steps.switchToPreviewTab();
|
635
635
|
drawingResponsePage.steps.selectPreviewTabToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].displayName);
|
636
636
|
utilities.verifyElementVisibilityState(drawingResponsePage.previewTabSecondaryToolbarOption(drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[3]), 'notExist');
|
637
637
|
});
|
638
638
|
|
639
|
-
it(
|
639
|
+
it(`When ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[3]} additional option is selected in edit tab, then in preview tab the ${drawingToolbarOptionsAndAdditionalOptions.drawingToolbarOptions[6].secondaryToolbarOptions[3]} secondary toolbar option should be displayed`, () => {
|
640
640
|
drawingResponsePage.steps.switchToEditTab();
|
641
641
|
drawingResponsePage.steps.expandCustomizeToolbarOptionsAndControlsAccordion();
|
642
642
|
drawingResponsePage.steps.selectOptionsTiles([`${drawingToolbarOptionsAndAdditionalOptions.additionalOptions[3]}`]);
|
@@ -8,7 +8,7 @@ describe('Edit item - Drawing response', () => {
|
|
8
8
|
cy.loginAs('admin');
|
9
9
|
});
|
10
10
|
|
11
|
-
describe('Edit Drawing response Question', () => {
|
11
|
+
describe('Edit Drawing response Question', { tags: 'smoke' }, () => {
|
12
12
|
abortEarlySetup();
|
13
13
|
before(() => {
|
14
14
|
drawingResponsePage.steps.navigateToCreateQuestion('Drawing Response');
|
@@ -9,7 +9,7 @@ describe('Edit item - Essay Response', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit Essay Response Question', () => {
|
12
|
+
describe('Edit Essay Response Question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
essayResponsePage.steps.navigateToCreateQuestion('essay response');
|
@@ -9,7 +9,7 @@ describe('Edit item - Essay response - Basic', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit Essay response - Basic Question', () => {
|
12
|
+
describe('Edit Essay response - Basic Question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
essayResponseBasicPage.steps.navigateToCreateQuestion('essay response - basic');
|
@@ -9,7 +9,7 @@ describe('Edit item - Essay response math', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit Essay response math Question', () => {
|
12
|
+
describe('Edit Essay response math Question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
essayResponseMathPage.steps.navigateToCreateQuestion('essay response - basic');
|
@@ -9,7 +9,7 @@ describe('Edit item - fill in the gaps with drag and drop', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit fill in the gaps with drag and drop question', () => {
|
12
|
+
describe('Edit fill in the gaps with drag and drop question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
fillInTheGapsDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps with drag and drop');
|
@@ -13,7 +13,7 @@ describe('Edit item - fill in the gaps with dropdown', () => {
|
|
13
13
|
cy.loginAs('admin');
|
14
14
|
});
|
15
15
|
|
16
|
-
describe('Edit fill in the gaps with dropdown question', () => {
|
16
|
+
describe('Edit fill in the gaps with dropdown question', { tags: 'smoke' }, () => {
|
17
17
|
abortEarlySetup();
|
18
18
|
before(() => {
|
19
19
|
fillInTheGapsDropdownPage.steps.navigateToCreateQuestion('fill in the gaps with dropdown');
|
@@ -9,7 +9,7 @@ describe('Edit item - fill in the gaps over image with drag and drop', () => {
|
|
9
9
|
cy.loginAs('admin');
|
10
10
|
});
|
11
11
|
|
12
|
-
describe('Edit fill in the gaps over image with drag and drop question', () => {
|
12
|
+
describe('Edit fill in the gaps over image with drag and drop question', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
fillInTheGapsOverImageDragAndDropPage.steps.navigateToCreateQuestion('fill in the gaps over image with drag and drop');
|
@@ -13,7 +13,7 @@ describe('Edit item - ', () => {
|
|
13
13
|
cy.loginAs('admin');
|
14
14
|
});
|
15
15
|
|
16
|
-
describe('Edit fill in the gaps over image with dropdown question', () => {
|
16
|
+
describe('Edit fill in the gaps over image with dropdown question', { tags: 'smoke' }, () => {
|
17
17
|
abortEarlySetup();
|
18
18
|
before(() => {
|
19
19
|
fillInTheGapsOverImageDropdownPage.steps.navigateToCreateQuestion('fill in the gaps over image with dropdown');
|
@@ -8,7 +8,7 @@ describe('Edit item - fill in the gaps with text', () => {
|
|
8
8
|
cy.loginAs('admin');
|
9
9
|
});
|
10
10
|
|
11
|
-
describe('Edit fill in the gaps with text question', () => {
|
11
|
+
describe('Edit fill in the gaps with text question', { tags: 'smoke' }, () => {
|
12
12
|
abortEarlySetup();
|
13
13
|
before(() => {
|
14
14
|
fillInTheGapsOverImageTextPage.steps.navigateToCreateQuestion('fill in the gaps over image with text');
|
@@ -8,7 +8,7 @@ describe('Edit item - fill in the gaps with text', () => {
|
|
8
8
|
cy.loginAs('admin');
|
9
9
|
});
|
10
10
|
|
11
|
-
describe('Edit fill in the gaps with text question', () => {
|
11
|
+
describe('Edit fill in the gaps with text question', { tags: 'smoke' }, () => {
|
12
12
|
abortEarlySetup();
|
13
13
|
before(() => {
|
14
14
|
fillInTheGapsTextPage.steps.navigateToCreateQuestion('fill in the gaps with text');
|
@@ -12,7 +12,7 @@ describe('Edit item - Grid fill', () => {
|
|
12
12
|
cy.loginAs('admin');
|
13
13
|
});
|
14
14
|
|
15
|
-
describe('Edit Grid fill Question', () => {
|
15
|
+
describe('Edit Grid fill Question', { tags: 'smoke' }, () => {
|
16
16
|
abortEarlySetup();
|
17
17
|
before(() => {
|
18
18
|
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
@@ -11,7 +11,7 @@ describe('Edit item - List ordering', () => {
|
|
11
11
|
cy.loginAs('admin');
|
12
12
|
});
|
13
13
|
|
14
|
-
describe('Edit List ordering Question', () => {
|
14
|
+
describe('Edit List ordering Question', { tags: 'smoke' }, () => {
|
15
15
|
abortEarlySetup();
|
16
16
|
before(() => {
|
17
17
|
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
@@ -12,7 +12,7 @@ describe('Edit item - Matching', () => {
|
|
12
12
|
cy.loginAs('admin');
|
13
13
|
});
|
14
14
|
|
15
|
-
describe('Edit Matching Question', () => {
|
15
|
+
describe('Edit Matching Question', { tags: 'smoke' }, () => {
|
16
16
|
abortEarlySetup();
|
17
17
|
before(() => {
|
18
18
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
@@ -13,7 +13,7 @@ describe('Edit item - multiple Selection', () => {
|
|
13
13
|
cy.loginAs('admin');
|
14
14
|
});
|
15
15
|
|
16
|
-
describe('Edit multiple selection question', () => {
|
16
|
+
describe('Edit multiple selection question', { tags: 'smoke' }, () => {
|
17
17
|
abortEarlySetup();
|
18
18
|
before(() => {
|
19
19
|
multipleSelectionPage.steps.navigateToCreateQuestion('multiple selection');
|
@@ -11,7 +11,7 @@ describe('Edit item - multiple selection grid', () => {
|
|
11
11
|
cy.loginAs('admin');
|
12
12
|
});
|
13
13
|
|
14
|
-
describe('Edit multiple selection grid question', () => {
|
14
|
+
describe('Edit multiple selection grid question', { tags: 'smoke' }, () => {
|
15
15
|
abortEarlySetup();
|
16
16
|
before(() => {
|
17
17
|
multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
|
@@ -11,7 +11,7 @@ describe('Edit item - single selection grid', () => {
|
|
11
11
|
cy.loginAs('admin');
|
12
12
|
});
|
13
13
|
|
14
|
-
describe('Edit single selection grid question', () => {
|
14
|
+
describe('Edit single selection grid question', { tags: 'smoke' }, () => {
|
15
15
|
abortEarlySetup();
|
16
16
|
before(() => {
|
17
17
|
singleSelectionGridPage.steps.navigateToCreateQuestion('single selection grid');
|
@@ -9,7 +9,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
|
|
9
9
|
});
|
10
10
|
|
11
11
|
//Need to remove skips once https://redmine.zeuslearning.com/issues/577626 is resolved
|
12
|
-
describe('Equivalent structure - Syntax: Number, integer and decimal', () => {
|
12
|
+
describe('Equivalent structure - Syntax: Number, integer and decimal', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -326,7 +326,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
|
|
326
326
|
});
|
327
327
|
|
328
328
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
329
|
-
describe('Equivalent structure - Syntax: Fraction, mixed fraction, simple fraction and fraction or decimal', () => {
|
329
|
+
describe('Equivalent structure - Syntax: Fraction, mixed fraction, simple fraction and fraction or decimal', { tags: 'smoke' }, () => {
|
330
330
|
abortEarlySetup();
|
331
331
|
before(() => {
|
332
332
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -764,7 +764,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
|
|
764
764
|
});
|
765
765
|
});
|
766
766
|
|
767
|
-
describe('Equivalent structure - Syntax: Variable', () => {
|
767
|
+
describe('Equivalent structure - Syntax: Variable', { tags: 'smoke' }, () => {
|
768
768
|
abortEarlySetup();
|
769
769
|
before(() => {
|
770
770
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -913,7 +913,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
|
|
913
913
|
});
|
914
914
|
|
915
915
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
916
|
-
describe('Equivalent structure - Syntax: Expression and equation', () => {
|
916
|
+
describe('Equivalent structure - Syntax: Expression and equation', { tags: 'smoke' }, () => {
|
917
917
|
abortEarlySetup();
|
918
918
|
before(() => {
|
919
919
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -1212,7 +1212,7 @@ describe('Create item page - Text entry math: Equivalent structure evaluation me
|
|
1212
1212
|
});
|
1213
1213
|
});
|
1214
1214
|
|
1215
|
-
describe('Equivalent structure - Syntax: Scientific', () => {
|
1215
|
+
describe('Equivalent structure - Syntax: Scientific', { tags: 'smoke' }, () => {
|
1216
1216
|
abortEarlySetup();
|
1217
1217
|
before(() => {
|
1218
1218
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -8,7 +8,7 @@ describe('Create item page - Text entry math: Match exact evaluation method', ()
|
|
8
8
|
cy.loginAs('admin');
|
9
9
|
});
|
10
10
|
|
11
|
-
describe('Evaluation methods: Match exact', () => {
|
11
|
+
describe('Evaluation methods: Match exact', { tags: 'smoke' }, () => {
|
12
12
|
abortEarlySetup();
|
13
13
|
before(() => {
|
14
14
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -9,7 +9,7 @@ describe('Create item page - Text entry math: Match value evaluation method', ()
|
|
9
9
|
});
|
10
10
|
|
11
11
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
12
|
-
describe('Evaluation methods: Match value', () => {
|
12
|
+
describe('Evaluation methods: Match value', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -9,7 +9,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
9
9
|
});
|
10
10
|
|
11
11
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
12
|
-
describe('Evaluation methods: Symbols are equivalent', () => {
|
12
|
+
describe('Evaluation methods: Symbols are equivalent', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -9,7 +9,7 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
|
|
9
9
|
});
|
10
10
|
|
11
11
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
12
|
-
describe('Evaluation methods: Value is equivalent', () => {
|
12
|
+
describe('Evaluation methods: Value is equivalent', { tags: 'smoke' }, () => {
|
13
13
|
abortEarlySetup();
|
14
14
|
before(() => {
|
15
15
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -10,7 +10,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
10
10
|
|
11
11
|
//Failing due to https://redmine.zeuslearning.com/issues/562013
|
12
12
|
//Need to remove skips once https://redmine.zeuslearning.com/issues/577626 is resolved
|
13
|
-
describe('Evaluation methods: Response is true', () => {
|
13
|
+
describe('Evaluation methods: Response is true', { tags: 'smoke' }, () => {
|
14
14
|
abortEarlySetup();
|
15
15
|
before(() => {
|
16
16
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -206,7 +206,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
206
206
|
});
|
207
207
|
});
|
208
208
|
|
209
|
-
describe('Evaluation methods: Expanded form', () => {
|
209
|
+
describe('Evaluation methods: Expanded form', { tags: 'smoke' }, () => {
|
210
210
|
abortEarlySetup();
|
211
211
|
before(() => {
|
212
212
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -418,7 +418,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
418
418
|
});
|
419
419
|
});
|
420
420
|
|
421
|
-
describe('Evaluation methods: Factored form', () => {
|
421
|
+
describe('Evaluation methods: Factored form', { tags: 'smoke' }, () => {
|
422
422
|
abortEarlySetup();
|
423
423
|
before(() => {
|
424
424
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -617,7 +617,7 @@ describe('Create item page - Text entry math: All or nothing scoring', () => {
|
|
617
617
|
});
|
618
618
|
});
|
619
619
|
|
620
|
-
describe('Evaluation methods: Simplified version', () => {
|
620
|
+
describe('Evaluation methods: Simplified version', { tags: 'smoke' }, () => {
|
621
621
|
abortEarlySetup();
|
622
622
|
before(() => {
|
623
623
|
textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
|
@@ -11,7 +11,7 @@ describe('Edit item - Text selection', () => {
|
|
11
11
|
cy.loginAs('admin');
|
12
12
|
});
|
13
13
|
|
14
|
-
describe('Edit Text selection Question', () => {
|
14
|
+
describe('Edit Text selection Question', { tags: 'smoke' }, () => {
|
15
15
|
abortEarlySetup();
|
16
16
|
before(() => {
|
17
17
|
textSelectionPage.steps.navigateToCreateQuestion('text selection');
|