itemengine-cypress-automation 1.0.189-e2e-execution-crash-fbb0d92.0 → 1.0.189

Sign up to get free protection for your applications and to get access to all the features.
Files changed (244) hide show
  1. package/cypress/e2e/ILC/AudioPlayerNew/allSupportedFileTypes.js +79 -0
  2. package/cypress/e2e/ILC/AudioPlayerNew/barAudioPlayerStyle.js +647 -0
  3. package/cypress/e2e/ILC/AudioPlayerNew/compactAudioPlayerStyle.js +429 -0
  4. package/cypress/e2e/ILC/AudioPlayerNew/customizePlayerLayoutSettings.js +596 -0
  5. package/cypress/e2e/ILC/AudioPlayerNew/previewContents.smoke.js +162 -0
  6. package/cypress/e2e/ILC/AudioPlayerNew/standardAudioPlayerStyle.js +792 -0
  7. package/cypress/e2e/ILC/AudioPlayerNew/studentViewSettings.js +253 -0
  8. package/cypress/e2e/ILC/AudioPlayerNew/uploadAndAddAudioFile.js +313 -0
  9. package/cypress/e2e/ILC/AudioResponseNew/additionalSettingsBasic.js +1 -22
  10. package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +1 -1
  11. package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +1 -1
  12. package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +1 -1
  13. package/cypress/e2e/ILC/AudioResponseNew/studentViewSettings.js +2 -11
  14. package/cypress/e2e/ILC/ChartsBar/previewContentsForAllViews.smoke.js +359 -0
  15. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/clickAndDrop.js +1 -1
  16. package/cypress/e2e/ILC/DrawingResponse/drawingResponseGradingViewAndCorrectAnswerViewContents.smoke.js +6 -8
  17. package/cypress/e2e/ILC/EditTabSettingPage/itemPreviewSettingsTabFunctionality.js +417 -28
  18. package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +1 -1
  19. package/cypress/e2e/ILC/FeedbackScaleNew/headerSection.js +29 -1
  20. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +2 -2
  21. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/studentViewSettings.js +1 -1
  22. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/studentViewSettings.js +1 -1
  23. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabScoring.js +1 -0
  24. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/previewContentsForAllViews.smoke.js +2 -2
  25. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +1 -1
  26. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/studentViewSettings.js +1 -1
  27. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +4 -4
  28. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  29. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +1 -1
  30. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +5 -5
  31. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +3 -4
  32. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  33. package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +1 -0
  34. package/cypress/e2e/ILC/FillInTheGapsTextNew/studentViewSettings.js +1 -1
  35. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +2 -2
  36. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +2 -2
  37. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +2 -2
  38. package/cypress/e2e/ILC/Graphing/addBackgroundShapesSection.js +2 -2
  39. package/cypress/e2e/ILC/Graphing/studentViewSettings.js +1 -1
  40. package/cypress/e2e/ILC/GridFill/checkAnswerFunctionalityForAllViews.smoke.js +3 -2
  41. package/cypress/e2e/ILC/GridFill/gridLayoutContents.js +11 -3
  42. package/cypress/e2e/ILC/GridFill/previewContentsForAllViews.smoke.js +3 -3
  43. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingScoringCellShadeCount.js +2 -2
  44. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +143 -0
  45. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +132 -0
  46. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +143 -0
  47. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountPartialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +144 -0
  48. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +143 -0
  49. package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +131 -0
  50. package/cypress/e2e/ILC/GridFill/scoring/matchExactAndCellShadeCountCombinedScoring.js +87 -0
  51. package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsCellShadeCountBasics.js +446 -0
  52. package/cypress/e2e/ILC/GridFill/studentViewSettingsSection.js +1 -1
  53. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +194 -0
  54. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +195 -0
  55. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +274 -0
  56. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingPenaltyScoring.js +48 -0
  57. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +144 -0
  58. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +252 -0
  59. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsBasic.js +102 -0
  60. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +256 -0
  61. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +253 -0
  62. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +308 -0
  63. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +225 -0
  64. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +151 -0
  65. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +196 -0
  66. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +227 -0
  67. package/cypress/e2e/ILC/ListOrderingDropdown/additionalSettings.js +91 -0
  68. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +230 -0
  69. package/cypress/e2e/ILC/ListOrderingDropdown/checkAnswerFunctionalityForAllViews.smoke.js +124 -0
  70. package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +221 -0
  71. package/cypress/e2e/ILC/ListOrderingDropdown/editTabScoring.js +203 -0
  72. package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +71 -0
  73. package/cypress/e2e/ILC/ListOrderingDropdown/minimumScoringPenaltyPointsAndRoundingDropdown.js +197 -0
  74. package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +201 -0
  75. package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +115 -0
  76. package/cypress/e2e/ILC/ListOrderingDropdown/studentViewSettings.js +183 -0
  77. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +216 -0
  78. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +214 -0
  79. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +273 -0
  80. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingPenaltyScoring.js +52 -0
  81. package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +128 -0
  82. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +279 -0
  83. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +109 -0
  84. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +278 -0
  85. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +278 -0
  86. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +335 -0
  87. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +250 -0
  88. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +161 -0
  89. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +216 -0
  90. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +252 -0
  91. package/cypress/e2e/ILC/ListOrderingNew/additionalSettings.js +118 -0
  92. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +243 -0
  93. package/cypress/e2e/ILC/ListOrderingNew/checkAnswerFunctionalityForAllViews.smoke.js +128 -0
  94. package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +155 -0
  95. package/cypress/e2e/ILC/ListOrderingNew/editTabScoring.js +195 -0
  96. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +78 -0
  97. package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +69 -0
  98. package/cypress/e2e/ILC/ListOrderingNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +194 -0
  99. package/cypress/e2e/ILC/ListOrderingNew/previewContentsForAllViews.smoke.js +176 -0
  100. package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +112 -0
  101. package/cypress/e2e/ILC/ListOrderingNew/studentViewSettings.js +244 -0
  102. package/cypress/e2e/ILC/Matching/studentViewSettings.js +1 -1
  103. package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +1 -0
  104. package/cypress/e2e/ILC/MultipleSelectionGridNew/studentViewSettings.js +1 -1
  105. package/cypress/e2e/ILC/NumberLine/LayoutSection.js +209 -0
  106. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +1 -1
  107. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +1 -1
  108. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +4 -4
  109. package/cypress/e2e/ILC/NumberLine/Scoring/manualAndNonScoredScoring.js +1 -1
  110. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsBasic.js +1 -1
  111. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithAlternatePointsGreaterThanCorrectPoints.js +1 -1
  112. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternatePoints.js +1 -1
  113. package/cypress/e2e/ILC/NumberLine/Scoring/partialEqualWeigtsWithCorrectPointsEqualToAlternatePoints.js +1 -1
  114. package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +58 -2
  115. package/cypress/e2e/ILC/NumberLine/checkAnswerFunctionalityForAllViews.smoke.js +1 -1
  116. package/cypress/e2e/ILC/NumberLine/editTabScoringSection.js +1 -1
  117. package/cypress/e2e/ILC/NumberLine/gradingViewAndCorrectAnswerView.smoke.js +2 -2
  118. package/cypress/e2e/ILC/NumberLine/headerSection.js +1 -1
  119. package/cypress/e2e/ILC/NumberLine/lineSettingsSection.js +33 -0
  120. package/cypress/e2e/ILC/NumberLine/numberLineSection.js +50 -0
  121. package/cypress/e2e/ILC/NumberLine/previewTabContentsForAllViews.smoke.js +2 -2
  122. package/cypress/e2e/ILC/NumberLine/specifyCorrectAnswerSection.js +1 -1
  123. package/cypress/e2e/ILC/NumberLine/studentViewSettings.js +2 -2
  124. package/cypress/e2e/ILC/NumberLine/toolSettings.js +2 -1
  125. package/cypress/e2e/ILC/NumberLine/toolsAndControls.js +1 -1
  126. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +696 -0
  127. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/gradingViewAndCorrectAnswerView.smoke.js +173 -0
  128. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/layoutSection.js +211 -0
  129. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/numberLineSection.js +75 -0
  130. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/previewTabContentsForAllViews.smoke.js +204 -0
  131. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +229 -0
  132. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +229 -0
  133. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +229 -0
  134. package/cypress/e2e/ILC/NumberLineLabel/Scoring/manualAndNonScoredScoring.js +169 -0
  135. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +274 -0
  136. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsBasic.js +433 -0
  137. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +274 -0
  138. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +274 -0
  139. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +249 -0
  140. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsBasic.js +135 -0
  141. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +210 -0
  142. package/cypress/e2e/ILC/NumberLineLabel/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +248 -0
  143. package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +115 -0
  144. package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +288 -0
  145. package/cypress/e2e/ILC/NumberLineLabel/checkAnswerFunctionalityForAllViews.smoke.js +153 -0
  146. package/cypress/e2e/ILC/NumberLineLabel/editTabBasicSection.js +326 -0
  147. package/cypress/e2e/ILC/NumberLineLabel/editTabScoring.js +234 -0
  148. package/cypress/e2e/ILC/NumberLineLabel/gradingViewAndCorrectAnswerView.smoke.js +164 -0
  149. package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +80 -0
  150. package/cypress/e2e/ILC/NumberLineLabel/layoutSection.js +204 -0
  151. package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +79 -0
  152. package/cypress/e2e/ILC/NumberLineLabel/minimumScoringPenaltyPointsAndRoundingDropdown.js +85 -0
  153. package/cypress/e2e/ILC/NumberLineLabel/numberLineSection.js +51 -0
  154. package/cypress/e2e/ILC/NumberLineLabel/previewContentsForAllViews.smoke.js +120 -0
  155. package/cypress/e2e/ILC/NumberLineLabel/specifyCorrectAnswerSection.js +74 -0
  156. package/cypress/e2e/ILC/NumberLineLabel/studentViewSettings.js +183 -0
  157. package/cypress/e2e/ILC/NumberLineLabel/toolSettings.js +76 -0
  158. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +292 -0
  159. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/checkAnswerFunctionalityForAllViews.smoke.js +155 -0
  160. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/gradingViewAndCorrectAnswerView.smoke.js +166 -0
  161. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/layoutSection.js +360 -0
  162. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/numberLineSection.js +80 -0
  163. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/previewContentsForAllViews.smoke.js +111 -0
  164. package/cypress/e2e/ILC/Protractor/protractorPreviewContents.smoke.js +1 -1
  165. package/cypress/e2e/ILC/ReadingRuler/readingRulerEditTabBasicsSection.js +49 -1
  166. package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +1 -1
  167. package/cypress/e2e/ILC/SingleSelectionGridNew/studentViewSettings.js +1 -1
  168. package/cypress/e2e/ILC/TextEntryMath/responseEvaluationMethodsAndCustomSettings.js +2 -2
  169. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +0 -1
  170. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -1
  171. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +0 -1
  172. package/cypress/e2e/ILC/TextSelection/Scoring/basicScoringForAllTextSelectionTypes.smoke.js +0 -1
  173. package/cypress/e2e/ILC/TextSelection/additionalSettings.js +125 -0
  174. package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +0 -1
  175. package/cypress/e2e/ILC/TextSelection/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  176. package/cypress/e2e/ILC/TextSelection/editTabScoringSection.js +5 -4
  177. package/cypress/e2e/ILC/TextSelection/headerSection.js +73 -0
  178. package/cypress/e2e/ILC/TextSelection/previewContentsForAllViews.smoke.js +6 -7
  179. package/cypress/e2e/ILC/TextSelection/questionInstructionsAndQuestion.js +179 -0
  180. package/cypress/e2e/ILC/TextSelection/specifyCorrectAnswerSection.js +89 -0
  181. package/cypress/e2e/ILC/TextSelection/studentViewSettings.js +436 -0
  182. package/cypress/e2e/ILC/TextSelection/styleAndLayoutCustomizationAccordion.js +277 -0
  183. package/cypress/e2e/ILC/TextSelection/textSelectionModesInPreviewTab.js +222 -0
  184. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyCorrectAnswerSection.js +260 -0
  185. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +380 -0
  186. package/cypress/e2e/ILC/ToolSettings/toolSettingsContent.js +5 -5
  187. package/cypress/e2e/ILC/ToolSettings/toolSettingsPreviewContents.smoke.js +3 -3
  188. package/cypress/e2e/ILC/VideoResponseNew/additionalSettingsBasic.js +77 -0
  189. package/cypress/e2e/ILC/VideoResponseNew/customizePlaybackControls.js +313 -0
  190. package/cypress/e2e/ILC/VideoResponseNew/editAndPreviewTabScoringSection.js +99 -0
  191. package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +171 -0
  192. package/cypress/e2e/ILC/VideoResponseNew/gradingViewAndCorrectAnswerViewContents.smoke.js +179 -0
  193. package/cypress/e2e/ILC/VideoResponseNew/headerSection.js +79 -0
  194. package/cypress/e2e/ILC/VideoResponseNew/previewContentsForAllViews.smoke.js +201 -0
  195. package/cypress/e2e/ILC/VideoResponseNew/standardRecorderStyle.js +567 -0
  196. package/cypress/e2e/ILC/VideoResponseNew/studentViewSettings.js +194 -0
  197. package/cypress/fixtures/constants.js +1 -1
  198. package/cypress/fixtures/drawingToolbarOptionsAdditionalOptionsAndSpecialAndMathCharacters.js +1 -1
  199. package/cypress/fixtures/equationEditorCategoriesAndSymbols .js +20 -20
  200. package/cypress/fixtures/theme/ilc.json +22 -18
  201. package/cypress/pages/audioPlayerPage.js +668 -446
  202. package/cypress/pages/audioResponsePage.js +8 -80
  203. package/cypress/pages/brainingCampManipulativePage.js +1 -1
  204. package/cypress/pages/chartsBarPage.js +231 -0
  205. package/cypress/pages/chartsDotPlotPage.js +8 -0
  206. package/cypress/pages/chartsLinePage.js +42 -0
  207. package/cypress/pages/components/allowTeachersToDownloadStudentResponseComponent.js +58 -0
  208. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +13 -23
  209. package/cypress/pages/components/autoScoredStudentViewSettings.js +6 -6
  210. package/cypress/pages/components/barAndLineChartComponent.js +120 -0
  211. package/cypress/pages/components/chartsCommonComponent.js +105 -0
  212. package/cypress/pages/components/commonComponents.js +1 -0
  213. package/cypress/pages/components/draggableOptionContainer.js +2 -1
  214. package/cypress/pages/components/equationEditorFlyout.js +3 -2
  215. package/cypress/pages/components/essayResponseCommonComponents.js +8 -2
  216. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +1 -0
  217. package/cypress/pages/components/imageCanvasComponent.js +2 -1
  218. package/cypress/pages/components/index.js +7 -0
  219. package/cypress/pages/components/layoutSectionComponent.js +1156 -0
  220. package/cypress/pages/components/limitNumberOfRetakeComponent.js +90 -0
  221. package/cypress/pages/components/numberLineCommonComponent.js +685 -0
  222. package/cypress/pages/components/optionsWrapperComponent.js +13 -2
  223. package/cypress/pages/components/playbackControlsBaseComponent.js +20 -13
  224. package/cypress/pages/components/questionInstructionsComponent.js +3 -19
  225. package/cypress/pages/components/styleAndLayoutCustomizationAccordionComponent.js +46 -0
  226. package/cypress/pages/components/toolSettingsComponent.js +6 -0
  227. package/cypress/pages/contentBlocksPage.js +18 -2
  228. package/cypress/pages/createItemPage.js +75 -8
  229. package/cypress/pages/dialogBoxBase.js +2 -2
  230. package/cypress/pages/drawingResponsePage.js +24 -4
  231. package/cypress/pages/feedbackScalePage.js +3 -0
  232. package/cypress/pages/graphingPage.js +19 -1
  233. package/cypress/pages/gridFillPage.js +47 -59
  234. package/cypress/pages/index.js +5 -1
  235. package/cypress/pages/itemPreviewSettingsPage.js +4 -0
  236. package/cypress/pages/listOrderingPage.js +561 -555
  237. package/cypress/pages/matchingPage.js +1 -1
  238. package/cypress/pages/multipleSelectionPage.js +23 -1
  239. package/cypress/pages/numberLineLabelPage.js +1086 -0
  240. package/cypress/pages/numberLinePage.js +696 -78
  241. package/cypress/pages/rulerPage.js +6 -2
  242. package/cypress/pages/textSelectionPage.js +461 -23
  243. package/cypress/pages/videoResponsePage.js +393 -81
  244. package/package.json +1 -1
