itemengine-cypress-automation 1.0.78 → 1.0.79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (629) hide show
  1. package/cypress/e2e/ILC/Desmos/desmosFourFunctionCalculatorEditTabBasicSection.js +97 -0
  2. package/cypress/e2e/ILC/Desmos/desmosFourFunctionCalculatorPreviewContents.smoke.js +73 -0
  3. package/cypress/e2e/ILC/Desmos/desmosGeometryToolEditTabBasicSection.js +97 -0
  4. package/cypress/e2e/ILC/Desmos/desmosGeometryToolPreviewContents.smoke.js +72 -0
  5. package/cypress/e2e/ILC/Desmos/desmosGraphingCalculatorEditTabBasicSection.js +98 -0
  6. package/cypress/e2e/ILC/Desmos/desmosGraphingCalculatorPreviewContents.smoke.js +73 -0
  7. package/cypress/e2e/ILC/Desmos/desmosMatrixCalculatorEditTabBasicSection.js +98 -0
  8. package/cypress/e2e/ILC/Desmos/desmosMatrixCalculatorPreviewContents.smoke.js +74 -0
  9. package/cypress/e2e/ILC/Desmos/desmosScientificCalculatorEditTabBasicSection.js +97 -0
  10. package/cypress/e2e/ILC/Desmos/desmosScientificCalculatorPreviewContents.smoke.js +73 -0
  11. package/cypress/e2e/ILC/DesmosGraphing/additionalSettings.js +118 -0
  12. package/cypress/e2e/ILC/DesmosGraphing/editTabBasic.js +79 -0
  13. package/cypress/e2e/ILC/DesmosGraphing/editTabScoring.js +73 -0
  14. package/cypress/e2e/ILC/{EssayResponse/essayResponseGradingViewAndCorrectAnswerViewContents.smoke.js → DesmosGraphing/gradingViewAndCorrectAnswerViewContents.smoke.js} +22 -35
  15. package/cypress/e2e/ILC/DesmosGraphing/previewTabContent.smoke.js +67 -0
  16. package/cypress/e2e/ILC/DesmosGraphing/studentViewSettings.js +232 -0
  17. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +228 -0
  18. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/allOrNothingBasicForGroupedOptionsLayout.js +97 -0
  19. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +226 -0
  20. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +316 -0
  21. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/allOrNothingPenaltyScoring.js +57 -0
  22. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/manuallyAndNonScoredScoring.js +156 -0
  23. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perCorrectOptionAlternativePointsGreaterThanCorrectPoints.js +279 -0
  24. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perCorrectOptionBasic.js +180 -0
  25. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perCorrectOptionCorrectPointsEqualToAlternativePoints.js +266 -0
  26. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perCorrectOptionCorrectPointsGreaterThanAlternativePoints.js +279 -0
  27. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perCorrectOptionMinimumAndPenaltyScoring.js +257 -0
  28. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perDropzoneAlternativePointsGreaterThanCorrectPoints.js +273 -0
  29. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perDropzoneBasic.js +193 -0
  30. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perDropzoneCorrectPointsEqualToAlternativePoints.js +241 -0
  31. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perDropzoneCorrectPointsGreaterThanAlternativePoints.js +275 -0
  32. package/cypress/e2e/ILC/DragAndDropIntoCategories/Scoring/perDropzoneMinimumAndPenaltyScoring.js +252 -0
  33. package/cypress/e2e/ILC/DragAndDropIntoCategories/allOrNothingBasicForAllViews.smoke.js +282 -0
  34. package/cypress/e2e/ILC/DragAndDropIntoCategories/checkAnswerFunctionalityForAllViews.smoke.js +114 -0
  35. package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesClickAndDrop.js → clickAndDrop.js} +278 -282
  36. package/cypress/e2e/ILC/DragAndDropIntoCategories/draggableOptions.js +192 -0
  37. package/cypress/e2e/ILC/DragAndDropIntoCategories/editTabBasicSection.js +754 -0
  38. package/cypress/e2e/ILC/DragAndDropIntoCategories/editTabScoring.js +304 -0
  39. package/cypress/e2e/ILC/DragAndDropIntoCategories/{dragAndDropIntoCategoriesHeaderSection.js → headerSection.js} +20 -29
  40. package/cypress/e2e/ILC/DragAndDropIntoCategories/manuallyAndNonScoredScoringEditTab.js +78 -0
  41. package/cypress/e2e/ILC/DragAndDropIntoCategories/minimumScoringPenaltyPointsAndRoundingDropdown.js +139 -0
  42. package/cypress/e2e/ILC/DragAndDropIntoCategories/previewContentsForAllViews.smoke.js +199 -0
  43. package/cypress/e2e/ILC/DragAndDropIntoCategories/specifyCorrectAnswerSection.js +73 -0
  44. package/cypress/e2e/ILC/DragAndDropIntoCategories/studentViewSettings.js +460 -0
  45. package/cypress/e2e/ILC/DragAndDropIntoCategories/studentViewSettingsForGroupedLayout.js +233 -0
  46. package/cypress/e2e/ILC/DragAndDropIntoCategories/switchingCasesBetweenOptionsLayout.js +48 -0
  47. package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +379 -0
  48. package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +565 -0
  49. package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +718 -0
  50. package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +339 -0
  51. package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabScoring.js +76 -0
  52. package/cypress/e2e/ILC/DrawingResponse/drawingResponseGradingViewAndCorrectAnswerViewContents.smoke.js +107 -0
  53. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePageHeaderSection.js +74 -0
  54. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.js +1335 -0
  55. package/cypress/e2e/ILC/EditTabSettingPage/itemPreviewSettingsTabFunctionality.js +410 -0
  56. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/allOrNothingForAllViews.smoke.js +286 -0
  57. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +200 -0
  58. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/allOrNothingWithCorrectPointsEqualToAlternativePoints.js +199 -0
  59. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +292 -0
  60. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/manuallyAndNonScored.js +151 -0
  61. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +250 -0
  62. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialDifferentWeightsBasic.js +434 -0
  63. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +221 -0
  64. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +250 -0
  65. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialEqualWeightsBasic.js +173 -0
  66. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +229 -0
  67. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +200 -0
  68. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/FillInTheGapsOverImageDragAndDropScoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +229 -0
  69. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/checkAnswerFunctionalityForAllViews.smoke.js +122 -0
  70. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/draggableOptions.js +198 -0
  71. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabScoring.js +251 -0
  72. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/manuallyAndNonScoredEditTab.js +69 -0
  73. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/previewContentsForAllViews.smoke.js +138 -0
  74. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/specifyCorrectAnswerSection.js +95 -0
  75. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +539 -0
  76. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/switchingCasesBetweenOptionsLayout.js +54 -0
  77. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +196 -0
  78. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +194 -0
  79. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +289 -0
  80. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/allOrNothingPenaltyScoring.js +56 -0
  81. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/manuallyAndNonScored.js +121 -0
  82. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +221 -0
  83. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialDifferentWeightsBasic.js +242 -0
  84. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +221 -0
  85. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +221 -0
  86. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialEqualWeightsBasic.js +147 -0
  87. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +201 -0
  88. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +173 -0
  89. package/cypress/e2e/ILC/FillInTheGapsOverImageText/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +201 -0
  90. package/cypress/e2e/ILC/FillInTheGapsOverImageText/allOrNothingForAllViews.smoke.js +231 -0
  91. package/cypress/e2e/ILC/FillInTheGapsOverImageText/{fillInTheGapsOverImageTextCheckAnswerForAllViews.smoke.js → checkAnswerFunctionalityForAllViews.smoke.js} +48 -57
  92. package/cypress/e2e/ILC/FillInTheGapsOverImageText/editTabScoringSection.js +279 -0
  93. package/cypress/e2e/ILC/FillInTheGapsOverImageText/previewContentsForAllViews.smoke.js +103 -0
  94. package/cypress/e2e/ILC/FillInTheGapsOverImageText/specifyCorrectAnswerSection.js +71 -0
  95. package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +228 -0
  96. package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +654 -0
  97. package/cypress/e2e/ILC/MultipleSelection/blockCreateItem.js +110 -0
  98. package/cypress/e2e/ILC/MultipleSelection/checkAnswerFunctionalityForAllViews.smoke.js +122 -0
  99. package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +159 -0
  100. package/cypress/e2e/ILC/MultipleSelection/editTabScoringSection.js +274 -0
  101. package/cypress/e2e/ILC/MultipleSelection/headerSection.js +73 -0
  102. package/cypress/e2e/ILC/MultipleSelection/manuallyAndNonScoredScoring.js +115 -0
  103. package/cypress/e2e/ILC/MultipleSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +203 -0
  104. package/cypress/e2e/ILC/MultipleSelection/multipleSelectionAdditionalSettings.js +835 -0
  105. package/cypress/e2e/ILC/MultipleSelection/multipleSelectionBasicAccessibility.js +56 -0
  106. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsBasic.js +404 -0
  107. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsWithAlternativeAnswer.js +821 -0
  108. package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsBasic.js +145 -0
  109. package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsWithAlternativeAnswer.js +713 -0
  110. package/cypress/e2e/ILC/MultipleSelection/previewContentsForAllViews.smoke.js +174 -0
  111. package/cypress/e2e/ILC/MultipleSelection/specifyCorrectAnswerSection.js +75 -0
  112. package/cypress/e2e/ILC/MultipleSelection/studentViewSettings.js +530 -0
  113. package/cypress/e2e/ILC/Protractor/protractorEditTabBasicsSection.js +320 -0
  114. package/cypress/e2e/ILC/Protractor/protractorEditTabFunctionality.js +225 -0
  115. package/cypress/e2e/ILC/Protractor/protractorHeaderFile.js +79 -0
  116. package/cypress/e2e/ILC/Protractor/protractorPreviewContents.smoke.js +69 -0
  117. package/cypress/e2e/ILC/Ruler/rulerEditTabBasicsSection.js +546 -0
  118. package/cypress/e2e/ILC/Ruler/rulerEditTabFunctionality.js +290 -0
  119. package/cypress/e2e/ILC/Ruler/rulerHeaderSection.js +85 -0
  120. package/cypress/e2e/ILC/Ruler/rulerPreviewContents.smoke.js +68 -0
  121. package/cypress/e2e/ILC/SingleSelection/allOrNothingBasicForAllViews.smoke.js +194 -0
  122. package/cypress/e2e/ILC/SingleSelection/allOrNothingWithAlternativeAnswer.js +313 -0
  123. package/cypress/e2e/ILC/SingleSelection/blockCreateItem.js +111 -0
  124. package/cypress/e2e/ILC/SingleSelection/checkAnswerFunctionalityForAllViews.smoke.js +109 -0
  125. package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +166 -0
  126. package/cypress/e2e/ILC/SingleSelection/editTabScoringSection.js +103 -0
  127. package/cypress/e2e/ILC/SingleSelection/headerSection.js +55 -0
  128. package/cypress/e2e/ILC/SingleSelection/manuallyAndNonScoredScoring.js +90 -0
  129. package/cypress/e2e/ILC/SingleSelection/previewContents.smoke.js +174 -0
  130. package/cypress/e2e/ILC/SingleSelection/singleSelectionAdditionalSettings.js +469 -0
  131. package/cypress/e2e/ILC/SingleSelection/specifyCorrectAnswerSection.js +72 -0
  132. package/cypress/e2e/ILC/SingleSelection/studentViewSettings.js +304 -0
  133. package/cypress/e2e/ILC/SingleSelection/trueOrFalseCreateItem.js +103 -0
  134. package/cypress/e2e/ILC/ToolSettings/toolSettingsContent.js +283 -0
  135. package/cypress/e2e/ILC/ToolSettings/toolSettingsPreviewContents.smoke.js +206 -0
  136. package/cypress/pages/components/acceptedStudentInputComponent.js +92 -0
  137. package/cypress/pages/components/additionalSettingsPanel.js +8 -1
  138. package/cypress/pages/components/allowMultipleInstancesOfSameDraggableOptionComponent.js +54 -0
  139. package/cypress/pages/components/autoScoredAdditionalSettings.js +1 -1
  140. package/cypress/pages/components/autoScoredScoringPreviewTab.js +271 -0
  141. package/cypress/pages/components/autoScoredScoringSection.js +1 -1
  142. package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js +624 -0
  143. package/cypress/pages/components/autoScoredScoringSectionMultipleResponsesType.js +94 -36
  144. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +64 -8
  145. package/cypress/pages/components/autoScoredStudentViewSettings.js +141 -0
  146. package/cypress/pages/components/autoScoredStudentViewSettingsForPredefinedOptions.js +84 -0
  147. package/cypress/pages/components/backgroundImageUploadComponent.js +29 -0
  148. package/cypress/pages/components/ckEditorToolbar.js +1 -0
  149. package/cypress/pages/components/commonComponents.js +14 -7
  150. package/cypress/pages/components/correctIncorrectAnswerLabelComponent.js +38 -0
  151. package/cypress/pages/components/createQuestionBasePage.js +91 -75
  152. package/cypress/pages/components/desmosToolComponent.js +104 -0
  153. package/cypress/pages/components/draggableOptionContainer.js +628 -0
  154. package/cypress/pages/components/draggableOptionsSectionComponent.js +280 -0
  155. package/cypress/pages/components/enableOuterBorderComponent.js +59 -0
  156. package/cypress/pages/components/equationEditorFlyout.js +1 -26
  157. package/cypress/pages/components/essayResponseCommonComponents.js +32 -8
  158. package/cypress/pages/components/figOverImageCanvasComponent.js +53 -0
  159. package/cypress/pages/components/fillInTheGapsCommonComponents.js +0 -65
  160. package/cypress/pages/components/index.js +23 -10
  161. package/cypress/pages/components/listSortingAndOrderingBase.js +1 -1
  162. package/cypress/pages/components/lockUnlockOptionsComponent.js +65 -0
  163. package/cypress/pages/components/maximumCapacityPerDropzoneComponent.js +53 -0
  164. package/cypress/pages/components/maximumRecorderLengthComponent.js +2 -2
  165. package/cypress/pages/components/mcqAdditionalSettingsBase.js +30 -351
  166. package/cypress/pages/components/measuringToolComponent.js +215 -0
  167. package/cypress/pages/components/optionsWrapperComponent.js +310 -7
  168. package/cypress/pages/components/previewScoringAndShowCorrectAnswerComponent.js +1 -2
  169. package/cypress/pages/components/questionInputFieldComponent.js +109 -0
  170. package/cypress/pages/components/questionInstructionsComponent.js +53 -34
  171. package/cypress/pages/components/randomizeOptionsComponent.js +59 -0
  172. package/cypress/pages/components/scoringSectionBase.js +18 -2
  173. package/cypress/pages/components/scoringSectionBaseEditTab.js +401 -0
  174. package/cypress/pages/components/studentViewSettingsLabelComponent.js +28 -0
  175. package/cypress/pages/components/toolSettingsComponent.js +94 -0
  176. package/cypress/pages/components/toolVisibilityComponent.js +73 -0
  177. package/cypress/pages/components/uploadImageSectionComponent.js +0 -2
  178. package/cypress/pages/createItemPage.js +390 -9
  179. package/cypress/pages/desmosGraphingPage.js +256 -0
  180. package/cypress/pages/desmosToolPage.js +204 -0
  181. package/cypress/pages/dialogBoxBase.js +5 -5
  182. package/cypress/pages/dragAndDropIntoCategoriesPage.js +1157 -1185
  183. package/cypress/pages/drawingResponsePage.js +1467 -0
  184. package/cypress/pages/essayResponsePage.js +24 -12
  185. package/cypress/pages/fillInTheGapsDragAndDropPage.js +12 -13
  186. package/cypress/pages/fillInTheGapsDropdownPage.js +4 -1
  187. package/cypress/pages/fillInTheGapsOverImageDragAndDropPage.js +479 -0
  188. package/cypress/pages/fillInTheGapsOverImageTextPage.js +314 -107
  189. package/cypress/pages/fillInTheGapsTextPage.js +4 -1
  190. package/cypress/pages/index.js +9 -1
  191. package/cypress/pages/itemPreviewPage.js +2 -1
  192. package/cypress/pages/itemPreviewSettingsPage.js +101 -8
  193. package/cypress/pages/listMatchingPage.js +11 -16
  194. package/cypress/pages/listOrderingPage.js +1 -2
  195. package/cypress/pages/listSortingPage.js +1 -2
  196. package/cypress/pages/multipleSelectionPage.js +516 -14
  197. package/cypress/pages/passagePage.js +10 -0
  198. package/cypress/pages/protractorPage.js +289 -0
  199. package/cypress/pages/rulerPage.js +441 -0
  200. package/cypress/pages/selectQuestionResourceToolPage.js +9 -2
  201. package/cypress/pages/shortTextResponsePage.js +11 -0
  202. package/cypress/pages/singleSelectionGridPage.js +1 -2
  203. package/cypress/pages/singleSelectionPage.js +490 -31
  204. package/cypress/pages/studentViewPage.js +13 -0
  205. package/cypress/pages/textEntryMathPage.js +689 -0
  206. package/package.json +1 -1
  207. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTab.js +0 -342
  208. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTabAddFeatureRadioButton.js +0 -218
  209. package/cypress/e2e/ILC/AudioPlayer/audioPlayerEditTabTitleDescriptionAndTranscript.js +0 -187
  210. package/cypress/e2e/ILC/AudioPlayer/audioPlayerHeaderSection.js +0 -73
  211. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTab.js +0 -302
  212. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabPlaybackPlayer.js +0 -245
  213. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +0 -78
  214. package/cypress/e2e/ILC/AudioPlayer/audioPlayerPreviewTabTitleDescriptionAndTranscript.js +0 -248
  215. package/cypress/e2e/ILC/AudioResponse/audioResponseAdditionalSettings.js +0 -709
  216. package/cypress/e2e/ILC/AudioResponse/audioResponseAdditionalSettingsBasic.js +0 -149
  217. package/cypress/e2e/ILC/AudioResponse/audioResponseControlsForRecordingResponse.js +0 -308
  218. package/cypress/e2e/ILC/AudioResponse/audioResponseControlsResponsePlayback.js +0 -591
  219. package/cypress/e2e/ILC/AudioResponse/audioResponseEditTabBasicSections.js +0 -349
  220. package/cypress/e2e/ILC/AudioResponse/audioResponseHeaderSection.js +0 -80
  221. package/cypress/e2e/ILC/AudioResponse/audioResponseMinimalPreviewSection.smoke.js +0 -950
  222. package/cypress/e2e/ILC/AudioResponse/audioResponseScoringSection.js +0 -60
  223. package/cypress/e2e/ILC/AudioResponse/audioResponseStandardPreviewSection.smoke.js +0 -865
  224. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesAdditionalSettings.js +0 -294
  225. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesAdditionalSettingsBasic.js +0 -307
  226. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesAdditionalSettingsRowProperties.js +0 -372
  227. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesCategoriesSection.js +0 -275
  228. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesEditTabScoringTypes.js +0 -147
  229. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesGroupedSetCorrectAnswerCheckboxes.js +0 -266
  230. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesManuallyAndNonScored.js +0 -184
  231. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesManuallyAndNonScoredEditTabScoring.js +0 -68
  232. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesResponseOptionsSection.js +0 -112
  233. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesRowsSection.js +0 -304
  234. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsAllOrNothing.smoke.js +0 -121
  235. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -33
  236. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -35
  237. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -33
  238. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachCell.smoke.js +0 -39
  239. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachCellAlternatePointsGreaterThanCorrectPoints.js +0 -42
  240. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachCellCorrectPointsEqualToAlternatePoints.js +0 -49
  241. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachCellCorrectPointsGreaterThanAlternatePoints.js +0 -42
  242. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachResponse.smoke.js +0 -39
  243. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachResponseAlternatePointsGreaterThanCorrectPoints.js +0 -41
  244. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachResponseCorrectPointsEqualToAlternatePoints.js +0 -47
  245. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsPartialScoreForEachResponseCorrectPointsGreaterThanAlternatePoints.js +0 -41
  246. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenCell.js +0 -58
  247. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenCellsAlternatePointsGreaterThanCorrectPoints.js +0 -42
  248. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenCellsCorrectPointsEqualToAlternatePoints.js +0 -48
  249. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenCellsCorrectPointsGreaterThanAlternatePoints.js +0 -42
  250. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenResponses.js +0 -58
  251. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenResponsesAlternatePointsGreaterThanCorrectPoints.js +0 -113
  252. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenResponsesCorrectPointsEqualToAlternatePoints.js +0 -167
  253. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/groupedOptionsTotalScoreDividedBetweenResponsesCorrectPointsGreaterThanAlternatePoints.js +0 -111
  254. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardAllOrNothing.smoke.js +0 -164
  255. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -33
  256. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -35
  257. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -33
  258. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachCell.js +0 -39
  259. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachCellAlternatePointsGreaterThanCorrectPoints.js +0 -42
  260. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachCellCorrectPointsEqualToAlternatePoints.js +0 -49
  261. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachCellCorrectPointsGreaterThanAlternatePoints.js +0 -42
  262. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachResponse.js +0 -38
  263. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachResponseAlternatePointsGreaterThanCorrectPoints.js +0 -41
  264. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachResponseCorrectPointsEqualToAlternatePoints.js +0 -47
  265. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardPartialScoreForEachResponseCorrectPointsGreaterThanAlternatePoints.js +0 -41
  266. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenCell.js +0 -58
  267. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenCellAlternatePointsGreaterThanCorrectPoints.js +0 -42
  268. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenCellCorrectPointsEqualToAlternatePoints.js +0 -48
  269. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenCellCorrectPointsGreaterThanAlternatePoints.js +0 -42
  270. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenResponse.smoke.js +0 -61
  271. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenResponseAlternatePointsGreaterThanCorrectPoints.js +0 -113
  272. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenResponseCorrectPointsEqualToAlternatePoints.js +0 -166
  273. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesScoring/standardTotalScoreDividedBetweenResponseCorrectPointsGreaterThanAlternatePoints.js +0 -111
  274. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesSetCorrectAnswerSection.js +0 -130
  275. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesStandardSetCorrectAnswerCheckboxes.js +0 -234
  276. package/cypress/e2e/ILC/DragAndDropIntoCategories/dragAndDropIntoCategoriesSwitchingCases.js +0 -45
  277. package/cypress/e2e/ILC/EssayResponse/essayResponseAdditionalSettings.js +0 -432
  278. package/cypress/e2e/ILC/EssayResponse/essayResponseAdditionalSettingsBasic.js +0 -134
  279. package/cypress/e2e/ILC/EssayResponse/essayResponseCreateCustomCategory.smoke.js +0 -943
  280. package/cypress/e2e/ILC/EssayResponse/essayResponseCustomizeFormattingOptions1.smoke.js +0 -336
  281. package/cypress/e2e/ILC/EssayResponse/essayResponseCustomizeFormattingOptions2.js +0 -332
  282. package/cypress/e2e/ILC/EssayResponse/essayResponseCustomizeFormattingOptions3.js +0 -522
  283. package/cypress/e2e/ILC/EssayResponse/essayResponseEditCategoryFlyout.js +0 -402
  284. package/cypress/e2e/ILC/EssayResponse/essayResponseEditTabBasicSections.js +0 -558
  285. package/cypress/e2e/ILC/EssayResponse/essayResponseEquationEditor.smoke.js +0 -581
  286. package/cypress/e2e/ILC/EssayResponse/essayResponseEquationEditorCategories1.js +0 -290
  287. package/cypress/e2e/ILC/EssayResponse/essayResponseEquationEditorCategories2.js +0 -514
  288. package/cypress/e2e/ILC/EssayResponse/essayResponseHeaderSection.js +0 -80
  289. package/cypress/e2e/ILC/EssayResponse/essayResponsePreviewAddTable.js +0 -412
  290. package/cypress/e2e/ILC/EssayResponse/essayResponsePreviewContentsForAllViews.smoke.js +0 -79
  291. package/cypress/e2e/ILC/EssayResponse/essayResponsePreviewEditTable.js +0 -659
  292. package/cypress/e2e/ILC/EssayResponse/essayResponsePreviewHyperlink.js +0 -318
  293. package/cypress/e2e/ILC/EssayResponse/essayResponseScoringSection.js +0 -59
  294. package/cypress/e2e/ILC/EssayResponse/essayResponseSpecialCharacters.js +0 -33
  295. package/cypress/e2e/ILC/EssayResponseBasic/essayResponseBasicCustomizeFormattingOptions.js +0 -207
  296. package/cypress/e2e/ILC/EssayResponseMath/essayResponseMathCharacters.js +0 -38
  297. package/cypress/e2e/ILC/EssayResponseMath/essayResponseMathCreateItem.js +0 -243
  298. package/cypress/e2e/ILC/FeedbackScale/feedbackScaleAdditionalSettings.js +0 -162
  299. package/cypress/e2e/ILC/FeedbackScale/feedbackScaleAdditionalSettingsBasic.js +0 -119
  300. package/cypress/e2e/ILC/FeedbackScale/feedbackScaleColorPopup.js +0 -237
  301. package/cypress/e2e/ILC/FeedbackScale/feedbackScaleEditTab.js +0 -346
  302. package/cypress/e2e/ILC/FeedbackScale/feedbackScaleHeaderSection.js +0 -72
  303. package/cypress/e2e/ILC/FeedbackScale/feedbackScalePreviewTab.js +0 -389
  304. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropAdditionalSettings.js +0 -356
  305. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropAdditionalSettingsResponseAccordion.js +0 -299
  306. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropClickAndDrop.js +0 -278
  307. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropEditTabBasic.js +0 -198
  308. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropEditTabScoringTypes.js +0 -107
  309. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedEditTab.smoke.js +0 -81
  310. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsAllOrNothingScoring.smoke.js +0 -64
  311. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsAllOrNothingWithAlternateAnswer.js +0 -174
  312. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsManualAndNonScoredScoring.js +0 -83
  313. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsPartialDifferentWeightsScoring.js +0 -68
  314. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsPartialDifferentWeightsWithAlternateAnswer.js +0 -91
  315. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsPartialEqualWeightsScoring.js +0 -66
  316. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedOptionsPartialEqualWeightsWithAlternateAnswer.js +0 -90
  317. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropGroupedSetCorrectAnswerCheckboxes.js +0 -283
  318. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropHeaderSection.js +0 -84
  319. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropScoringSectionBasic.js +0 -21
  320. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropSetCorrectAnswerCheckboxes.js +0 -294
  321. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropSetCorrectAnswerSection.js +0 -66
  322. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionPartialDifferentWeightsScoring.js +0 -52
  323. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionPartialDifferentWeightsWithAlternateAnswer.js +0 -79
  324. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsAllOrNothingwithAlternateAnswer.js +0 -74
  325. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsAutoScoredAllOrNothingScoring.js +0 -133
  326. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsManualAndNonScoredScoring.js +0 -60
  327. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsPartialEqualWeightsScoring.js +0 -54
  328. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsPartialEqualWeightsWithAlternateAnswer.js +0 -78
  329. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropStandardOptionsSection.js +0 -66
  330. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillInTheGapsDragAndDropSwitchingCases.js +0 -54
  331. package/cypress/e2e/ILC/FillInTheGapsDragAndDrop/fillIntheGapsDragAndDropAlternateAnswer.js +0 -230
  332. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownAdditionalSettings.js +0 -750
  333. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownAdditionalSettingsBasic.js +0 -423
  334. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownAllOrNothingScoring.smoke.js +0 -52
  335. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownAllOrNothingScoringWithAlternateAnswer.js +0 -70
  336. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownEditTabBasicSection.js +0 -591
  337. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownEditTabScoringSection.js +0 -131
  338. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownHeaderSection.js +0 -126
  339. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownManuallyAndNonScoredScoring.js +0 -57
  340. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownPartialDifferentWeights.js +0 -61
  341. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownPartialDifferentWeightsWithAlternateAnswer.js +0 -78
  342. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownPartialEqualWeights.js +0 -61
  343. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownPartialEqualWeightsWithAlternateAnswer.js +0 -75
  344. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownRandomizeOptions.js +0 -86
  345. package/cypress/e2e/ILC/FillInTheGapsDropdown/fillInTheGapsDropdownSetCorrectAnswerSection.js +0 -170
  346. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAddResponseContainer.smoke.js +0 -236
  347. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsAnswerNumeration.js +0 -206
  348. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsBasic.js +0 -222
  349. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettingsResponseAccordions.js +0 -366
  350. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAllOrNothingScoring.smoke.js +0 -361
  351. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAllOrNothingWithAlternateAnswer.js +0 -630
  352. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditAriaLabelCheckbox.smoke.js +0 -137
  353. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownImageProperties.smoke.js +0 -171
  354. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialDifferentWeightsWithAlternateAnswer.js +0 -867
  355. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialEqualWeightsWithAlternateAnswer.js +0 -766
  356. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPreviewTab.smoke.js +0 -77
  357. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownSupportedFileTypes.js +0 -86
  358. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAddResponseContainer.js +0 -221
  359. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettings.js +0 -450
  360. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettingsBasic.js +0 -200
  361. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettingsCustomSpecialCharachters.js +0 -120
  362. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettingsMultilineResponse.js +0 -188
  363. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettingsResponseAccordions.js +0 -431
  364. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAdditionalSettingsStudentResponseAreaAndLayout.js +0 -263
  365. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAllOrNothingScoring.smoke.js +0 -191
  366. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAllOrNothingWithAlternateAnswer.js +0 -613
  367. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextAllOrNothingWithAlternateAnswerMatchFromAllResponsesTrue.js +0 -172
  368. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextConditionalCheckboxes.js +0 -203
  369. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextEditAriaLabelCheckbox.smoke.js +0 -137
  370. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextEditTabBasicSection.smoke.js +0 -146
  371. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextEditTabScoringSection.js +0 -227
  372. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextHeaderSection.js +0 -109
  373. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextImageProperties.js +0 -156
  374. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextManualAndNonScored.js +0 -157
  375. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextMatchFromAllResponses.js +0 -162
  376. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialDifferentWeightsScoring.js +0 -202
  377. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialDifferentWeightsWithAlternateAnswer.js +0 -846
  378. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialDifferentWeightsWithAlternateAnswerMatchFromAllResponsesTrue.js +0 -171
  379. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialEqualWeightsScoring.js +0 -200
  380. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialEqualWeightsWithAlternateAnswer.js +0 -738
  381. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPartialEqualWeightsWithAlternateAnswerMatchFromAllResponsesTrue.js +0 -168
  382. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPreviewContentsForAllViews.smoke.js +0 -146
  383. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextPreviewTab.smoke.js +0 -66
  384. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextSetCorrectAnswerSection.js +0 -113
  385. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextShowCorrectAnswerForAllView.smoke.js +0 -155
  386. package/cypress/e2e/ILC/FillInTheGapsOverImageText/fillInTheGapsOverImageTextSupportedFileTypes.js +0 -86
  387. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAdditionalSettingsAdvanceSettingsForAllResponseAreas.js +0 -528
  388. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAdditionalSettingsBasic.js +0 -263
  389. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAdditionalSettingsResponseAccordions.js +0 -734
  390. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAdditionalSettingsStudentResponseAreaAndLayout.js +0 -603
  391. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAllOrNothingWithAlternateAnswer.js +0 -58
  392. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAlternateAnswer.js +0 -104
  393. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextAutoScoredScoring.smoke.js +0 -43
  394. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextCaseSensitiveAndIgnoreExtraSpacesCheckboxes.js +0 -174
  395. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextEditTabBasicSections.js +0 -176
  396. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextEditTabScoringSection.js +0 -150
  397. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextHeaderSection.js +0 -112
  398. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextManuallyAndNonScoredScoring.js +0 -49
  399. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextPartialDifferentWeights.js +0 -49
  400. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextPartialDifferentWeightsWithAlternateAnswer.js +0 -62
  401. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextPartialEqualWeights.js +0 -49
  402. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextPartialEqualWeightsWithAlternateAnswer.js +0 -60
  403. package/cypress/e2e/ILC/FillInTheGapsText/fillInTheGapsTextSetCorrectAnswerSection.js +0 -70
  404. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +0 -213
  405. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -217
  406. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +0 -215
  407. package/cypress/e2e/ILC/Highlight/HighlightScoring/allOrNothingScoring.smoke.js +0 -191
  408. package/cypress/e2e/ILC/Highlight/HighlightScoring/highlightBasicScoringForTextSelectionTypes.smoke.js +0 -462
  409. package/cypress/e2e/ILC/Highlight/HighlightScoring/manuallyAndNonScored.js +0 -162
  410. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsAlternatePointsMoreThanCorrectPoints.js +0 -316
  411. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -387
  412. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsCorrectPointsMoreThanAlternatePoints.js +0 -316
  413. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialDifferentWeightsScoring.js +0 -250
  414. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsAlternatePointsMoreThanCorrectPoints.js +0 -250
  415. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsCorrectPointEqualToAlternatePoints.js +0 -268
  416. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsCorrectPointsMoreThanAlternatePoints.js +0 -250
  417. package/cypress/e2e/ILC/Highlight/HighlightScoring/partialEqualWeightsScoring.js +0 -231
  418. package/cypress/e2e/ILC/Highlight/highlightAdditionalSettingsBasic.js +0 -220
  419. package/cypress/e2e/ILC/Highlight/highlightAdditionalSettingsMaximumNumberOfAnswers.js +0 -135
  420. package/cypress/e2e/ILC/Highlight/highlightColorLibraryFlyout.smoke.js +0 -148
  421. package/cypress/e2e/ILC/Highlight/highlightEditTabScoringSection.js +0 -362
  422. package/cypress/e2e/ILC/Highlight/highlightHeaderSection.js +0 -91
  423. package/cypress/e2e/ILC/Highlight/highlightQuestionInstructionsAndQuestion.smoke.js +0 -185
  424. package/cypress/e2e/ILC/Highlight/highlightScoringSectionBasic.js +0 -21
  425. package/cypress/e2e/ILC/Highlight/highlightSetCorrectAnswerSection.js +0 -204
  426. package/cypress/e2e/ILC/Highlight/highlightTextSelectionDropdownAndHighlightOptionsSection.js +0 -175
  427. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypeInPreviewTab.js +0 -237
  428. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypeInSetCorrectAnswerSection.js +0 -341
  429. package/cypress/e2e/ILC/Highlight/highlightTextSelectionTypesInHighlightOptionsSection.js +0 -375
  430. package/cypress/e2e/ILC/HighlightImage/highlightImageAdditionalSettings.js +0 -219
  431. package/cypress/e2e/ILC/HighlightImage/highlightImageAdditionalSettingsBasic.js +0 -246
  432. package/cypress/e2e/ILC/HighlightImage/highlightImageAllOrNothingScoring.js +0 -235
  433. package/cypress/e2e/ILC/HighlightImage/highlightImageAllOrNothingWithAlternateAnswer.js +0 -810
  434. package/cypress/e2e/ILC/HighlightImage/highlightImageCustomizeHighlightProperties.js +0 -669
  435. package/cypress/e2e/ILC/HighlightImage/highlightImageCustomizeHighlightPropertiesFunctionality.js +0 -356
  436. package/cypress/e2e/ILC/HighlightImage/highlightImageEditTabBasic.smoke.js +0 -138
  437. package/cypress/e2e/ILC/HighlightImage/highlightImageEditTabHighlightSectionContents.js +0 -318
  438. package/cypress/e2e/ILC/HighlightImage/highlightImageEditTabScoring.js +0 -407
  439. package/cypress/e2e/ILC/HighlightImage/highlightImageHeaderSection.js +0 -86
  440. package/cypress/e2e/ILC/HighlightImage/highlightImageManuallyAndNonScoredScoring.js +0 -176
  441. package/cypress/e2e/ILC/HighlightImage/highlightImagePartialDifferentWeightsScoring.js +0 -209
  442. package/cypress/e2e/ILC/HighlightImage/highlightImagePartialDifferentWeightsWithAlternateAnswer.js +0 -895
  443. package/cypress/e2e/ILC/HighlightImage/highlightImagePartialEqualWeightsScoring.js +0 -208
  444. package/cypress/e2e/ILC/HighlightImage/highlightImagePartialEqualWeightsWithAlternateAnswer.js +0 -894
  445. package/cypress/e2e/ILC/HighlightImage/highlightImagePreviewTab.smoke.js +0 -88
  446. package/cypress/e2e/ILC/HighlightImage/highlightImageSetCorrectAnswerCheckboxes.js +0 -244
  447. package/cypress/e2e/ILC/HighlightImage/highlightImageSetCorrectAnswerSection.js +0 -186
  448. package/cypress/e2e/ILC/HighlightImage/highlightImageSupportedFileTypes.js +0 -86
  449. package/cypress/e2e/ILC/HighlightImage/highlightImageToolsFunctionalityEditTab.js +0 -160
  450. package/cypress/e2e/ILC/HighlightImage/highlightImageToolsFunctionalityPreviewTab.smoke.js +0 -163
  451. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -28
  452. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -30
  453. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -28
  454. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsAllOrNothingScoring.smoke.js +0 -122
  455. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsManualAndNonScoredScoring.js +0 -49
  456. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialDifferentWeightsScoring.js +0 -48
  457. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialDifferrentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -29
  458. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialDifferrentWeightsCorrectPointsEqualToAlternatePoints.js +0 -35
  459. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialDifferrentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -29
  460. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -30
  461. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -36
  462. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -30
  463. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/groupedOptionsPartialEqualWeightsScorings.js +0 -48
  464. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -28
  465. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -30
  466. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -28
  467. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsAllOrNothingScoring.js +0 -113
  468. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsManualAndNonScoredScoring.js +0 -48
  469. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -29
  470. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -35
  471. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -29
  472. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialDifferentWeightsScoring.js +0 -48
  473. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialEqualWeightsAlternatePointsMoreThanCorrectPoints.js +0 -29
  474. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -35
  475. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialEqualWeightsCorrectPointsMoreThanAlternatePoints.js +0 -29
  476. package/cypress/e2e/ILC/ListMatching/ListMatchingScoring/standardOptionsPartialEqualWeightsScoring.js +0 -48
  477. package/cypress/e2e/ILC/ListMatching/listMatchingAdditionalSettingsAnswerNumerationAndResponseOptionPlacement.js +0 -196
  478. package/cypress/e2e/ILC/ListMatching/listMatchingAdditionalSettingsBasic.js +0 -210
  479. package/cypress/e2e/ILC/ListMatching/listMatchingAdditionalSettingsStemAndResponseColumnHeader.js +0 -206
  480. package/cypress/e2e/ILC/ListMatching/listMatchingAlternateAnswer.smoke.js +0 -197
  481. package/cypress/e2e/ILC/ListMatching/listMatchingClickAndDrop.js +0 -644
  482. package/cypress/e2e/ILC/ListMatching/listMatchingEditTabScoringTypes.js +0 -105
  483. package/cypress/e2e/ILC/ListMatching/listMatchingGroupedOptionsSection.smoke.js +0 -211
  484. package/cypress/e2e/ILC/ListMatching/listMatchingGroupedOptionsSetCorrectAnswersCheckboxesEditTab.js +0 -139
  485. package/cypress/e2e/ILC/ListMatching/listMatchingGroupedOptionsSetCorrectAnswersCheckboxesPreviewTab.js +0 -227
  486. package/cypress/e2e/ILC/ListMatching/listMatchingHeaderSection.js +0 -95
  487. package/cypress/e2e/ILC/ListMatching/listMatchingQuestionInstructionsAndStemsSection.smoke.js +0 -254
  488. package/cypress/e2e/ILC/ListMatching/listMatchingScoringSectionBasic.js +0 -21
  489. package/cypress/e2e/ILC/ListMatching/listMatchingSetCorrectAnswerSectionBasic.js +0 -40
  490. package/cypress/e2e/ILC/ListMatching/listMatchingStandardOptionsSection.js +0 -233
  491. package/cypress/e2e/ILC/ListMatching/listMatchingStandardOptionsSetCorrectAnswerCheckboxesEditTab.js +0 -113
  492. package/cypress/e2e/ILC/ListMatching/listMatchingStandardOptionsSetCorrectAnswerCheckboxesPreviewTab.smoke.js +0 -191
  493. package/cypress/e2e/ILC/ListMatching/listMatchingSwitchingCases.js +0 -47
  494. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -246
  495. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -247
  496. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -247
  497. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/allOrNothingScoring.smoke.js +0 -180
  498. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/manuallyAndNonScoredScoring.js +0 -160
  499. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -316
  500. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -287
  501. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -317
  502. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialDifferentWeightsScoring.js +0 -192
  503. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -286
  504. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -258
  505. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -287
  506. package/cypress/e2e/ILC/ListOrdering/ListOrderingScoring/partialEqualWeightsScoring.js +0 -190
  507. package/cypress/e2e/ILC/ListOrdering/listOrderingAdditionalSettingsAnswerNumerationAndOptionLabel.js +0 -295
  508. package/cypress/e2e/ILC/ListOrdering/listOrderingAdditionalSettingsBasic.js +0 -300
  509. package/cypress/e2e/ILC/ListOrdering/listOrderingAdditionalSettingsOptionStyleDropdown.js +0 -302
  510. package/cypress/e2e/ILC/ListOrdering/listOrderingAdditionalSettingsSetPointsPopup.js +0 -269
  511. package/cypress/e2e/ILC/ListOrdering/listOrderingEditTabBasicSection.js +0 -316
  512. package/cypress/e2e/ILC/ListOrdering/listOrderingEditTabScoringSection.js +0 -256
  513. package/cypress/e2e/ILC/ListOrdering/listOrderingHeaderSection.js +0 -83
  514. package/cypress/e2e/ILC/ListOrdering/listOrderingSetCorrectAnswerCheckboxes.js +0 -208
  515. package/cypress/e2e/ILC/ListOrdering/listOrderingSetCorrectAnswerSection.js +0 -172
  516. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -261
  517. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -261
  518. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -261
  519. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/allOrNothingScoring.smoke.js +0 -191
  520. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/manuallyAndNonScoredScoring.js +0 -171
  521. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -337
  522. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -302
  523. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -336
  524. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialDifferentWeightsScoring.js +0 -210
  525. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -306
  526. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -271
  527. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -305
  528. package/cypress/e2e/ILC/ListSorting/ListSortingScoring/partialEqualWeightsScoring.js +0 -207
  529. package/cypress/e2e/ILC/ListSorting/listSortingAdditionalSettingsAnswerNumerationAndOptionStyleDropdown.js +0 -319
  530. package/cypress/e2e/ILC/ListSorting/listSortingAdditionalSettingsBasic.js +0 -326
  531. package/cypress/e2e/ILC/ListSorting/listSortingAdditionalSettingsOptionLabelSection.js +0 -202
  532. package/cypress/e2e/ILC/ListSorting/listSortingClickAndDrop.js +0 -456
  533. package/cypress/e2e/ILC/ListSorting/listSortingEditTabBasicSection.js +0 -165
  534. package/cypress/e2e/ILC/ListSorting/listSortingEditTabScoringSection.js +0 -259
  535. package/cypress/e2e/ILC/ListSorting/listSortingHeaderSection.js +0 -89
  536. package/cypress/e2e/ILC/ListSorting/listSortingOptionsSection.js +0 -287
  537. package/cypress/e2e/ILC/ListSorting/listSortingSetCorrectAnswerCheckboxes.smoke.js +0 -269
  538. package/cypress/e2e/ILC/ListSorting/listSortingSetCorrectAnswerSection.js +0 -168
  539. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionAdditionalSettingsGridOptions.js +0 -351
  540. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAdditionalSettingsBasic.js +0 -258
  541. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAdditionalSettingsQuestionStem.js +0 -250
  542. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -263
  543. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -263
  544. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -261
  545. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridAutoScoredScoring.smoke.js +0 -273
  546. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridEditTabBasicSection.js +0 -588
  547. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridEditTabScoringSection.js +0 -297
  548. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridHeaderSection.js +0 -98
  549. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridManuallyAndNonScoredScoring.js +0 -206
  550. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeights.js +0 -222
  551. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -339
  552. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -309
  553. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -340
  554. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeights.js +0 -257
  555. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -312
  556. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -284
  557. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -315
  558. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridRandomizeOptions.js +0 -124
  559. package/cypress/e2e/ILC/MultipleSelectionGrid/multipleSelectionGridSetCorrectAnswerSection.js +0 -175
  560. package/cypress/e2e/ILC/Passage/multipageContentEditTab.js +0 -242
  561. package/cypress/e2e/ILC/Passage/passageAdditionalSettings.js +0 -99
  562. package/cypress/e2e/ILC/Passage/passageEditTab.js +0 -241
  563. package/cypress/e2e/ILC/Passage/passageHeaderSection.js +0 -73
  564. package/cypress/e2e/ILC/Passage/passagePreviewTab.js +0 -246
  565. package/cypress/e2e/ILC/ReadingRuler/readingRulerEditTabBasicsSection.js +0 -185
  566. package/cypress/e2e/ILC/ReadingRuler/readingRulerHeaderSection.js +0 -55
  567. package/cypress/e2e/ILC/ReadingRuler/readingRulerPreviewTab.js +0 -257
  568. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettings.js +0 -376
  569. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAdditionalSettingsBasic.js +0 -336
  570. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseAutoScoredScoring.smoke.js +0 -407
  571. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseConditionalCheckboxes.js +0 -154
  572. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseContainsConditionalRadioButton.js +0 -166
  573. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseCustomSpecialCharacters.js +0 -167
  574. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseEditTabScoringSection.js +0 -87
  575. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseExactConditionalRadioButton.js +0 -157
  576. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseHeaderSection.js +0 -109
  577. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseManuallyScoredNonScoredScoringSection.js +0 -115
  578. package/cypress/e2e/ILC/ShortTextResponse/shortTextResponseSetCorrectAnswerSection.js +0 -137
  579. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAdditionalSettingsBasic.js +0 -233
  580. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingAlternatePointsGreaterThanCorrectPoints.js +0 -173
  581. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingCorrectPointsEqualToAlternatePoints.js +0 -179
  582. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAllOrNothingCorrectPointsGreaterThanAlternatePoints.js +0 -174
  583. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridAutoScoredScoring.smoke.js +0 -208
  584. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridEditTabBasicSection.js +0 -589
  585. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridEditTabScoringSection.js +0 -282
  586. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridHeaderSection.js +0 -97
  587. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridManuallyAndNonScored.js +0 -146
  588. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridOptionsAdditionalSettings.js +0 -345
  589. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeights.js +0 -189
  590. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -247
  591. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsCorrectPointsEqualToAlternatePoints.js +0 -219
  592. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialDifferentWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -246
  593. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeights.js +0 -191
  594. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsAlternatePointsGreaterThanCorrectPoints.js +0 -225
  595. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsCorrectPointsEqualToAlternatePoints.js +0 -197
  596. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridPartialEqualWeightsCorrectPointsGreaterThanAlternatePoints.js +0 -225
  597. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridQuestionStemAdditionalSettings.js +0 -257
  598. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridRandomizeOptions.js +0 -122
  599. package/cypress/e2e/ILC/SingleSelectionGrid/singleSelectionGridSetCorrectAnswerSection.js +0 -183
  600. package/cypress/e2e/ILC/UploadResponse/uploadResponseAdditionalSettings.js +0 -179
  601. package/cypress/e2e/ILC/UploadResponse/uploadResponseEditTabBasicSections.js +0 -225
  602. package/cypress/e2e/ILC/UploadResponse/uploadResponseHeaderSection.js +0 -66
  603. package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.smoke.js +0 -334
  604. package/cypress/e2e/ILC/UploadResponse/uploadResponseScoringSection.js +0 -60
  605. package/cypress/e2e/ILC/UploadResponse/uplodResponsePreviewUploadedFileProperties.js +0 -250
  606. package/cypress/e2e/ILC/VideoResponse/videoResponseAdditionalSettings.js +0 -135
  607. package/cypress/e2e/ILC/VideoResponse/videoResponseAdditionalSettingsBasic.js +0 -87
  608. package/cypress/e2e/ILC/VideoResponse/videoResponseEditTabBasic.js +0 -78
  609. package/cypress/e2e/ILC/VideoResponse/videoResponseHeaderSection.js +0 -74
  610. package/cypress/e2e/ILC/VideoResponse/videoResponsePreviewTab.smoke.js +0 -637
  611. package/cypress/e2e/ILC/VideoResponse/videoResponseScoringSection.js +0 -76
  612. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownAdditionalSettings.js +0 -247
  613. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownConditionalCheckboxes.js +0 -258
  614. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditTabBasicSection.js +0 -132
  615. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownEditTabScoringSection.js +0 -237
  616. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownHeaderSection.js +0 -113
  617. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownManualAndNonScoredScoring.js +0 -165
  618. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownOptionsForResponse.js +0 -303
  619. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialDifferentWeightsScoring.js +0 -378
  620. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownPartialEqualWeightsScoring.js +0 -377
  621. package/cypress/e2e/ILC/fillInTheGapsOverImageDropdown/fillInTheGapsOverImageDropdownSetCorrectAnswerSection.js +0 -117
  622. package/cypress/pages/components/dragAndDropResponseOptions.js +0 -739
  623. package/cypress/pages/components/dragAndDropSetCorrectAnswerCheckboxComponents.js +0 -124
  624. package/cypress/pages/components/draggableOptionsContainer.js +0 -859
  625. package/cypress/pages/components/mcqOptionsComponent.js +0 -263
  626. package/cypress/pages/components/mcqPreviewComponents.js +0 -78
  627. package/cypress/pages/components/mcqQuestionCommonComponents.js +0 -265
  628. package/cypress/pages/components/mcqScoringComponent.js +0 -120
  629. package/cypress/pages/components/mcqSetCorrectAnswerSection.js +0 -143
