itemengine-cypress-automation 1.0.345 → 1.0.347-TEMRegression4-f9de722.0

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.
Files changed (34) hide show
  1. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editQuestion.smoke.js +2 -2
  2. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +2 -1
  3. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -2
  4. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -2
  5. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -2
  6. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +0 -3
  7. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +0 -2
  8. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +0 -2
  9. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +0 -8
  10. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +0 -2
  11. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +0 -2
  12. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +0 -2
  13. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +0 -4
  14. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -2
  15. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +0 -2
  16. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +0 -2
  17. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -2
  18. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -2
  19. package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +0 -4
  20. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +0 -2
  21. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +0 -2
  22. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +0 -2
  23. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +0 -8
  24. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +0 -2
  25. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +0 -2
  26. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +0 -2
  27. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +0 -1
  28. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +0 -2
  29. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +0 -8
  30. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +0 -2
  31. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +0 -1
  32. package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +0 -2
  33. package/cypress/pages/drawingResponsePage.js +2 -3
  34. package/package.json +2 -2
@@ -69,8 +69,8 @@ describe('Edit item - fill in the gaps with drag and drop', () => {
69
69
  fillInTheGapsDragAndDropPage.steps.expandScoringTypeDropdown();
70
70
  fillInTheGapsDragAndDropPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
71
71
  //Failing due to https://weldnorthed.atlassian.net/browse/IEI-5502
72
- fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Insects': 0 });
73
- fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Birds': 1 });
72
+ // fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Insects': 0 });
73
+ // fillInTheGapsDragAndDropPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Birds': 1 });
74
74
  fillInTheGapsDragAndDropPage.steps.saveAQuestionAndVerifySnackbar();
75
75
  });
76
76
  });
