itemengine-cypress-automation 1.0.583 → 1.0.584-IEI-7048-098328c.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 (89) hide show
  1. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingGroupedScoring.js +1 -4
  2. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +8 -109
  3. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +8 -109
  4. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +8 -109
  5. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/blankResponseScoring.js +2 -7
  6. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +10 -139
  7. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsBasic.js +1 -4
  8. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +9 -124
  9. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +10 -139
  10. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsBasic.js +1 -4
  11. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +9 -124
  12. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +8 -109
  13. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +9 -124
  14. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +2 -243
  15. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +77 -0
  16. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +78 -1
  17. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +78 -1
  18. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +104 -9
  19. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsBasic.js +4 -0
  20. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +95 -0
  21. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +95 -0
  22. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +84 -0
  23. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +4 -0
  24. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +73 -0
  25. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +84 -0
  26. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +187 -2
  27. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +79 -1
  28. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +79 -0
  29. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +79 -0
  30. package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +4 -0
  31. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +103 -0
  32. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +4 -0
  33. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +103 -0
  34. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
  35. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +91 -0
  36. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +4 -0
  37. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +79 -0
  38. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +91 -0
  39. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +209 -5
  40. package/cypress/e2e/ILC/ListOrderingNew/horizontalOrientationAllOrNothingForAllViews.smoke.js +195 -1
  41. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/HorizontalOrientation/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
  42. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +85 -0
  43. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +82 -0
  44. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +85 -0
  45. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +109 -6
  46. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsBasic.js +4 -0
  47. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +103 -0
  48. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +103 -0
  49. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +91 -0
  50. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsBasic.js +4 -0
  51. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +79 -0
  52. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +91 -0
  53. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +207 -3
  54. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingGroupedScoring.js +9 -1
  55. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +102 -2
  56. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +102 -2
  57. package/cypress/e2e/ILC/Matching/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +107 -2
  58. package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +36 -2
  59. package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +5 -0
  60. package/cypress/e2e/ILC/Matching/Scoring/manuallyAndNonScored.js +1 -0
  61. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsScoringBasic.js +10 -1
  62. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +128 -2
  63. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +115 -2
  64. package/cypress/e2e/ILC/Matching/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +128 -2
  65. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsBasic.js +9 -1
  66. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +115 -2
  67. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +102 -2
  68. package/cypress/e2e/ILC/Matching/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +115 -2
  69. package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +226 -2
  70. package/cypress/e2e/ILC/Matching/maximumCapacityPerDropzoneSection.js +9 -1
  71. package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +102 -2
  72. package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +102 -2
  73. package/cypress/e2e/ILC/MatchingDropdown/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +102 -2
  74. package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +32 -5
  75. package/cypress/e2e/ILC/MatchingDropdown/Scoring/manuallyAndNonScored.js +3 -0
  76. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +10 -1
  77. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +128 -2
  78. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternatePoints.js +115 -2
  79. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternatePoints.js +128 -2
  80. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsBasic.js +9 -1
  81. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +115 -2
  82. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +102 -2
  83. package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +115 -2
  84. package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +216 -2
  85. package/cypress/pages/components/correctIncorrectAnswerLabelComponent.js +18 -1
  86. package/cypress/pages/components/fillInTheGapsDragAndDropCommonComponents.js +1 -25
  87. package/cypress/pages/listOrderingPage.js +60 -1
  88. package/cypress/pages/matchingPage.js +23 -1
  89. package/package.json +1 -1
@@ -1,9 +1,6 @@
1
1
  import { fillInTheGapsDragAndDropPage } from "../../../../pages";
2
2
  import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  import utilities from "../../../../support/helpers/utilities";
4
- import { showAlternativeAnswersComponent } from "../../../../pages/components";
5
-
6
- const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT') === 'true';
7
4
  const css = Cypress.env('css');
8
5
 