@@ -1,35 +1,33 @@
1
1
  import { dragAndDropIntoCategoriesPage } from "../../../pages";
2
2
  import abortEarlySetup from "../../../support/helpers/abortEarly";
3
3
  import utilities from "../../../support/helpers/utilities";
4
- const optionsArray = ['Bat', 'Eagle', 'Parrot', 'Whale'];
5
- const groupedOptions = [['Bat', 'Eagle', 'Whale', 'Platypus'], ['Peacock', 'Parrot', 'Ostrich', 'Flying squirrel']];
6
-
7
4
  const css = Cypress.env('css');
8
5
 
9
- describe('Create Item Page: Drag and drop into categories: Click and drop cases for \'Standard\' and \'Grouped\' response options layouts in \'Set correct answer\' section and \'Preview tab\'', () => {
6
+ const groupedOptions = [['Bat', 'Eagle', 'Whale', 'Platypus'], ['Peacock', 'Parrot', 'Ostrich', 'Flying squirrel']];
7
+
8
+ describe('Create Item Page: Drag and drop into categories: Click and drop cases for \'Standard\' and \'Grouped\' response options layouts in \'Specify correct answer\' section and \'Preview tab\'', () => {
10
9
  before(() => {
11
10
  cy.loginAs('admin');
12
11
  });
13
12
 
14
- describe('Click and drop cases for \'Standard\' response options layout in \'Set correct answer\' section', () => {
13
+ describe('Click and drop cases for \'Standard\' response options layout in \'Specify correct answer\' section', () => {
15
14
  abortEarlySetup();
16
15
  before(() => {
17
16
  cy.log('Navigate to Drag and drop into categories question type, add input to option input fields');
18
17
  dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
19
18
  cy.barsPreLoaderWait();
20
- dragAndDropIntoCategoriesPage.addOptionButton()
21
- .click();
22
- dragAndDropIntoCategoriesPage.addOptionButton()
23
- .click();
24
- dragAndDropIntoCategoriesPage.steps.addInputToOptionsForDragAndDropFields(optionsArray);
19
+ dragAndDropIntoCategoriesPage.steps.addMultipleOptionFields(2);
20
+ dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(['Bat', 'Eagle', 'Parrot', 'Whale']);
21
+ dragAndDropIntoCategoriesPage.steps.expandMaxCapacityPerDropzoneDropdown();
22
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromMaxCapacityPerDropzoneDropdown('2');
25
23
  });
26
24
 
27
- it('When the user has not selected any option, the options and category cells should be in inactive state', () => {
28
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
29
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
25
+ it('When the user has not selected any option, the options and dropzone cells should be in inactive state', () => {
26
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
27
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
30
28
  });
31
29
 
32
- it('CSS of inactive state of options and category cells', { tags: 'css' }, () => {
30
+ it('CSS of inactive state of options and dropzone cells', { tags: 'css' }, () => {
33
31
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
34
32
  'border': `1px solid ${css.color.figDefaultComponentBorder}`,
35
33
  'background-color': css.color.defaultBackground,
@@ -39,66 +37,66 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
39
37
  'font-size': css.fontSize.default,
40
38
  'font-weight': css.fontWeight.regular,
41
39
  });
42
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
40
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
43
41
  'fill': css.color.secondaryBtn
44
42
  });
45
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryGrid(), {
46
- 'border': `1px dashed ${css.color.figDefaultComponentBorder}`
43
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection().eq(0), {
44
+ 'border-left': `1px dashed ${css.color.activeComponentBorder}`
47
45
  });
48
46
  });
49
47
 
50
- it('Accessibility of inactive state of options and category cells', { tags: 'a11y' }, () => {
48
+ it('Accessibility of inactive state of options and dropzone cells', { tags: 'a11y' }, () => {
51
49
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
52
50
  });
53
51
 
54
- it('When the user selects an option, it should get in selected state and all the category cells should get in active state', () => {
55
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSetCorrectAnswerSection('drag and drop into categories', 'Bat');
52
+ it('When the user selects an option, it should get in selected state and all the dropzone cells should get in active state', () => {
53
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSpecifyCorrectAnswerSection('Bat');
56
54
  cy.log('checking active state of selected option')
57
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInSetCorrectAnswerSection(0, 'drag and drop into categories');
55
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInSpecifyCorrectAnswerSection(0);
58
56
  cy.log('checking default state of unselected option(s)')
59
- dragAndDropIntoCategoriesPage.steps.verifyDefaultStateOfUnselectedDraggableOptionsInSetCorrectAnswerSection([1, 2, 3], 'drag and drop into categories');
57
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfUnselectedDraggableOptionsInSpecifyCorrectAnswerSection([1, 2, 3]);
60
58
  cy.log('checking active state of all category cells');
61
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
59
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
62
60
  });
63
61
 
64
- it('CSS of active state of options and category cells', { tags: 'css' }, () => {
62
+ it('CSS of active state of options and dropzone cells', { tags: 'css' }, () => {
65
63
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
66
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
67
- 'background-color': css.color.figActiveComponentBg
64
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
65
+ 'background-color': css.color.defaultBackground
68
66
  });
69
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
67
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
70
68
  'fill': css.color.activeButtons
71
69
  });
72
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryGrid(), {
73
- 'border': `1px solid ${css.color.activeComponentBorder}`
70
+ utilities.verifyCSS(utilities.getNthElement(dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection(), 0), {
71
+ 'border-left': `1px solid ${css.color.activeComponentBorder}`
74
72
  });
75
73
  });
76
74
 
77
- it('Accessibility of active state of options and category cells', { tags: 'a11y' }, () => {
75
+ it('Accessibility of active state of options and dropzone cells', { tags: 'a11y' }, () => {
78
76
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
79
77
  });
80
78
 
81
- it('When the user deselects the option, it should get in deselected state and the category cells should return to the inactive state', () => {
82
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSetCorrectAnswerSection('drag and drop into categories', 'Bat');
79
+ it('When the user deselects the option, it should get in deselected state and the dropzone cells should return to the inactive state', () => {
80
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSpecifyCorrectAnswerSection('Bat');
83
81
  cy.log('Checking default state of deselected option')
84
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
82
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
85
83
  cy.log('Checking default inactive state of category cells')
86
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
84
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
87
85
  });
88
86
 
89
- it('When the user drops an option in one of the category cells, the option should get removed from the response container, the category cell should get filled with that option and the other category cells should return to inactive state', () => {
90
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat', 0);
91
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(0, ['Bat']);
92
- dragAndDropIntoCategoriesPage.steps.verifyDraggableResponsesSetCorrectAnswer('drag and drop into categories', ['Eagle', 'Parrot', 'Whale']);
93
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
87
+ it('When the user drops an option in one of the dropzone cells, the option should get removed from the response container, the dropzone cell should get filled with that option and the other dropzone cells should return to inactive state', () => {
88
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0 });
89
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(0, ['Bat']);
90
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInOptionsContainerSpecifyCorrectAnswerSection(['Eagle', 'Parrot', 'Whale']);
91
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
94
92
  });
95
93
 
96
- it('When the user has dropped an option inside a category cell, drag handle should not be displayed in the category cell', () => {
97
- dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledCategoryCellOfSetCorrectAnswerSection(0);
94
+ it('When the user has dropped an option inside a dropzone cell, drag handle should not be displayed in the dropzone cell', () => {
95
+ dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledDropzoneCellOfSpecifyCorrectAnswerSection(0);
98
96
  });
99
97
 
100
- it('CSS of filled category cell', { tags: 'css' }, () => {
101
- dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryCell()
98
+ it('CSS of filled dropzone cell', { tags: 'css' }, () => {
99
+ dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection()
102
100
  .eq(0)
103
101
  .within(() => {
104
102
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
@@ -113,88 +111,87 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
113
111
  });
114
112
  });
115
113
 
116
- it('Accessibility of filled category cell', { tags: 'a11y' }, () => {
114
+ it('Accessibility of filled dropzone cell', { tags: 'a11y' }, () => {
117
115
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
118
116
  });
119
117
 
120
- it('When the user drops an option on a filled category cell, the existing option should persist in the category cell', () => {
121
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Eagle', 0);
122
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(0, ['Bat', 'Eagle']);
123
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
124
- dragAndDropIntoCategoriesPage.steps.verifyDraggableResponsesSetCorrectAnswer('drag and drop into categories', ['Parrot', 'Whale']);
118
+ it('When the user drops an option on a filled dropzone cell, the existing option should persist in the dropzone cell', () => {
119
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Eagle': 0 });
120
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(0, ['Bat', 'Eagle']);
121
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
122
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInOptionsContainerSpecifyCorrectAnswerSection(['Parrot', 'Whale']);
125
123
  });
126
124
 
127
- it('When the user selects an option from the filled category cell, the response container as well as all category cells should get active for dropping the option', () => {
128
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
129
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInSetCorrectAnswerSection('drag and drop into categories');
130
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInSetCorrectAnswerSection(1);
125
+ it('When the user selects an option from the filled dropzone cell, the response container as well as all dropzone cells should get active for dropping the option', () => {
126
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
127
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInSpecifyCorrectAnswerSection();
128
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
131
129
  });
132
130
 
133
- it('CSS of option from the filled category cell in selected state', { tags: 'css' }, () => {
134
- dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryCell()
131
+ it('CSS of option from the filled dropzone cell in selected state', { tags: 'css' }, () => {
132
+ dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection()
135
133
  .eq(0)
136
134
  .within(() => {
137
135
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
138
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
139
- 'background-color': css.color.figActiveComponentBg
136
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
137
+ 'background-color': css.color.defaultBackground
140
138
  });
141
139
  });
142
140
  });
143
141
 
144
- it('Accessibility of option from the filled category cell in selected state', { tags: 'a11y' }, () => {
142
+ it('Accessibility of option from the filled dropzone cell in selected state', { tags: 'a11y' }, () => {
145
143
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
146
144
  });
147
145
 
148
- it('When the user deselects an option from the filled category cell, the option should return to the inactive state', () => {
149
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
150
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
151
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
146
+ it('When the user deselects an option from the filled dropzone cell, the option should return to the inactive state', () => {
147
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
148
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
149
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
152
150
  });
153
151
 
154
152
  it('When the user selects a filled option and clicks in the response container, the selected option should get back in the response container and \'Error: Please set a correct answer\' error message should be displayed', () => {
155
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInResponseContainerOfSetCorrectAnswerSection('Bat');
156
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInResponseContainerOfSetCorrectAnswerSection('Eagle');
157
- dragAndDropIntoCategoriesPage.steps.verifyDraggableResponsesSetCorrectAnswer('drag and drop into categories', ['Bat', 'Eagle', 'Parrot', 'Whale']);
153
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionFromDropzoneToOptionContainerSpecifyCorrectAnswerSection('Bat');
154
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionFromDropzoneToOptionContainerSpecifyCorrectAnswerSection('Eagle');
155
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInOptionsContainerSpecifyCorrectAnswerSection(['Bat', 'Eagle', 'Parrot', 'Whale']);
158
156
  utilities.verifyInnerText(dragAndDropIntoCategoriesPage.errorMessage(), 'Error: Please set a correct answer.');
159
157
  utilities.verifyElementVisibilityState(dragAndDropIntoCategoriesPage.errorMessage(), 'visible');
160
158
  });
161
159
 
162
- dragAndDropIntoCategoriesPage.tests.verifyCSSAnda11yOfErrorMessage();
160
+ dragAndDropIntoCategoriesPage.tests.verifyErrorMessageCSSAndA11y();
163
161
 
164
- it('When the user fills a category cell, the category cell should get filled with the option and the \'Error: Please set a correct answer\' error message should disappear', () => {
165
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat', 0);
162
+ it('When the user fills a dropzone cell, the dropzone cell should get filled with the option and the \'Error: Please set a correct answer\' error message should disappear', () => {
163
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0 });
166
164
  dragAndDropIntoCategoriesPage.steps.verifyErrorMessageIsNotDisplayed();
167
165
  });
168
166
 
169
- it('The user should be able to move an option from one category cell to another category cell', () => {
170
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
171
- dragAndDropIntoCategoriesPage.steps.clickOnCategoryCellInCategoryCellOfSetCorrectAnswerSection(1);
172
- dragAndDropIntoCategoriesPage.steps.verifyEmptyStateOfCategoryCellInSetCorrectAnswerSection(0);
173
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(1, ['Bat']);
167
+ it('The user should be able to move an option from one dropzone cell to another dropzone cell', () => {
168
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
169
+ dragAndDropIntoCategoriesPage.steps.clickOnDropzoneCellInDropzoneOfSpecifyCorrectAnswerSection(1);
170
+ dragAndDropIntoCategoriesPage.steps.verifyEmptyStateOfDropzoneCellInSpecifyCorrectAnswerSection(0);
171
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(1, ['Bat']);
174
172
  });
175
173
  });
176
174
 
177
175
  describe('Click and drop cases for \'Standard\' response options layout in \'Preview tab\'', () => {
178
176
  abortEarlySetup();
179
177
  before(() => {
180
- cy.log('Navigate to Drag and drop into categories question type, add input to option input fields and switch to preview tab');
178
+ cy.log('Navigate to Drag and drop into categories question type, add input to option input fields');
181
179
  dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
182
180
  cy.barsPreLoaderWait();
183
- dragAndDropIntoCategoriesPage.addOptionButton()
184
- .click();
185
- dragAndDropIntoCategoriesPage.addOptionButton()
186
- .click();
187
- dragAndDropIntoCategoriesPage.steps.addInputToOptionsForDragAndDropFields(optionsArray);
181
+ dragAndDropIntoCategoriesPage.steps.addMultipleOptionFields(2);
182
+ dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(['Bat', 'Eagle', 'Parrot', 'Whale']);
183
+ dragAndDropIntoCategoriesPage.steps.expandMaxCapacityPerDropzoneDropdown();
184
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromMaxCapacityPerDropzoneDropdown('2');
188
185
  dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
189
186
  });
190
187
 
191
- it('When the user has not selected any option, the options and category cells should be in inactive state', () => {
192
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
193
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
188
+ it('When the user has not selected any option, the options and dropzone cells should be in inactive state', () => {
189
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
190
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
194
191
  });
195
192
 
196
- it('CSS of inactive state of options and category cells', { tags: 'css' }, () => {
197
- dragAndDropIntoCategoriesPage.previewTabDraggableOptionsWrapper('drag and drop into categories')
193
+ it('CSS of inactive state of options and dropzone cells', { tags: 'css' }, () => {
194
+ dragAndDropIntoCategoriesPage.optionsContainerPreviewTab()
198
195
  .within(() => {
199
196
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
200
197
  'border': `1px solid ${css.color.figDefaultComponentBorder}`,
@@ -205,70 +202,70 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
205
202
  'font-size': css.fontSize.default,
206
203
  'font-weight': css.fontWeight.regular,
207
204
  });
208
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
205
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
209
206
  'fill': css.color.secondaryBtn
210
207
  });
211
208
  });
212
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.previewTabCategoryGrid(), {
213
- 'border': `1px dashed ${css.color.figDefaultComponentBorder}`
209
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab().eq(0), {
210
+ 'border-left': `1px dashed ${css.color.activeComponentBorder}`
214
211
  });
215
212
  });
216
213
 
217
- it('Accessibility of inactive state of options and category cells', { tags: 'a11y' }, () => {
214
+ it('Accessibility of inactive state of options and dropzone cells', { tags: 'a11y' }, () => {
218
215
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
219
216
  });
220
217
 
221
- it('When the user selects an option, it should get in selected state and all the category cells should get in active state', () => {
222
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('drag and drop into categories', 'Bat');
218
+ it('When the user selects an option, it should get in selected state and all the dropzone cells should get in active state', () => {
219
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('Bat');
223
220
  cy.log('checking active state of selected option')
224
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInPreviewTab(0, 'drag and drop into categories');
221
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInPreviewTab(0);
225
222
  cy.log('checking default state of unselected option(s)')
226
- dragAndDropIntoCategoriesPage.steps.verifyDefaultStateOfUnselectedDraggableOptionsInPreviewTab([1, 2, 3], 'drag and drop into categories');
223
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfUnselectedDraggableOptionsInPreviewTab([1, 2, 3]);
227
224
  cy.log('checking active state of all category cells');
228
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInPreviewTab();
225
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInPreviewTab();
229
226
  });
230
227
 
231
- it('CSS of active state of options and category cells', { tags: 'css' }, () => {
232
- dragAndDropIntoCategoriesPage.previewTabDraggableOptionsWrapper('drag and drop into categories')
228
+ it('CSS of active state of options and dropzone cells', { tags: 'css' }, () => {
229
+ dragAndDropIntoCategoriesPage.optionsContainerPreviewTab()
233
230
  .within(() => {
234
231
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
235
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
236
- 'background-color': css.color.figActiveComponentBg
232
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
233
+ 'background-color': css.color.defaultBackground
237
234
  });
238
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
235
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
239
236
  'fill': css.color.activeButtons
240
237
  });
241
238
  });
242
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.previewTabCategoryGrid(), {
243
- 'border': `1px solid ${css.color.activeComponentBorder}`
239
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab().eq(0), {
240
+ 'border-left': `1px solid ${css.color.activeComponentBorder}`
244
241
  });
245
242
  });
246
243
 
247
- it('Accessibility of active state of options and category cells', { tags: 'a11y' }, () => {
244
+ it('Accessibility of active state of options and dropzone cells', { tags: 'a11y' }, () => {
248
245
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
249
246
  });
250
247
 
251
- it('When the user deselects the option, it should get in deselected state and the category cells should return to the inactive state', () => {
252
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('drag and drop into categories', 'Bat');
248
+ it('When the user deselects the option, it should get in deselected state and the dropzone cells should return to the inactive state', () => {
249
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('Bat');
253
250
  cy.log('Checking default state of deselected option')
254
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
251
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
255
252
  cy.log('Checking default inactive state of category cells')
256
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
253
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
257
254
  });
258
255
 
259
- it('When the user drops an option in one of the category cells, the option should get removed from the response container, the category cell should get filled with that option and the other category cells should return to inactive state', () => {
260
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Bat', 0);
261
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Bat']);
262
- dragAndDropIntoCategoriesPage.steps.verifyDraggableResponsesPreviewTab('drag and drop into categories', ['Eagle', 'Parrot', 'Whale']);
263
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
256
+ it('When the user drops an option in one of the dropzone cells, the option should get removed from the response container, the dropzone cell should get filled with that option and the other dropzone cells should return to inactive state', () => {
257
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 0 });
258
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Bat']);
259
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionsInOptionsContainerPreviewTab(['Eagle', 'Parrot', 'Whale']);
260
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
264
261
  });
265
262
 
266
- it('When the user has dropped an option inside a category cell, drag handle should not be displayed in the category cell', () => {
267
- dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledCategoryCellOfPreviewTab(0);
263
+ it('When the user has dropped an option inside a dropzone cell, drag handle should not be displayed in the dropzone cell', () => {
264
+ dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledDropzoneCellOfPreviewTab(0);
268
265
  });
269
266
 
270
- it('CSS of filled category cell', { tags: 'css' }, () => {
271
- dragAndDropIntoCategoriesPage.previewTabCategoryCell()
267
+ it('CSS of filled dropzone cell', { tags: 'css' }, () => {
268
+ dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab()
272
269
  .eq(0)
273
270
  .within(() => {
274
271
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
@@ -283,72 +280,73 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
283
280
  });
284
281
  });
285
282
 
286
- it('Accessibility of filled category cell', { tags: 'a11y' }, () => {
283
+ it('Accessibility of filled dropzone cell', { tags: 'a11y' }, () => {
287
284
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
288
285
  });
289
286
 
290
- it('When the user drops an option on a filled category cell, the existing option should persist in the category cell', () => {
291
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Eagle', 0);
292
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Bat', 'Eagle']);
293
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
294
- dragAndDropIntoCategoriesPage.steps.verifyDraggableResponsesPreviewTab('drag and drop into categories', ['Parrot', 'Whale']);
287
+ it('When the user drops an option on a filled dropzone cell, the existing option should persist in the dropzone cell', () => {
288
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Eagle': 0 });
289
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Bat', 'Eagle']);
290
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
291
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionsInOptionsContainerPreviewTab(['Parrot', 'Whale']);
295
292
  });
296
293
 
297
- it('When the user selects an option from the filled category cell, the response container as well as all category cells should get active for dropping the option', () => {
298
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
299
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInPreviewTab('drag and drop into categories');
300
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInPreviewTab(1);
294
+ it('When the user selects an option from the filled dropzone cell, the response container as well as all dropzone cells should get active for dropping the option', () => {
295
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
296
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInPreviewTab();
297
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInPreviewTab();
301
298
  });
302
299
 
303
- it('CSS of option from the filled category cell in selected state', { tags: 'css' }, () => {
304
- dragAndDropIntoCategoriesPage.previewTabCategoryCell()
300
+ it('CSS of option from the filled dropzone cell in selected state', { tags: 'css' }, () => {
301
+ dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab()
305
302
  .eq(0)
306
303
  .within(() => {
307
304
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
308
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
309
- 'background-color': css.color.figActiveComponentBg
305
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
306
+ 'background-color': css.color.defaultBackground
310
307
  });
311
308
  });
312
309
  });
313
310
 
314
- it('Accessibility of option from the filled category cell in selected state', { tags: 'a11y' }, () => {
311
+ it('Accessibility of option from the filled dropzone cell in selected state', { tags: 'a11y' }, () => {
315
312
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
316
313
  });
317
314
 
318
- it('When the user deselects an option from the filled category cell, the option should return to the inactive state', () => {
319
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
320
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
321
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
315
+ it('When the user deselects an option from the filled dropzone cell, the option should return to the inactive state', () => {
316
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
317
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
318
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
322
319
  });
323
320
 
324
- it('The user should be able to move an option from one category cell to another category cell', () => {
325
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
326
- dragAndDropIntoCategoriesPage.steps.clickOnCategoryCellInCategoryCellOfPreviewTab(1);
327
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Eagle']);
328
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(1, ['Bat']);
321
+ it('The user should be able to move an option from one dropzone cell to another dropzone cell', () => {
322
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
323
+ dragAndDropIntoCategoriesPage.steps.clickOnDropzoneCellInDropzoneOfPreviewTab(1);
324
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Eagle']);
325
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(1, ['Bat']);
329
326
  });
330
327
  });
331
328
 
332
- describe('Click and drop cases for \'Grouped\' response options layout in \'Set correct answer\' section', () => {
329
+ describe('Click and drop cases for \'Grouped\' response options layout in \'Specify correct answer\' section', () => {
333
330
  abortEarlySetup();
334
331
  before(() => {
335
- cy.log('Navigate to Drag and drop into categories question type, add input to option input fields');
336
332
  dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
337
333
  cy.barsPreLoaderWait();
338
- dragAndDropIntoCategoriesPage.steps.selectResponseOptionsLayout('Grouped');
339
- dragAndDropIntoCategoriesPage.steps.addGroupTitle(0, 'Group A');
340
- dragAndDropIntoCategoriesPage.steps.addOption();
341
- dragAndDropIntoCategoriesPage.steps.addOption();
342
- dragAndDropIntoCategoriesPage.steps.addInputToOptionsForDragAndDropFields(groupedOptions[0]);
343
- dragAndDropIntoCategoriesPage.steps.addGroupWithTitleAndOptionsInResponseOptionsSection(1, 'Group B', groupedOptions[1]);
334
+ dragAndDropIntoCategoriesPage.steps.expandDraggableOptionsLayoutDropdown();
335
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
336
+ dragAndDropIntoCategoriesPage.steps.addGroupTitle('Group A');
337
+ dragAndDropIntoCategoriesPage.steps.addMultipleOptionFields(2);
338
+ dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(groupedOptions[0]);
339
+ dragAndDropIntoCategoriesPage.steps.addGroupWithTitleAndOptionsInDraggableOptionsSection('Group A', groupedOptions[1]);
340
+ dragAndDropIntoCategoriesPage.steps.expandMaxCapacityPerDropzoneDropdown();
341
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromMaxCapacityPerDropzoneDropdown('2');
344
342
  });
345
343
 
346
- it('When the user has not selected any option, the options and category cells should be in inactive state', () => {
347
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
348
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
344
+ it('When the user has not selected any option, the options and dropzone cells should be in inactive state', () => {
345
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
346
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
349
347
  });
350
348
 
351
- it('CSS of inactive state of options and category cells', { tags: 'css' }, () => {
349
+ it('CSS of inactive state of options and dropzone cells', { tags: 'css' }, () => {
352
350
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
353
351
  'border': `1px solid ${css.color.figDefaultComponentBorder}`,
354
352
  'background-color': css.color.defaultBackground,
@@ -356,69 +354,69 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
356
354
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().find('.question-text-wrapper'), {
357
355
  'color': css.color.text,
358
356
  'font-size': css.fontSize.default,
359
- 'font-weight': css.fontWeight.regular,
357
+ 'font-weight': css.fontWeight.regular
360
358
  });
361
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
359
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
362
360
  'fill': css.color.secondaryBtn
363
361
  });
364
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryGrid(), {
365
- 'border': `1px dashed ${css.color.figDefaultComponentBorder}`
362
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection().eq(0), {
363
+ 'border-left': `1px dashed ${css.color.activeComponentBorder}`
366
364
  });
367
365
  });
368
366
 
369
- it('Accessibility of inactive state of options and category cells', { tags: 'a11y' }, () => {
367
+ it('Accessibility of inactive state of options and dropzone cells', { tags: 'a11y' }, () => {
370
368
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
371
369
  });
372
370
 
373
- it('When the user selects an option, it should get in selected state and all the category cells should get in active state', () => {
374
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSetCorrectAnswerSection('drag and drop into categories', 'Bat');
371
+ it('When the user selects an option, it should get in selected state and all the dropzone cells should get in active state', () => {
372
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSpecifyCorrectAnswerSection('Bat');
375
373
  cy.log('checking active state of selected option')
376
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInSetCorrectAnswerSection(0, 'drag and drop into categories');
374
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInSpecifyCorrectAnswerSection(0);
377
375
  cy.log('checking default state of unselected option(s)')
378
- dragAndDropIntoCategoriesPage.steps.verifyDefaultStateOfUnselectedDraggableOptionsInSetCorrectAnswerSection([1, 2, 3, 4, 5, 6, 7], 'drag and drop into categories');
376
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfUnselectedDraggableOptionsInSpecifyCorrectAnswerSection([1, 2, 3, 4, 5, 6, 7]);
379
377
  cy.log('checking active state of all category cells');
380
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
378
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
381
379
  });
382
380
 
383
- it('CSS of active state of options and category cells', { tags: 'css' }, () => {
381
+ it('CSS of active state of options and dropzone cells', { tags: 'css' }, () => {
384
382
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
385
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
386
- 'background-color': css.color.figActiveComponentBg
383
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
384
+ 'background-color': css.color.defaultBackground
387
385
  });
388
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
386
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
389
387
  'fill': css.color.activeButtons
390
388
  });
391
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryGrid(), {
392
- 'border': `1px solid ${css.color.activeComponentBorder}`
389
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection().eq(0), {
390
+ 'border-left': `1px solid ${css.color.activeComponentBorder}`
393
391
  });
394
392
  });
395
393
 
396
- it('Accessibility of active state of options and category cells', { tags: 'a11y' }, () => {
394
+ it('Accessibility of active state of options and dropzone cells', { tags: 'a11y' }, () => {
397
395
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
398
396
  });
399
397
 
400
- it('When the user deselects the option, it should get in deselected state and the category cells should return to the inactive state', () => {
401
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSetCorrectAnswerSection('drag and drop into categories', 'Bat');
398
+ it('When the user deselects the option, it should get in deselected state and the dropzone cells should return to the inactive state', () => {
399
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInSpecifyCorrectAnswerSection('Bat');
402
400
  cy.log('Checking default state of deselected option')
403
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
401
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
404
402
  cy.log('Checking default inactive state of category cells')
405
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
403
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
406
404
  });
407
405
 
408
- it('When the user drops an option in one of the category cells, the option should get removed from the respective group of the response container, the category cell should get filled with that option and the other category cells should return to inactive state', () => {
409
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat', 0);
410
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(0, ['Bat']);
411
- dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInSetCorrectAnswerSection(0, ['Eagle', 'Whale', 'Platypus']);
412
- dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInSetCorrectAnswerSection(1, groupedOptions[1]);
413
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
406
+ it('When the user drops an option in one of the dropzone cells, the option should get removed from the respective group of the response container, the dropzone cell should get filled with that option and the other dropzone cells should return to inactive state', () => {
407
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0 });
408
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(0, ['Bat']);
409
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(0, ['Eagle', 'Whale', 'Platypus']);
410
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(1, groupedOptions[1]);
411
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
414
412
  });
415
413
 
416
- it('When the user has dropped an option inside a category cell, drag handle should not be displayed in the category cell', () => {
417
- dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledCategoryCellOfSetCorrectAnswerSection(0);
414
+ it('When the user has dropped an option inside a dropzone cell, drag handle should not be displayed in the dropzone cell', () => {
415
+ dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledDropzoneCellOfSpecifyCorrectAnswerSection(0);
418
416
  });
419
417
 
420
- it('CSS of filled category cell', { tags: 'css' }, () => {
421
- dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryCell()
418
+ it('CSS of filled dropzone cell', { tags: 'css' }, () => {
419
+ dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection()
422
420
  .eq(0)
423
421
  .within(() => {
424
422
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
@@ -433,98 +431,97 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
433
431
  });
434
432
  });
435
433
 
436
- it('Accessibility of filled category cell', { tags: 'a11y' }, () => {
434
+ it('Accessibility of filled dropzone cell', { tags: 'a11y' }, () => {
437
435
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
438
436
  });
439
437
 
440
- it('When the user drops an option on a filled category cell, the existing option should persist in the category cell', () => {
441
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Eagle', 0);
442
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(0, ['Bat', 'Eagle']);
443
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
444
- dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInSetCorrectAnswerSection(0, ['Whale', 'Platypus']);
438
+ it('When the user drops an option on a filled dropzone cell, the existing option should persist in the dropzone cell', () => {
439
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Eagle': 0 });
440
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(0, ['Bat', 'Eagle']);
441
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
442
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(0, ['Whale', 'Platypus']);
445
443
  });
446
444
 
447
- it('When the user selects an option from the filled category cell, the response container as well as all category cells should get active for dropping the option', () => {
448
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
449
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInSetCorrectAnswerSection('drag and drop into categories');
450
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInSetCorrectAnswerSection(1);
445
+ it('When the user selects an option from the filled dropzone cell, the response container as well as all dropzone cells should get active for dropping the option', () => {
446
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
447
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInSpecifyCorrectAnswerSection();
448
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
451
449
  });
452
450
 
453
- it('CSS of option from the filled category cell in selected state', { tags: 'css' }, () => {
454
- dragAndDropIntoCategoriesPage.setCorrectAnswerSectionCategoryCell()
451
+ it('CSS of option from the filled dropzone cell in selected state', { tags: 'css' }, () => {
452
+ dragAndDropIntoCategoriesPage.dropzoneCellSpecifyCorrectAnswerSection()
455
453
  .eq(0)
456
454
  .within(() => {
457
455
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
458
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
459
- 'background-color': css.color.figActiveComponentBg
456
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
457
+ 'background-color': css.color.defaultBackground
460
458
  });
461
459
  });
462
460
  });
463
461
 
464
- it('Accessibility of option from the filled category cell in selected state', { tags: 'a11y' }, () => {
462
+ it('Accessibility of option from the filled dropzone cell in selected state', { tags: 'a11y' }, () => {
465
463
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('[class*="DragAndDropMatrixstyles__ContentWrapper"]'));
466
464
  });
467
465
 
468
- it('When the user deselects an option from the filled category cell, the option should return to the inactive state', () => {
469
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
470
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSetCorrectAnswerSection('drag and drop into categories');
471
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInSetCorrectAnswerSection();
466
+ it('When the user deselects an option from the filled dropzone cell, the option should return to the inactive state', () => {
467
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
468
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInSpecifyCorrectAnswerSection();
469
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInSpecifyCorrectAnswerSection();
472
470
  });
473
471
 
474
472
  it('When the user selects a filled option and clicks in the response container, the selected option should get back in the response container and \'Error: Please set a correct answer\' error message should be displayed', () => {
475
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInGroupedResponseContainerOfSetCorrectAnswerSection('Bat');
476
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInGroupedResponseContainerOfSetCorrectAnswerSection('Eagle');
477
- dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInSetCorrectAnswerSection(0, groupedOptions[0]);
478
- dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInSetCorrectAnswerSection(1, groupedOptions[1]);
473
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionFromDropzoneToOptionContainerPreviewTab('Bat');
474
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionFromDropzoneToOptionContainerPreviewTab('Eagle');
475
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(0, groupedOptions[0]);
476
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(1, groupedOptions[1]);
479
477
  utilities.verifyInnerText(dragAndDropIntoCategoriesPage.errorMessage(), 'Error: Please set a correct answer.');
480
478
  utilities.verifyElementVisibilityState(dragAndDropIntoCategoriesPage.errorMessage(), 'visible');
481
479
  });
482
480
 
483
- dragAndDropIntoCategoriesPage.tests.verifyCSSAnda11yOfErrorMessage();
481
+ dragAndDropIntoCategoriesPage.tests.verifyErrorMessageCSSAndA11y();
484
482
 
485
- it('When the user fills a category cell, the category cell should get filled with the option and the \'Error: Please set a correct answer\' error message should disappear', () => {
486
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat', 0);
483
+ it('When the user fills a dropzone cell, the dropzone cell should get filled with the option and the \'Error: Please set a correct answer\' error message should disappear', () => {
484
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Bat': 0 });
487
485
  dragAndDropIntoCategoriesPage.steps.verifyErrorMessageIsNotDisplayed();
488
486
  });
489
487
 
490
- it('The user should be able to move an option from one category cell to another category cell', () => {
491
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Bat');
492
- dragAndDropIntoCategoriesPage.steps.clickOnCategoryCellInCategoryCellOfSetCorrectAnswerSection(1);
493
- dragAndDropIntoCategoriesPage.steps.verifyEmptyStateOfCategoryCellInSetCorrectAnswerSection(0);
494
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfSetCorrectAnswerSection(1, ['Bat']);
488
+ it('The user should be able to move an option from one dropzone cell to another dropzone cell', () => {
489
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection('Bat', 0);
490
+ dragAndDropIntoCategoriesPage.steps.clickOnDropzoneCellInDropzoneOfSpecifyCorrectAnswerSection(1);
491
+ dragAndDropIntoCategoriesPage.steps.verifyEmptyStateOfDropzoneCellInSpecifyCorrectAnswerSection(0);
492
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneCellOfSpecifyCorrectAnswerSection(1, ['Bat']);
495
493
  });
496
494
 
497
495
  it('When user has dropped all the options from a group in the response areas, then empty group should be displayed in the options container', () => {
498
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Eagle', 0);
499
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Whale', 0);
500
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfSetCorrectAnswerSection('Platypus', 0);
501
- dragAndDropIntoCategoriesPage.steps.verifyGroupTitleInSetCorrectAnswerSection(0, 'Group A')
502
- dragAndDropIntoCategoriesPage.steps.verifyEmptyGroupInSetCorrectAnswerSection(0);
496
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection({ 'Eagle': 0, 'Whale': 0, 'Platypus': 0 });
497
+ dragAndDropIntoCategoriesPage.steps.verifyGroupedOptionsTitleSpecifyCorrectAnswerSection(0, 'Group A')
498
+ dragAndDropIntoCategoriesPage.steps.verifyEmptyGroupInSpecifyCorrectAnswerSection(0);
503
499
  });
504
500
  });
505
501
 
506
502
  describe('Click and drop cases for \'Grouped\' response options layout in \'Preview tab\'', () => {
507
503
  abortEarlySetup();
508
504
  before(() => {
509
- cy.log('Navigate to Drag and drop into categories question type, add input to option input fields and switch to preview tab');
510
505
  dragAndDropIntoCategoriesPage.steps.navigateToCreateQuestion('drag and drop into categories');
511
506
  cy.barsPreLoaderWait();
512
- dragAndDropIntoCategoriesPage.steps.selectResponseOptionsLayout('Grouped');
513
- dragAndDropIntoCategoriesPage.steps.addGroupTitle(0, 'Group A');
514
- dragAndDropIntoCategoriesPage.steps.addOption();
515
- dragAndDropIntoCategoriesPage.steps.addOption();
516
- dragAndDropIntoCategoriesPage.steps.addInputToOptionsForDragAndDropFields(groupedOptions[0]);
517
- dragAndDropIntoCategoriesPage.steps.addGroupWithTitleAndOptionsInResponseOptionsSection(1, 'Group B', groupedOptions[1]);
507
+ dragAndDropIntoCategoriesPage.steps.expandDraggableOptionsLayoutDropdown();
508
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
509
+ dragAndDropIntoCategoriesPage.steps.addGroupTitle('Group A');
510
+ dragAndDropIntoCategoriesPage.steps.addMultipleOptionFields(2);
511
+ dragAndDropIntoCategoriesPage.steps.addInputToOptionsInputField(groupedOptions[0]);
512
+ dragAndDropIntoCategoriesPage.steps.addGroupWithTitleAndOptionsInDraggableOptionsSection('Group A', groupedOptions[1]);
513
+ dragAndDropIntoCategoriesPage.steps.expandMaxCapacityPerDropzoneDropdown();
514
+ dragAndDropIntoCategoriesPage.steps.selectOptionFromMaxCapacityPerDropzoneDropdown('2');
518
515
  dragAndDropIntoCategoriesPage.steps.switchToPreviewTab();
519
516
  });
520
517
 
521
- it('When the user has not selected any option, the options and category cells should be in inactive state', () => {
522
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
523
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
518
+ it('When the user has not selected any option, the options and dropzone cells should be in inactive state', () => {
519
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
520
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
524
521
  });
525
522
 
526
- it('CSS of inactive state of options and category cells', { tags: 'css' }, () => {
527
- dragAndDropIntoCategoriesPage.previewTabDraggableOptionsWrapper('drag and drop into categories')
523
+ it('CSS of inactive state of options and dropzone cells', { tags: 'css' }, () => {
524
+ dragAndDropIntoCategoriesPage.optionsContainerPreviewTab()
528
525
  .within(() => {
529
526
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
530
527
  'border': `1px solid ${css.color.figDefaultComponentBorder}`,
@@ -535,71 +532,71 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
535
532
  'font-size': css.fontSize.default,
536
533
  'font-weight': css.fontWeight.regular,
537
534
  });
538
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
535
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
539
536
  'fill': css.color.secondaryBtn
540
537
  });
541
538
  });
542
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.previewTabCategoryGrid(), {
543
- 'border': `1px dashed ${css.color.figDefaultComponentBorder}`
539
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab().eq(0), {
540
+ 'border-left': `1px dashed ${css.color.activeComponentBorder}`
544
541
  });
545
542
  });
546
543
 
547
- it('Accessibility of inactive state of options and category cells', { tags: 'a11y' }, () => {
544
+ it('Accessibility of inactive state of options and dropzone cells', { tags: 'a11y' }, () => {
548
545
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
549
546
  });
550
547
 
551
- it('When the user selects an option, it should get in selected state and all the category cells should get in active state', () => {
552
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('drag and drop into categories', 'Bat');
548
+ it('When the user selects an option, it should get in selected state and all the dropzone cells should get in active state', () => {
549
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('Bat');
553
550
  cy.log('checking active state of selected option')
554
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInPreviewTab(0, 'drag and drop into categories');
551
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionInPreviewTab(0);
555
552
  cy.log('checking default state of unselected option(s)')
556
- dragAndDropIntoCategoriesPage.steps.verifyDefaultStateOfUnselectedDraggableOptionsInPreviewTab([1, 2, 3, 4, 5, 6, 7], 'drag and drop into categories');
553
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfUnselectedDraggableOptionsInPreviewTab([1, 2, 3, 4, 5, 6, 7]);
557
554
  cy.log('checking active state of all category cells');
558
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInPreviewTab();
555
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInPreviewTab();
559
556
  });
560
557
 
561
- it('CSS of active state of options and category cells', { tags: 'css' }, () => {
562
- dragAndDropIntoCategoriesPage.previewTabDraggableOptionsWrapper('drag and drop into categories')
558
+ it('CSS of active state of options and dropzone cells', { tags: 'css' }, () => {
559
+ dragAndDropIntoCategoriesPage.optionsContainerPreviewTab()
563
560
  .within(() => {
564
561
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
565
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
566
- 'background-color': css.color.figActiveComponentBg
562
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
563
+ 'background-color': css.color.defaultBackground
567
564
  });
568
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon(), {
565
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOptionDragIcon().find('g path').eq(1), {
569
566
  'fill': css.color.activeButtons
570
567
  });
571
568
  });
572
- utilities.verifyCSS(dragAndDropIntoCategoriesPage.previewTabCategoryGrid(), {
569
+ utilities.verifyCSS(dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab().eq(0), {
573
570
  'border': `1px solid ${css.color.activeComponentBorder}`
574
571
  });
575
572
  });
576
573
 
577
- it('Accessibility of active state of options and category cells', { tags: 'a11y' }, () => {
574
+ it('Accessibility of active state of options and dropzone cells', { tags: 'a11y' }, () => {
578
575
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
579
576
  });
580
577
 
581
- it('When the user deselects the option, it should get in deselected state and the category cells should return to the inactive state', () => {
582
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('drag and drop into categories', 'Bat');
578
+ it('When the user deselects the option, it should get in deselected state and the dropzone cells should return to the inactive state', () => {
579
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInPreviewTab('Bat');
583
580
  cy.log('Checking default state of deselected option')
584
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
581
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
585
582
  cy.log('Checking default inactive state of category cells')
586
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
583
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
587
584
  });
588
585
 
589
- it('When the user drops an option in one of the category cells, the option should get removed from the respective group of the response container, the category cell should get filled with that option and the other category cells should return to inactive state', () => {
590
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Bat', 0);
591
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Bat']);
586
+ it('When the user drops an option in one of the dropzone cells, the option should get removed from the respective group of the response container, the dropzone cell should get filled with that option and the other dropzone cells should return to inactive state', () => {
587
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Bat': 0 });
588
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Bat']);
592
589
  dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInPreviewTab(0, ['Eagle', 'Whale', 'Platypus']);
593
590
  dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInPreviewTab(1, groupedOptions[1]);
594
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
591
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
595
592
  });
596
593
 
597
- it('When the user has dropped an option inside a category cell, drag handle should not be displayed in the category cell', () => {
598
- dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledCategoryCellOfPreviewTab(0);
594
+ it('When the user has dropped an option inside a dropzone cell, drag handle should not be displayed in the dropzone cell', () => {
595
+ dragAndDropIntoCategoriesPage.steps.verifyDragHandleNotVisibleInFilledDropzoneCellOfPreviewTab(0);
599
596
  });
600
597
 
601
- it('CSS of filled category cell', { tags: 'css' }, () => {
602
- dragAndDropIntoCategoriesPage.previewTabCategoryCell()
598
+ it('CSS of filled dropzone cell', { tags: 'css' }, () => {
599
+ dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab()
603
600
  .eq(0)
604
601
  .within(() => {
605
602
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption(), {
@@ -614,54 +611,53 @@ describe('Create Item Page: Drag and drop into categories: Click and drop cases
614
611
  });
615
612
  });
616
613
 
617
- it('Accessibility of filled category cell', { tags: 'a11y' }, () => {
614
+ it('Accessibility of filled dropzone cell', { tags: 'a11y' }, () => {
618
615
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
619
616
  });
620
617
 
621
- it('When the user drops an option on a filled category cell, the existing option should persist in the category cell', () => {
622
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Eagle', 0);
623
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Bat', 'Eagle']);
624
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
618
+ it('When the user drops an option on a filled dropzone cell, the existing option should persist in the dropzone cell', () => {
619
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Eagle': 0 });
620
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Bat', 'Eagle']);
621
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
625
622
  dragAndDropIntoCategoriesPage.steps.verifyGroupedResponseContainerContentsInPreviewTab(0, ['Whale', 'Platypus']);
626
623
  });
627
624
 
628
- it('When the user selects an option from the filled category cell, the response container as well as all category cells should get active for dropping the option', () => {
629
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
630
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInPreviewTab('drag and drop into categories');
631
- dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllCategoryCellsInPreviewTab(1);
625
+ it('When the user selects an option from the filled dropzone cell, the response container as well as all dropzone cells should get active for dropping the option', () => {
626
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
627
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfDraggableOptionsContainerInPreviewTab();
628
+ dragAndDropIntoCategoriesPage.steps.verifyActiveStateOfAllDropzonesInPreviewTab(1);
632
629
  });
633
630
 
634
- it('CSS of option from the filled category cell in selected state', { tags: 'css' }, () => {
635
- dragAndDropIntoCategoriesPage.previewTabCategoryCell()
631
+ it('CSS of option from the filled dropzone cell in selected state', { tags: 'css' }, () => {
632
+ dragAndDropIntoCategoriesPage.dropzoneCellPreviewTab()
636
633
  .eq(0)
637
634
  .within(() => {
638
635
  utilities.verifyCSS(dragAndDropIntoCategoriesPage.draggableOption().eq(0), {
639
- 'border': `1px solid ${css.color.dragOptionActiveBorder}`,
640
- 'background-color': css.color.figActiveComponentBg
636
+ 'border': `1px solid ${css.color.activeComponentBorder}`,
637
+ 'background-color': css.color.defaultBackground
641
638
  });
642
639
  });
643
640
  });
644
641
 
645
- it('Accessibility of option from the filled category cell in selected state', { tags: 'a11y' }, () => {
642
+ it('Accessibility of option from the filled dropzone cell in selected state', { tags: 'a11y' }, () => {
646
643
  cy.checkAccessibility(dragAndDropIntoCategoriesPage.draggableOption().parents('.edit-question-preview-wrapper [class*="DragAndDropMatrixstyles__ContentWrapper"]'));
647
644
  });
648
645
 
649
- it('When the user deselects an option from the filled category cell, the option should return to the inactive state', () => {
650
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
651
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab('drag and drop into categories');
652
- dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllCategoryCellsInPreviewTab();
646
+ it('When the user deselects an option from the filled dropzone cell, the option should return to the inactive state', () => {
647
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
648
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDraggableOptionsInPreviewTab();
649
+ dragAndDropIntoCategoriesPage.steps.verifyInactiveStateOfAllDropzonesInPreviewTab();
653
650
  });
654
651
 
655
- it('The user should be able to move an option from one category cell to another category cell', () => {
656
- dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInCategoryCellOfPreviewTab('Bat');
657
- dragAndDropIntoCategoriesPage.steps.clickOnCategoryCellInCategoryCellOfPreviewTab(1);
658
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(0, ['Eagle']);
659
- dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInCategoryCellOfPreviewTab(1, ['Bat']);
652
+ it('The user should be able to move an option from one dropzone cell to another dropzone cell', () => {
653
+ dragAndDropIntoCategoriesPage.steps.clickOnDraggableOptionInDropzoneCellOfPreviewTab('Bat', 0);
654
+ dragAndDropIntoCategoriesPage.steps.clickOnDropzoneCellInDropzoneOfPreviewTab(1);
655
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(0, ['Eagle']);
656
+ dragAndDropIntoCategoriesPage.steps.verifyDraggableOptionInDropzoneOfPreviewTab(1, ['Bat']);
660
657
  });
661
658
 
662
659
  it('When user has dropped all the options from a group in the response areas, then empty group should be displayed in the options container', () => {
663
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Whale', 0);
664
- dragAndDropIntoCategoriesPage.steps.clickAndDropDraggableOptionInCategoryCellOfPreviewTab('Platypus', 0);
660
+ dragAndDropIntoCategoriesPage.steps.clickAndDropOptionInDropzonePreviewTab({ 'Whale': 0, 'Platypus': 0 });
665
661
  dragAndDropIntoCategoriesPage.steps.verifyGroupTitleInPreviewTab(0, 'Group A')
666
662
  dragAndDropIntoCategoriesPage.steps.verifyEmptyGroupInPreviewTab(0);
667
663
  });