@@ -116,7 +116,8 @@ describe('Create item page - List ordering: All or nothing ', () => {
116
116
  listOrderingPage.steps.switchToGradingView();
117
117
  listOrderingPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
118
118
  };
119
- listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
119
+ //Failing due to https://weldnorthed.atlassian.net/browse/IEI-2964
120
+ // listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
120
121
  listOrderingPage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
121
122
  utilities.verifyInnerText(listOrderingPage.correctAnswersLabel(), 'Correct answers');
122
123
  listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -12,9 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- utilities.scrollIntoView(textEntryMathPage.questionInstructionsInputField());
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
15
  textEntryMathPage.steps.addResponseArea();
19
16
  textEntryMathPage.steps.addResponseArea();
20
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
15
  utilities.scrollIntoView(textEntryMathPage.questionInstructionsInputField());
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -145,8 +143,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
145
143
  abortEarlySetup();
146
144
  before(() => {
147
145
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
148
- cy.barsPreLoaderWait();
149
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
150
146
  textEntryMathPage.steps.addResponseArea();
151
147
  textEntryMathPage.steps.addResponseArea();
152
148
  textEntryMathPage.steps.addResponseArea();
@@ -253,8 +249,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
253
249
  abortEarlySetup();
254
250
  before(() => {
255
251
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
256
- cy.barsPreLoaderWait();
257
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
258
252
  textEntryMathPage.steps.addResponseArea();
259
253
  textEntryMathPage.steps.addResponseArea();
260
254
  textEntryMathPage.steps.addResponseArea();
@@ -400,8 +394,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
400
394
  abortEarlySetup();
401
395
  before(() => {
402
396
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
403
- cy.barsPreLoaderWait();
404
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
405
397
  textEntryMathPage.steps.addResponseArea();
406
398
  textEntryMathPage.steps.addResponseArea();
407
399
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -145,8 +143,6 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
145
143
  abortEarlySetup();
146
144
  before(() => {
147
145
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
148
- cy.barsPreLoaderWait();
149
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
150
146
  textEntryMathPage.steps.addResponseArea();
151
147
  textEntryMathPage.steps.addResponseArea();
152
148
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create item page - Text entry math: Partial equal weights for blank re
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Text Entry Math');
18
16
  textEntryMathPage.steps.allotPoints(24);
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -138,8 +136,6 @@ describe('Create item page - Text entry math: Partial equal weights for blank re
138
136
  abortEarlySetup();
139
137
  before(() => {
140
138
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
141
- cy.barsPreLoaderWait();
142
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Text Entry Math');
143
139
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial equal weights')
144
140
  textEntryMathPage.steps.allotPoints(24);
145
141
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -121,8 +119,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
121
119
  abortEarlySetup();
122
120
  before(() => {
123
121
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
124
- cy.barsPreLoaderWait();
125
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
126
122
  textEntryMathPage.steps.addResponseArea();
127
123
  textEntryMathPage.steps.addResponseArea();
128
124
  textEntryMathPage.steps.addResponseArea();
@@ -208,8 +204,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
208
204
  abortEarlySetup();
209
205
  before(() => {
210
206
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
211
- cy.barsPreLoaderWait();
212
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
213
207
  textEntryMathPage.steps.addResponseArea();
214
208
  textEntryMathPage.steps.addResponseArea();
215
209
  textEntryMathPage.steps.addResponseArea();
@@ -327,8 +321,6 @@ describe('Create item page - Text Entry Math: Partial different weights', () =>
327
321
  abortEarlySetup();
328
322
  before(() => {
329
323
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
330
- cy.barsPreLoaderWait();
331
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
332
324
  textEntryMathPage.steps.addResponseArea();
333
325
  textEntryMathPage.steps.addResponseArea();
334
326
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
@@ -13,8 +13,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
13
13
  abortEarlySetup();
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
- cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.addResponseArea();
20
18
  textEntryMathPage.steps.addResponseArea();
@@ -13,7 +13,6 @@ describe('Create item page - Text Entry Math: Partial equal weights', () => {
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
15
  cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
16
  textEntryMathPage.steps.addResponseArea();
18
17
  textEntryMathPage.steps.addResponseArea();
19
18
  textEntryMathPage.steps.addResponseArea();
@@ -12,8 +12,6 @@ describe('Create Item page - Text entry math: Preview scoring', () => {
12
12
  abortEarlySetup();
13
13
  before(() => {
14
14
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
15
- cy.barsPreLoaderWait();
16
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
17
15
  textEntryMathPage.steps.addResponseArea();
18
16
  textEntryMathPage.steps.addResponseArea();
19
17
  textEntryMathPage.steps.selectAutoScoredScoringSubtype('Partial equal weights');
@@ -25,8 +25,6 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
25
25
  abortEarlySetup();
26
26
  before(() => {
27
27
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
28
- cy.barsPreLoaderWait();
29
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
30
28
  textEntryMathPage.steps.addResponseArea();
31
29
  textEntryMathPage.steps.addResponseArea();
32
30
  textEntryMathPage.steps.expandAdditionalSettings();
@@ -70,8 +68,6 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
70
68
  switch (view) {
71
69
  case 'Question preview':
72
70
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
73
- cy.barsPreLoaderWait();
74
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
75
71
  textEntryMathPage.steps.addResponseArea();
76
72
  textEntryMathPage.steps.addResponseArea();
77
73
  textEntryMathPage.steps.addResponseArea();
@@ -275,8 +271,6 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
275
271
  switch (view) {
276
272
  case 'Question preview':
277
273
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
278
- cy.barsPreLoaderWait();
279
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
280
274
  textEntryMathPage.steps.addResponseArea();
281
275
  textEntryMathPage.steps.addResponseArea();
282
276
  textEntryMathPage.steps.expandResponseAccordionSpecifyCorrectAnswer(0);
@@ -352,8 +346,6 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
352
346
  abortEarlySetup();
353
347
  before(() => {
354
348
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
355
- cy.barsPreLoaderWait();
356
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
357
349
  textEntryMathPage.steps.addResponseArea();
358
350
  textEntryMathPage.steps.addResponseArea();
359
351
  textEntryMathPage.steps.addResponseArea();
@@ -19,8 +19,6 @@ describe('Create Item page - Text entry math: All or nothing ', () => {
19
19
  switch (view) {
20
20
  case 'Question preview':
21
21
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
22
- cy.barsPreLoaderWait();
23
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
24
22
  textEntryMathPage.steps.addResponseArea();
25
23
  textEntryMathPage.steps.addResponseArea();
26
24
  textEntryMathPage.steps.addResponseArea();
@@ -14,7 +14,6 @@ describe('Create item page - Text entry math: Value is equivalent evaluation met
14
14
  before(() => {
15
15
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
16
16
  cy.barsPreLoaderWait();
17
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Value is equivalent: Response inputted needs to be equivalent but can be represented differently to be marked correct');
18
17
  textEntryMathPage.steps.clearQuestionInputField();
19
18
  textEntryMathPage.steps.addInputToQuestionInputField('Enter the correct value in the response field');
20
19
  textEntryMathPage.steps.addResponseArea();
@@ -169,8 +169,6 @@ describe('Create item page - Text entry math: Preview contents', () => {
169
169
  abortEarlySetup();
170
170
  before(() => {
171
171
  textEntryMathPage.steps.navigateToCreateQuestion('Text Entry Math');
172
- cy.barsPreLoaderWait();
173
- textEntryMathPage.steps.addTextInQuestionInstructionsInputField('Enter the correct answer in the response field');
174
172
  textEntryMathPage.steps.allotPoints(10);
175
173
  // Add 8 response areas
176
174
  for (let i = 0; i < 8; i++) {
@@ -649,13 +649,12 @@ const steps = {
649
649
 
650
650
  clickOnCancelIconOfCaptureImage: () => {
651
651
  drawingResponsePage.captureCancelImageIcon()
652
- .should('be.visible')
652
+ .should('exist')
653
653
  .click();
654
654
  },
655
655
 
656
656
  clickOnCaptureButtonOfCaptureImage: () => {
657
657
  drawingResponsePage.captureImageButton()
658
- .should('be.visible')
659
658
  .click();
660
659
  },
661
660
 
@@ -664,7 +663,7 @@ const steps = {
664
663
  .should('exist')
665
664
  .within(() => {
666
665
  cy.get('img')
667
- .should('be.visible')
666
+ .should('exist')
668
667
  .and('have.attr', 'src')
669
668
  .and('include', 'blob:'); // Ensures the image is captured
670
669
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.345",
3
+ "version": "1.0.347-TEMRegression4-f9de722.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,4 +52,4 @@
52
52
  "devDependencies": {
53
53
  "@applitools/eyes-cypress": "^3.47.0"
54
54
  }
55
- }
55
+ }