9
6
  describe('Create item page - Fill in the gaps with drag and drop: Partial different weights', () => {
@@ -33,22 +30,8 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
33
30
  it('When the user selects \'Grading\' view without attempting the question, dropzone numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective dropzone numeration', () => {
34
31
  fillInTheGapsDragAndDropPage.steps.switchToGradingView();
35
32
  fillInTheGapsDragAndDropPage.steps.verifyDropzoneNumeration();
36
- if (alternativeAnswerCheck) {
37
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
38
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
39
- {
40
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
41
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
42
- },
43
- {
44
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
45
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
46
- }
47
- ]);
48
- } else {
49
- utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
50
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
51
- }
33
+ utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
34
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
52
35
  });
53
36
 
54
37
  it('When the user attempts the question with responses from the correct accordion, then the user should be awarded points of the correct accordion (less than full points) and on switching to \'Grading\' view, green check-marks should be displayed beside all the correct responses, status message and correct answer section should not be displayed', () => {
@@ -100,21 +83,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
100
83
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
101
84
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
102
85
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
103
- if (alternativeAnswerCheck) {
104
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
105
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
106
- {
107
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
108
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
109
- },
110
- {
111
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
112
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
113
- }
114
- ]);
115
- } else {
116
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
117
- }
86
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
118
87
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
119
88
  /*cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, status message and correct answer section should not be displayed')
120
89
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -134,21 +103,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
134
103
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
135
104
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
136
105
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
137
- if (alternativeAnswerCheck) {
138
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
139
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
140
- {
141
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
142
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
143
- },
144
- {
145
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
146
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
147
- }
148
- ]);
149
- } else {
150
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
151
- }
106
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
152
107
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
153
108
  /*cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, no icon should be displayed beside unattempted response status message and correct answer section should not be displayed')
154
109
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -168,21 +123,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
168
123
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
169
124
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
170
125
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
171
- if (alternativeAnswerCheck) {
172
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
173
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
174
- {
175
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
176
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
177
- },
178
- {
179
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
180
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
181
- }
182
- ]);
183
- } else {
184
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
185
- }
126
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
186
127
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
187
128
  /*cy.log('When the user has attempted the question with partially correct with all the response correct as per the alternative accordion but one response incomplete and clicks on \'Check answer\' button, then green check-mark should be displayed besides the response from the correct accordion, red cross-mark should be displayed besides the responses from the alternative accordion and no icon should be displayed beside unattempted response, status message and correct answer section should not be displayed')
188
129
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -202,21 +143,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
202
143
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
203
144
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
204
145
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
205
- if (alternativeAnswerCheck) {
206
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
207
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
208
- {
209
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
210
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
211
- },
212
- {
213
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
214
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
215
- }
216
- ]);
217
- } else {
218
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
219
- }
146
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
220
147
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
221
148
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the alternative answer responses, red cross-mark should be displayed beside responses of the correct accordion status message and correct answer section should not be displayed')
222
149
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -236,21 +163,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
236
163
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
237
164
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
238
165
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
239
- if (alternativeAnswerCheck) {
240
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
241
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
242
- {
243
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
244
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
245
- },
246
- {
247
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
248
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
249
- }
250
- ]);
251
- } else {
252
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
253
- }
166
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
254
167
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
255
168
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, red cross-mark should be displayed beside empty responses status message and correct answer section should not be displayed')
256
169
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -270,21 +183,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
270
183
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
271
184
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
272
185
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
273
- if (alternativeAnswerCheck) {
274
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
275
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
276
- {
277
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
278
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
279
- },
280
- {
281
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
282
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
283
- }
284
- ]);
285
- } else {
286
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
287
- }
186
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
288
187
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
289
188
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, no icon should be displayed beside unattempted response status message and correct answer section should not be displayed')
290
189
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -304,21 +203,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
304
203
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
305
204
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
306
205
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
307
- if (alternativeAnswerCheck) {
308
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
309
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
310
- {
311
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
312
- points: ['(15 points)', '(6 points)', '(4 points)', '(5 points)'],
313
- },
314
- {
315
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
316
- points: ['(13 points)', '(7 points)', '(1 point)', '(5 points)'],
317
- }
318
- ]);
319
- } else {
320
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
321
- }
206
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Stem'], ['Seed']]);
322
207
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
323
208
  /*cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then red cross-marks should be displayed besides all incorrect responses, no icon should be displayed beside unattempted response status message and correct answer section should not be displayed')
324
209
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -346,21 +231,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
346
231
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
347
232
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
348
233
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
349
- if (alternativeAnswerCheck) {
350
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
351
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
352
- {
353
- correctAnswers: [['Roots'], ['Stem'], ['Seed']],
354
- points: ['(23 points)', '(11.4 points)', '(1.2 points)', '(10.4 points)'],
355
- },
356
- {
357
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
358
- points: ['(5 points)', '(1.2 points)', '(2.2 points)', '(1.6 points)'],
359
- }
360
- ]);
361
- } else {
362
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Roots'], ['Stem'], ['Seed']]);
363
- }
234
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Roots'], ['Stem'], ['Seed']]);
364
235
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
365
236
  /*cy.log('When user attempts the question correctly and clicks on the \'Check answer\' button, green check-mark icons should be displayed beside the correct responses from the correct accordion, red cross-mark icons should be displayed beside the incorrectly answered responses, correct/incorrect answer label and its border, correct answer container should not be displayed')
366
237
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -1,7 +1,6 @@
1
1
  import { fillInTheGapsDragAndDropPage } from "../../../../pages";
2
2
  import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  import utilities from "../../../../support/helpers/utilities";
4
- const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT') === 'true';
5
4
 
6
5
  describe('Create item page - Fill in the gaps with drag and drop: Partial different weights', () => {
7
6
  before(() => {
@@ -28,9 +27,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
28
27
  fillInTheGapsDragAndDropPage.steps.switchToGradingView();
29
28
  fillInTheGapsDragAndDropPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
30
29
  fillInTheGapsDragAndDropPage.steps.verifyDropzoneNumeration();
31
- if (!alternativeAnswerCheck) {
32
- utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
33
- }
30
+ utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
34
31
  fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
35
32
  });
36
33
 
@@ -1,9 +1,6 @@
1
1
  import { fillInTheGapsDragAndDropPage } from "../../../../pages";
2
2
  import abortEarlySetup from "../../../../support/helpers/abortEarly";
3
3
  import utilities from "../../../../support/helpers/utilities";
4
- import { showAlternativeAnswersComponent } from "../../../../pages/components";
5
-
6
- const alternativeAnswerCheck = Cypress.env('ENABLE_ALTERNATIVE_ANSWER_ENHANCEMENT') === 'true';
7
4
  const css = Cypress.env('css');
8
5
 
9
6
  describe('Create item page - Fill in the gaps with drag and drop: Partial different weights', () => {
@@ -34,22 +31,8 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
34
31
  it('When the user selects \'Grading\' view without attempting the question, numeration should be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion and respective numeration', () => {
35
32
  fillInTheGapsDragAndDropPage.steps.switchToGradingView();
36
33
  fillInTheGapsDragAndDropPage.steps.verifyDropzoneNumeration();
37
- if (alternativeAnswerCheck) {
38
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
39
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
40
- {
41
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
42
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
43
- },
44
- {
45
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
46
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
47
- }
48
- ]);
49
- } else {
50
- utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
51
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
52
- }
34
+ utilities.verifyInnerText(fillInTheGapsDragAndDropPage.correctAnswersLabel(), 'Correct answers');
35
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
53
36
  });
54
37
 
55
38
  it('When the user attempts the question with responses from the correct accordion, then the user should be awarded full points and on switching to \'Grading\' view, green check-marks should be displayed beside all the correct responses, a status message and correct answer section should not be displayed', () => {
@@ -101,21 +84,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
101
84
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
102
85
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
103
86
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
104
- if (alternativeAnswerCheck) {
105
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
106
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
107
- {
108
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
109
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
110
- },
111
- {
112
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
113
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
114
- }
115
- ]);
116
- } else {
117
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
118
- }
87
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
119
88
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
120
89
  /*cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, a status message and correct answer section should not be displayed')
121
90
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -135,21 +104,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
135
104
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
136
105
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(2);
137
106
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
138
- if (alternativeAnswerCheck) {
139
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
140
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
141
- {
142
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
143
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
144
- },
145
- {
146
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
147
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
148
- }
149
- ]);
150
- } else {
151
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
152
- }
107
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
153
108
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
154
109
  /*cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, no icon should be displayed beside unattempted response a status message and correct answer section should not be displayed')
155
110
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -169,21 +124,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
169
124
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
170
125
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
171
126
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
172
- if (alternativeAnswerCheck) {
173
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
174
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
175
- {
176
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
177
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
178
- },
179
- {
180
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
181
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
182
- }
183
- ]);
184
- } else {
185
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
186
- }
127
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
187
128
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
188
129
  /*cy.log('When the user has attempted the question with partially correct with all the response correct as per the alternative accordion but one response incomplete and clicks on \'Check answer\' button, then green check-mark should be displayed besides the response from the correct accordion, red cross-mark should be displayed besides the responses from the alternative accordion and no icon should be displayed beside unattempted response, a status message and correct answer section should not be displayed')
189
130
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -203,21 +144,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
203
144
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
204
145
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
205
146
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
206
- if (alternativeAnswerCheck) {
207
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
208
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
209
- {
210
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
211
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
212
- },
213
- {
214
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
215
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
216
- }
217
- ]);
218
- } else {
219
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
220
- }
147
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
221
148
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
222
149
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, red cross-mark should be displayed beside empty responses a status message and correct answer section should not be displayed')
223
150
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -237,21 +164,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
237
164
  fillInTheGapsDragAndDropPage.steps.verifyCorrectOptionIcon(1);
238
165
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
239
166
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
240
- if (alternativeAnswerCheck) {
241
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
242
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
243
- {
244
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
245
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
246
- },
247
- {
248
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
249
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
250
- }
251
- ]);
252
- } else {
253
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
254
- }
167
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
255
168
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
256
169
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the alternative responses, red cross-mark should be displayed beside correct accordion responses a status message and correct answer section should not be displayed')
257
170
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -271,21 +184,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
271
184
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
272
185
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
273
186
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
274
- if (alternativeAnswerCheck) {
275
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
276
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
277
- {
278
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
279
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
280
- },
281
- {
282
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
283
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
284
- }
285
- ]);
286
- } else {
287
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
288
- }
187
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
289
188
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
290
189
  /*cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then green check-mark should be displayed besides the correct answer responses, no icon should be displayed beside unattempted response a status message and correct answer section should not be displayed')
291
190
  fillInTheGapsDragAndDropPage.steps.checkAnswer();
@@ -305,21 +204,7 @@ describe('Create item page - Fill in the gaps with drag and drop: Partial differ
305
204
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(1);
306
205
  fillInTheGapsDragAndDropPage.steps.verifyIncorrectOptionIcon(2);
307
206
  fillInTheGapsDragAndDropPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
308
- if (alternativeAnswerCheck) {
309
- showAlternativeAnswersComponent.steps.clickShowAlternativeAnswersToggle();
310
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerSectionWithAlternateAnswers([
311
- {
312
- correctAnswers: [['Petals'], ['Flower'], ['Leaves']],
313
- points: ['(15 points)', '(6 points)', '(5 points)', '(4 points)'],
314
- },
315
- {
316
- correctAnswers: [['Petals'], ['Stem'], ['Seed']],
317
- points: ['(15 points)', '(7 points)', '(5 points)', '(3 points)'],
318
- }
319
- ]);
320
- } else {
321
- fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
322
- }
207
+ fillInTheGapsDragAndDropPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Petals'], ['Flower'], ['Leaves']]);
323
208
  fillInTheGapsDragAndDropPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
324
209
  /*cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then red cross-marks should be displayed besides all incorrect responses, no icon should be displayed beside unattempted response a status message and correct answer section should not be displayed')
325
210
  fillInTheGapsDragAndDropPage.steps.checkAnswer();