@@ -0,0 +1,194 @@
1
+ import { dialogBoxBase } from "../../../pages";
2
+ import { videoResponsePage } from "../../../pages/videoResponsePage";
3
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
4
+ import utilities from "../../../support/helpers/utilities";
5
+ const css = Cypress.env('css');
6
+
7
+ describe('Create item page - Audio response: Student view settings for Standard recorder style', () => {
8
+ before(() => {
9
+ cy.loginAs('admin');
10
+ });
11
+
12
+ describe('Video settings : Edit tab', () => {
13
+ abortEarlySetup();
14
+ before(() => {
15
+ videoResponsePage.steps.navigateToCreateQuestion('video response');
16
+ cy.barsPreLoaderWait();
17
+ });
18
+
19
+ videoResponsePage.tests.verifyStudentViewSettingsLabelAndCSS();
20
+
21
+ it('\'Video settings\' label should be displayed', () => {
22
+ utilities.verifyInnerText(videoResponsePage.videoSettingsLabel(), 'Video settings');
23
+ });
24
+
25
+ it('\'Video settings\' options - "Timer" and "Progress indicator" should be displayed. By default, all options should be in selected state', () => {
26
+ videoResponsePage.steps.verifyVideoSettingsToggleButtonSelectedState('Timer');
27
+ utilities.verifyInnerText(utilities.getNthElement(videoResponsePage.videoSettingsButtonLabel(), 0), 'Timer');
28
+ videoResponsePage.steps.verifyVideoSettingsToggleButtonSelectedState('Progress indicator');
29
+ utilities.verifyInnerText(utilities.getNthElement(videoResponsePage.videoSettingsButtonLabel(), 1), 'Progress indicator');
30
+ });
31
+
32
+ videoResponsePage.tests.verifyLimitNumberOfRetakeCheckboxDefaultState();
33
+
34
+ it('CSS of \'Video settings\' section', { tags: 'css' }, () => {
35
+ utilities.verifyCSS(videoResponsePage.videoSettingsLabel(), {
36
+ 'color': css.color.sectionHeading,
37
+ 'font-size': css.fontSize.normal,
38
+ 'font-weight': css.fontWeight.semibold
39
+ });
40
+ utilities.verifyCSS(videoResponsePage.timerButtonVideoSettings(), {
41
+ 'color': css.color.defaultBackground,
42
+ 'background-color': css.color.activeButtons,
43
+ 'border': `1px solid ${css.color.activeButtons}`
44
+ });
45
+ utilities.verifyCSS(videoResponsePage.tickIconForOptionButtons(), {
46
+ 'background-color': css.color.defaultBackground,
47
+ });
48
+ utilities.verifyCSS(videoResponsePage.tickIconForOptionButtons().find('[data-name="Icon feather-check"]'), {
49
+ 'fill': css.color.activeButtons,
50
+ });
51
+ utilities.verifyCSS(videoResponsePage.videoSettingsButtonLabel(), {
52
+ 'color': css.color.labels,
53
+ 'font-size': css.fontSize.normal,
54
+ 'font-weight': css.fontWeight.semibold
55
+ });
56
+ utilities.verifyCSS(videoResponsePage.limitNumberOfRetakeCheckboxLabel(), {
57
+ 'color': css.color.labelText,
58
+ 'font-size': css.fontSize.normal,
59
+ 'font-weight': css.fontWeight.regular
60
+ });
61
+ });
62
+
63
+ it('The user should be able to deselect any button from the \'Video settings\' section', () => {
64
+ videoResponsePage.steps.deselectVideoSettingsToggleButton('Timer');
65
+ });
66
+
67
+ it('CSS of \'Video settings\' section: Timer button - deselected state', () => {
68
+ utilities.verifyCSS(videoResponsePage.timerButtonVideoSettings(), {
69
+ 'color': css.color.secondaryBtn,
70
+ 'background-color': css.color.secondaryBtnBg,
71
+ 'border': `1px solid ${css.color.secondaryBtnBorder}`
72
+ });
73
+ });
74
+
75
+ videoResponsePage.tests.verifyLimitNumberOfRetakeCheckboxCheckedState();
76
+ });
77
+
78
+ describe('Video settings : Timer', () => {
79
+ abortEarlySetup();
80
+ before(() => {
81
+ videoResponsePage.steps.navigateToCreateQuestion('video response');
82
+ cy.barsPreLoaderWait();
83
+ });
84
+
85
+ it('In standard mode, when the \'Timer\' option is selected, the timer should be displayed in the recorder as well as playback player of the preview tab', () => {
86
+ videoResponsePage.steps.switchToPreviewTab();
87
+ utilities.verifyInnerText(videoResponsePage.recordingTimer(), '5:00');
88
+ utilities.verifyElementVisibilityState(videoResponsePage.recordingTimer(), 'visible');
89
+ videoResponsePage.steps.startRecording();
90
+ videoResponsePage.steps.waitForRecordingToStart();
91
+ utilities.verifyElementVisibilityState(videoResponsePage.recordingTimer(), 'visible');
92
+ videoResponsePage.steps.addWaitToRecord(2000);
93
+ videoResponsePage.steps.stopRecording();
94
+ videoResponsePage.steps.verifyVideoPlaybackTimer('00:00', '00:03');
95
+ utilities.verifyElementVisibilityState(videoResponsePage.playerTimer(), 'visible');
96
+ });
97
+
98
+ it('In standard mode, when the \'Timer\' option is deselected, the timer should not be displayed in the recorder as well as playback player of the preview tab', () => {
99
+ videoResponsePage.steps.switchToEditTab();
100
+ videoResponsePage.steps.deselectVideoSettingsToggleButton('Timer');
101
+ videoResponsePage.steps.switchToPreviewTab();
102
+ utilities.verifyElementVisibilityState(videoResponsePage.recordingTimer(), 'notExist');
103
+ videoResponsePage.steps.startRecording();
104
+ utilities.verifyElementVisibilityState(videoResponsePage.recordingTimer(), 'notExist');
105
+ videoResponsePage.steps.stopRecording();
106
+ utilities.verifyElementVisibilityState(videoResponsePage.playerTimer(), 'notExist');
107
+ });
108
+ });
109
+
110
+ describe('Video settings : Progress indicator', () => {
111
+ abortEarlySetup();
112
+ before(() => {
113
+ videoResponsePage.steps.navigateToCreateQuestion('video response');
114
+ cy.barsPreLoaderWait();
115
+ });
116
+
117
+ it('In standard mode, when the \'Progress indicator\' option is selected, the progress indicator should be displayed in the playback player of the preview tab', () => {
118
+ videoResponsePage.steps.switchToPreviewTab();
119
+ videoResponsePage.steps.startRecording();
120
+ videoResponsePage.steps.waitForRecordingToStart();
121
+ videoResponsePage.steps.addWaitToRecord(2000);
122
+ videoResponsePage.steps.stopRecording();
123
+ utilities.verifyElementVisibilityState(videoResponsePage.progressBar(), 'visible');
124
+ });
125
+
126
+ it('In standard mode, when the \'Progress indicator\' option is deselected, the progress indicator should not be displayed in the playback player of the preview tab', () => {
127
+ videoResponsePage.steps.switchToEditTab();
128
+ videoResponsePage.steps.deselectVideoSettingsToggleButton('Progress indicator');
129
+ videoResponsePage.steps.switchToPreviewTab();
130
+ videoResponsePage.steps.startRecording();
131
+ videoResponsePage.steps.waitForRecordingToStart();
132
+ videoResponsePage.steps.stopRecording();
133
+ utilities.verifyElementVisibilityState(videoResponsePage.progressBar(), 'notExist');
134
+ });
135
+ });
136
+
137
+ describe('Limit number of retake : Preview tab', () => {
138
+ abortEarlySetup();
139
+ before(() => {
140
+ videoResponsePage.steps.navigateToCreateQuestion('video response');
141
+ cy.barsPreLoaderWait();
142
+ });
143
+
144
+ it('For "Standard" mode, When the user checks the \'Limit number of retake\' checkbox, sets retake limit and switches to the preview tab, then only the specified number of retakes should be allowed and after specified number of retakes are performed, then the retake recording button should get disabled', () => {
145
+ videoResponsePage.steps.checkLimitNumberOfRetakeCheckbox();
146
+ videoResponsePage.steps.setRetakeLimit(1);
147
+ videoResponsePage.steps.switchToPreviewTab();
148
+ videoResponsePage.steps.startRecording();
149
+ videoResponsePage.steps.waitForRecordingToStart();
150
+ videoResponsePage.steps.stopRecording();
151
+ videoResponsePage.steps.retakeRecording();
152
+ videoResponsePage.steps.confirmRetake();
153
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'notExist');
154
+ utilities.verifyInnerText(videoResponsePage.recordingStatusText(), 'Recording...');
155
+ videoResponsePage.steps.waitForRecordingToStart();
156
+ videoResponsePage.steps.stopRecording();
157
+ utilities.verifyElementDisabled(videoResponsePage.retakeRecordingButton());
158
+ });
159
+
160
+ it('For "Standard" mode, When the user checks the "Show students the retake limits on tooltip" checkbox and has set a retake limit and switches to the preview tab, then on hovering over the retake recording button, Retake recording (# retakes remaining) should be displayed on a tooltip', () => {
161
+ videoResponsePage.steps.switchToEditTab();
162
+ videoResponsePage.steps.checkShowStudentsTheRetakeLimitsOnTooltipCheckbox();
163
+ videoResponsePage.steps.switchToPreviewTab();
164
+ videoResponsePage.steps.startRecording();
165
+ videoResponsePage.steps.waitForRecordingToStart();
166
+ videoResponsePage.steps.stopRecording();
167
+ videoResponsePage.retakeRecordingButton()
168
+ .verifyTooltip('Retake recording(1 retakes remaining)');
169
+ });
170
+
171
+ it('For "Standard" mode, When the user removes the retake limit, then the user should be able to retake the recording for n number of times', () => {
172
+ videoResponsePage.steps.switchToEditTab();
173
+ videoResponsePage.steps.clearRetakeLimitInputField();
174
+ videoResponsePage.steps.switchToPreviewTab();
175
+ videoResponsePage.steps.startRecording();
176
+ videoResponsePage.steps.waitForRecordingToStart();
177
+ videoResponsePage.steps.stopRecording();
178
+ videoResponsePage.steps.verifyResponseIsRecordedHelpText();
179
+ videoResponsePage.steps.retakeRecording();
180
+ videoResponsePage.steps.confirmRetake();
181
+ utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'notExist');
182
+ utilities.verifyInnerText(videoResponsePage.recordingStatusText(), 'Recording...');
183
+ videoResponsePage.steps.waitForRecordingToStart();
184
+ videoResponsePage.steps.stopRecording();
185
+ videoResponsePage.steps.verifyResponseIsRecordedHelpText();
186
+ utilities.verifyElementNotDisabled(videoResponsePage.retakeRecordingButton());
187
+ });
188
+
189
+ it('For "Standard" mode, When there is no retake limit set, then on hovering over the retake recording button, then retake limits should not be displayed on retake recording button tooltip', () => {
190
+ videoResponsePage.retakeRecordingButton()
191
+ .verifyTooltip('Retake recording');
192
+ });
193
+ });
194
+ });
@@ -9,7 +9,7 @@ const constants = {
9
9
  sampleSVGLink: "https://www.svgrepo.com/show/128943/3-flowers.svg",
10
10
  CKEditorEquationEditorPopupInputFieldEnteredEquationText: "x=3√8,What is the value of x?",
11
11
  CKEditorInputFieldEnteredEquationText: "x=83,What is the value of x?",
12
- CKEditorInputFieldEnteredEquationAriaLabel: "x equals the cube root of 8 comma cap w h of A t i s t h of e v A l u e o f x question mark question mark",
12
+ CKEditorInputFieldEnteredEquationAriaLabel: "x equals the cube root of 8 comma cap w h of A t i s t h of e v A l u e o f x question mark",
13
13
  sampleMp3Link: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
14
14
  sampleWAVLink: "https://dl.espressif.com/dl/audio/ff-16b-1c-44100hz.wav",
15
15
  sampleAACLink: "https://dl.espressif.com/dl/audio/ff-16b-1c-44100hz.aac",
@@ -15,7 +15,7 @@ export const drawingToolbarOptionsAndAdditionalOptions = {
15
15
  {
16
16
  displayName: 'Line',
17
17
  additionalOptions: [' strokefontcolor', ' strokefontcolorpicker'],
18
- secondaryToolbarOptions: ['Stroke color', 'Stroke thickness', 'Line Type', 'Opacity'],
18
+ secondaryToolbarOptions: ['Stroke color', 'Stroke thickness', 'Line type', 'Opacity'],
19
19
  tooltipText: 'LineDraw a straight line',
20
20
  toolType: 'tool'
21
21
  },
@@ -80,17 +80,11 @@ export const equationEditorCategoriesAndSymbols = {
80
80
  ariaLabel: 'Comma',
81
81
  displayText: ','
82
82
  },
83
- add: {
84
- title: 'Addition',
85
- textElement: null,
86
- ariaLabel: 'Plus 6',
87
- displayText: '+'
88
- },
89
- subtract: {
90
- title: 'Subtraction',
83
+ divide: {
84
+ title: 'Division',
91
85
  textElement: null,
92
- ariaLabel: 'Minus',
93
- displayText: ''
86
+ ariaLabel: 'Division',
87
+ displayText: '÷'
94
88
  },
95
89
  multiply: {
96
90
  title: 'Multiply',
@@ -98,11 +92,17 @@ export const equationEditorCategoriesAndSymbols = {
98
92
  ariaLabel: 'Multiply',
99
93
  displayText: '×'
100
94
  },
101
- divide: {
102
- title: 'Division',
95
+ subtract: {
96
+ title: 'Subtraction',
103
97
  textElement: null,
104
- ariaLabel: 'Division',
105
- displayText: '÷'
98
+ ariaLabel: 'Minus',
99
+ displayText: ''
100
+ },
101
+ add: {
102
+ title: 'Addition',
103
+ textElement: null,
104
+ ariaLabel: 'Plus 6',
105
+ displayText: '+'
106
106
  },
107
107
  equalTo: {
108
108
  title: 'Equal To',
@@ -122,17 +122,17 @@ export const equationEditorCategoriesAndSymbols = {
122
122
  ariaLabel: 'MoveRight',
123
123
  displayText: null
124
124
  },
125
- clear: {
126
- title: 'Clear',
127
- textElement: null,
128
- ariaLabel: 'Clear',
129
- displayText: null
130
- },
131
125
  clearAll: {
132
126
  title: 'Clear all',
133
127
  textElement: null,
134
128
  ariaLabel: 'ClearAll',
135
129
  displayText: null
130
+ },
131
+ clear: {
132
+ title: 'Clear',
133
+ textElement: null,
134
+ ariaLabel: 'Clear',
135
+ displayText: null
136
136
  }
137
137
  }
138
138
  },
@@ -47,8 +47,8 @@
47
47
  "highlightedTableCellBorder": "rgb(255, 255, 255)",
48
48
  "standardTableCellText": "rgb(51, 51, 51)",
49
49
  "editTableDeleteButton": "rgb(204, 39, 0)",
50
- "progressBarRemainingFill": "rgb(194, 194, 194)",
51
- "progressBarElapsedFill": "rgb(64, 134, 235)",
50
+ "progressBarRemainingFill": "rgb(238, 241, 251)",
51
+ "progressBarElapsedFill": "rgb(82, 0, 255)",
52
52
  "progressBarSliderHoverBackground": "rgba(25, 118, 210, 0.16)",
53
53
  "waveformCursorColor": "rgb(0, 0, 0)",
54
54
  "audioResponsePreviewComponentsFill": "rgb(64, 134, 235)",
@@ -135,7 +135,13 @@
135
135
  "uploadedFileName": "rgb(0, 0, 124)",
136
136
  "feedbackHeart": "rgb(255, 56, 0)",
137
137
  "manipulativeOptionContainerBorder": "rgb(186, 201, 255)",
138
- "cellIcon": "rgb(186, 201, 255)"
138
+ "cellIcon": "rgb(186, 201, 255)",
139
+ "outerBorder": "rgb(186, 201, 255)",
140
+ "playbackTime": "rgb(0, 0, 124)",
141
+ "stopButtonBg": "rgb(187, 47, 10)",
142
+ "stopButtonBorder": "rgb(92, 0, 0)",
143
+ "progressBarPin": "rgb(0, 0, 46)",
144
+ "barLockIcon": "rgb(0, 0, 46)"
139
145
  },
140
146
  "fontSize": {
141
147
  "extraSmall": "10px",
@@ -161,27 +167,25 @@
161
167
  "hoverBackground": "rgba(82, 0, 255, 0.2)",
162
168
  "hoverBorder": "rgba(82, 0, 255, 0.4)"
163
169
  },
164
- "darkGreen":{
165
- "background": "rgb(186, 201, 255)",
166
- "hoverBackground": "rgba(186, 201, 255, 0.4)",
167
- "hoverBorder": "rgb(107, 139, 255)"
170
+ "aqua":{
171
+ "background": "rgb(0, 112, 128)",
172
+ "hoverBackground": "rgba(0, 112, 128, 0.2)",
173
+ "hoverBorder": "rgba(0, 112, 128, 0.4)"
168
174
  },
169
175
  "brown":{
170
- "background": "rgb(128, 239, 255)",
171
- "hoverBackground": "rgba(128, 239, 255, 0.4)",
172
- "hoverBorder": "rgb(0, 156, 179)"
176
+ "background": "rgb(128, 102, 69)",
177
+ "hoverBackground": "rgba(128, 102, 69, 0.2)",
178
+ "hoverBorder": "rgba(128, 102, 69, 0.4)"
173
179
  },
174
180
  "grey":{
175
- "background": "rgb(255, 238, 215)",
176
- "hoverBackground": "rgba(255, 238, 215, 0.4)",
177
- "hoverBorder": "rgb(153, 134, 67)"
181
+ "background": "rgb(102, 102, 102)",
182
+ "hoverBackground": "rgba(102, 102, 102, 0.2)",
183
+ "hoverBorder": "rgba(102, 102, 102, 0.4)"
178
184
  },
179
185
  "black":{
180
- "title": "yellow",
181
- "background": "rgb(255, 238, 78)",
182
- "border": "rgb(64, 59, 20)",
183
- "hoverBackground": "rgba(255, 238, 78, 0.4)",
184
- "hoverBorder": "rgb(153, 141, 32)"
186
+ "background": "rgb(0, 0, 0)",
187
+ "hoverBackground": "rgba(0, 0, 0, 0.2)",
188
+ "hoverBorder": "rgba(0, 0, 0, 0.4)"
185
189
  }
186
190
  }
187
191
  }