itemengine-cypress-automation 1.0.349-TEMRegression4-f1b48a1.0 → 1.0.349

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (287) hide show
  1. package/Dockerfile +1 -0
  2. package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
  3. package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
  4. package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +398 -0
  5. package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +329 -0
  6. package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +260 -0
  7. package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +368 -0
  8. package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/gradingViewAndCorrectAnswerView.smoke.js +1 -1
  9. package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
  10. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +2 -2
  11. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
  12. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
  13. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
  14. package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
  15. package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
  16. package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
  17. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +1 -0
  18. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
  19. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
  20. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
  21. package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
  22. package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
  23. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddFeatureRadioButton.js +2 -3
  24. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -4
  25. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabStudentViewSettings.js +3 -3
  26. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
  27. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
  28. package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
  29. package/cypress/e2e/ILC/CkEditorEquationEditor/equationEditorBasicFile.js +4 -4
  30. package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +4 -4
  31. package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +2 -2
  32. package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
  33. package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +62 -4
  34. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +115 -6
  35. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +2 -0
  36. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/manuallyAndNonScoredScoringEditTab.js +4 -1
  37. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -0
  38. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/styleAndLayoutCustomizationLayoutProperties.js +3 -0
  39. package/cypress/e2e/ILC/DrawingResponse/drawingResponseAdditionalSettings.js +1 -0
  40. package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +2 -8
  41. package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +1 -0
  42. package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +3 -3
  43. package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +3 -4
  44. package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +1 -1
  45. package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +0 -1
  46. package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
  47. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/blankResponseScoring.js +29 -25
  48. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
  49. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneStyleAndLayoutCustomization.js +6 -3
  50. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +1 -0
  51. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/allOrNothingForAllView.smoke.js +201 -0
  52. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
  53. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownOptionsSection.js +2 -2
  54. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/specifyCorrectAnswerSection.js +0 -1
  55. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/blankResponseScoring.js +18 -20
  56. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
  57. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/backgroundImageAndCanvasProperties.js +0 -1
  58. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +1 -0
  59. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +5 -1
  60. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/styleAndLayoutCustomization.js +2 -1
  61. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/blankResponseScoring.js +21 -30
  62. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/allOrNothingForAllView.smoke.js +211 -0
  63. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
  64. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +0 -1
  65. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +2 -2
  66. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +2 -2
  67. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/blankResponseScoring.js +23 -30
  68. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/allOrNothingForAllViews.smoke.js +213 -0
  69. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editTabScoringSection.js +2 -0
  70. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +2 -0
  71. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +1 -1
  72. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/blankResponseScoring.js +25 -30
  73. package/cypress/e2e/ILC/FillInTheGapsTextNew/allOrNothingForAllViews.smoke.js +207 -0
  74. package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +2 -10
  75. package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabScoringSection.js +2 -0
  76. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
  77. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
  78. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
  79. package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
  80. package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
  81. package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
  82. package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
  83. package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
  84. package/cypress/e2e/ILC/Graphing/headerSection.js +36 -4
  85. package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +6 -3
  86. package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
  87. package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +5 -6
  88. package/cypress/e2e/ILC/GridFill/customizeLayoutSectionShadeCellsGridBorders.js +2 -0
  89. package/cypress/e2e/ILC/GridFill/editTabScoringSection.js +3 -0
  90. package/cypress/e2e/ILC/GridFill/headerSection.js +1 -3
  91. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
  92. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  93. package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
  94. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
  95. package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
  96. package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
  97. package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
  98. package/cypress/e2e/ILC/GridFill/specifyCorrectAnswerSection.js +2 -4
  99. package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsScoring.js +2 -1
  100. package/cypress/e2e/ILC/ImageHighlight/headerSection.js +2 -1
  101. package/cypress/e2e/ILC/ImageHighlight/studentViewSettings.js +2 -2
  102. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
  103. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
  104. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
  105. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
  106. package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
  107. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +1 -1
  108. package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
  109. package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +24 -0
  110. package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
  111. package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +6 -10
  112. package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +2 -1
  113. package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
  114. package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
  115. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +35 -9
  116. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
  117. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
  118. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
  119. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
  120. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
  121. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
  122. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
  123. package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +35 -1
  124. package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
  125. package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
  126. package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
  127. package/cypress/e2e/ILC/Matching/clickAndDrop.js +3 -5
  128. package/cypress/e2e/ILC/Matching/draggableOptions.js +4 -0
  129. package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
  130. package/cypress/e2e/ILC/Matching/headerSection.js +36 -11
  131. package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
  132. package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
  133. package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +227 -0
  134. package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +6 -3
  135. package/cypress/e2e/ILC/MultipleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
  136. package/cypress/e2e/ILC/MultipleSelection/editTabScoringSection.js +6 -3
  137. package/cypress/e2e/ILC/MultipleSelection/headerSection.js +1 -0
  138. package/cypress/e2e/ILC/MultipleSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -1
  139. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsBasic.js +1 -1
  140. package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsWithAlternativeAnswer.js +69 -64
  141. package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsWithAlternativeAnswer.js +6 -4
  142. package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
  143. package/cypress/e2e/ILC/MultipleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +220 -0
  144. package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabScoringSection.js +11 -5
  145. package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +5 -2
  146. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
  147. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
  148. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
  149. package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
  150. package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
  151. package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
  152. package/cypress/e2e/ILC/NumberLine/headerSection.js +33 -4
  153. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
  154. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
  155. package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
  156. package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
  157. package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +1 -1
  158. package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
  159. package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
  160. package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -5
  161. package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
  162. package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
  163. package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +31 -48
  164. package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
  165. package/cypress/e2e/ILC/SingleSelection/allOrNothingBasicForAllViews.smoke.js +192 -0
  166. package/cypress/e2e/ILC/SingleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
  167. package/cypress/e2e/ILC/SingleSelection/headerSection.js +1 -0
  168. package/cypress/e2e/ILC/SingleSelection/manuallyAndNonScoredScoring.js +94 -88
  169. package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +3 -1
  170. package/cypress/e2e/ILC/SingleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +209 -0
  171. package/cypress/e2e/ILC/SingleSelectionGridNew/editTabScoringSection.js +5 -0
  172. package/cypress/e2e/ILC/SingleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +8 -2
  173. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
  174. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
  175. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  176. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +3 -1
  177. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  178. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  179. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +10 -3
  180. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
  181. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +5 -3
  182. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  183. package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
  184. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
  185. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
  186. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
  187. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
  188. package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
  189. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  190. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  191. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  192. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
  193. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
  194. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
  195. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
  196. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
  197. package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
  198. package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +2 -0
  199. package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
  200. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +86 -0
  201. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.smoke.js +97 -0
  202. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +97 -0
  203. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +167 -0
  204. package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +167 -1
  205. package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
  206. package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +7 -5
  207. package/cypress/e2e/ILC/TextSelection/ScoringParagraph/checkScoringLabelBannerAndCorrectAnswerSection.js +0 -1
  208. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +7 -12
  209. package/cypress/e2e/ILC/ThinkSphere/additionalSettings.js +52 -0
  210. package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +112 -0
  211. package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +561 -0
  212. package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +276 -0
  213. package/cypress/e2e/ILC/ThinkSphere/equationEditorCreateCustomCategory.smoke.js +417 -0
  214. package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +291 -0
  215. package/cypress/e2e/ILC/ThinkSphere/headerSection.js +53 -0
  216. package/cypress/e2e/ILC/ThinkSphere/planPhase.js +621 -0
  217. package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +541 -0
  218. package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +97 -0
  219. package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +296 -0
  220. package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
  221. package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +141 -0
  222. package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
  223. package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
  224. package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
  225. package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
  226. package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
  227. package/cypress/e2e/Sessions/fetchResponses.js +3 -3
  228. package/cypress/e2e/Sessions/scores.js +8 -10
  229. package/cypress/e2e/applitools.config.js +3 -3
  230. package/cypress/fixtures/theme/ilc.json +14 -1
  231. package/cypress/fixtures/uploads/sample.webm +0 -0
  232. package/cypress/fixtures/uploads/sample.wmv +0 -0
  233. package/cypress/fixtures/uploads/sample20MB.mp4 +0 -0
  234. package/cypress/fixtures/uploads/sample2MB.mp4 +0 -0
  235. package/cypress/fixtures/uploads/sample2MB_2.mp4 +0 -0
  236. package/cypress/fixtures/uploads/sample30MB.mp4 +0 -0
  237. package/cypress/pages/audioPlayerPage.js +47 -22
  238. package/cypress/pages/brainingCampManipulativePage.js +1 -1
  239. package/cypress/pages/chartsBarPage.js +20 -0
  240. package/cypress/pages/components/additionalSettingsPanel.js +3 -2
  241. package/cypress/pages/components/autoScoredScoringPreviewTab.js +7 -1
  242. package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js +2 -0
  243. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +16 -28
  244. package/cypress/pages/components/backgroundImageUploadComponent.js +32 -25
  245. package/cypress/pages/components/browseItemsPage.js +998 -7
  246. package/cypress/pages/components/ckEditorAudioPlayerComponent.js +1 -1
  247. package/cypress/pages/components/ckEditorEquationEditorComponent.js +5 -4
  248. package/cypress/pages/components/ckEditorInsertImageComponent.js +2 -2
  249. package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
  250. package/cypress/pages/components/commonComponents.js +8 -1
  251. package/cypress/pages/components/createQuestionBasePage.js +15 -2
  252. package/cypress/pages/components/defaultToolDropdown.js +7 -6
  253. package/cypress/pages/components/editCategoryFlyout.js +2 -2
  254. package/cypress/pages/components/equationEditorSectionCommonComponent.js +10 -25
  255. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +3 -3
  256. package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +29 -35
  257. package/cypress/pages/components/gridQuestionCommonComponent.js +8 -37
  258. package/cypress/pages/components/imageCanvasComponent.js +7 -6
  259. package/cypress/pages/components/mcqAdditionalSettingsBase.js +4 -0
  260. package/cypress/pages/components/questionInstructionsComponent.js +7 -0
  261. package/cypress/pages/components/scoringSectionBaseEditTab.js +5 -0
  262. package/cypress/pages/contentBlocksPage.js +2 -0
  263. package/cypress/pages/desmos3DGraphingPage.js +149 -4
  264. package/cypress/pages/desmosGeometryPage.js +184 -4
  265. package/cypress/pages/dialogBoxBase.js +2 -1
  266. package/cypress/pages/drawingResponsePage.js +6 -4
  267. package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +1 -1
  268. package/cypress/pages/gradingViewPage.js +8 -0
  269. package/cypress/pages/graphingPage.js +27 -8
  270. package/cypress/pages/gridFillPage.js +15 -6
  271. package/cypress/pages/index.js +2 -1
  272. package/cypress/pages/listOrderingPage.js +32 -1
  273. package/cypress/pages/matchingPage.js +26 -7
  274. package/cypress/pages/multipleSelectionPage.js +10 -39
  275. package/cypress/pages/numberLineLabelPage.js +31 -8
  276. package/cypress/pages/numberLinePage.js +19 -7
  277. package/cypress/pages/selectQuestionResourceToolPage.js +8 -2
  278. package/cypress/pages/singleSelectionPage.js +0 -37
  279. package/cypress/pages/textEntryMathPage.js +24 -1
  280. package/cypress/pages/thinkSpherePage.js +2185 -0
  281. package/cypress/pages/uploadResponsePage.js +2 -1
  282. package/cypress/pages/videoResponsePage.js +3 -0
  283. package/cypress/support/commands.js +7 -4
  284. package/cypress/support/e2e.js +1 -0
  285. package/cypress/support/helpers/createItem.js +1200 -1
  286. package/cypress/support/helpers/utilities.js +88 -1
  287. package/package.json +3 -3
@@ -0,0 +1,296 @@
1
+ import { equationEditorCategoriesAndSymbols } from "../../../fixtures/equationEditorCategoriesAndSymbols ";
2
+ import { thinkSpherePage } from "../../../pages";
3
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
4
+ import utilities from "../../../support/helpers/utilities";
5
+ const css = Cypress.env('css');
6
+ const canvasTools = [
7
+ 'Text', 'Pen', 'Highlighter', 'Image', 'Shapes',
8
+ 'Stamps', 'Unifix Cube', 'Diagrams', 'Array',
9
+ 'Number line', 'Fraction bars', 'Protractor', 'Table', 'Grids',
10
+ 'Equation editor', 'Algebra tiles', 'Point eraser', 'Item eraser'
11
+ ];
12
+ const defaultSelectedCanvasTools = ['Text', 'Pen', 'Highlighter', 'Image', 'Shapes', 'Stamps'];
13
+ const canvasControls = ['Move', 'Delete', 'Undo', 'Redo', 'Clear all'];
14
+ const defaultSelectedCanvasControls = ['Move', 'Delete', 'Undo', 'Redo', 'Clear all'];
15
+ const defaultTool = 'Pen';
16
+ const defaultSelectedCategories = ['Numpad', 'Keypad', 'Intermediate', 'Primary', 'General', 'Common', 'Algebra', 'Geo', 'Compare', 'Matrices'];
17
+ const defaultSelectedStamps = ['Stamp 1', 'Stamp 2', 'Stamp 3', 'Stamp 4', 'Stamp 5', 'Stamp 6', 'Stamp 7', 'Stamp 8', 'Stamp 9', 'Stamp 10', 'Stamp 11', 'Stamp 12', 'Stamp 13'];
18
+ const defaultToolsOptions = ['Text', 'Pen', 'Highlighter'];
19
+
20
+
21
+ describe('ThinkSphere Question - Solve Phases Section', () => {
22
+ before(() => {
23
+ cy.loginAs('admin');
24
+ });
25
+
26
+ describe('Create item : ThinkSphere Question - Solve Phases Section - Edit tab', () => {
27
+ abortEarlySetup();
28
+ before(() => {
29
+ cy.loginAs('admin');
30
+ thinkSpherePage.steps.navigateToThinkSphereCreateQuestion();
31
+ cy.barsPreLoaderWait();
32
+ });
33
+
34
+ it('By default \'Solve phase\' accordion should be expanded', () => {
35
+ utilities.verifyInnerText(thinkSpherePage.solvePhaseAccordionLabel(), 'Solve');
36
+ utilities.verifyElementVisibilityState(thinkSpherePage.solvePhaseAccordionExpandIcon(), 'exist');
37
+ });
38
+
39
+ it('When the user clicks the expanded \'Solve phase\' accordion should be collapsed when collapsed accordion is clicked it should be expanded', () => {
40
+ thinkSpherePage.steps.clickOnSolvePhaseAccordionIcon();
41
+ thinkSpherePage.steps.verifySolvePhaseAccordionCollapsed();
42
+ thinkSpherePage.steps.clickOnSolvePhaseAccordionIcon();
43
+ thinkSpherePage.steps.verifySolvePhaseAccordionExpanded();
44
+ });
45
+
46
+ it('By default \'Customize toolbar options and controls\' accordion should be collapsed and by clicking on the \'Customize toolbar options and controls\' accordion, user should be able to expand the accordion', () => {
47
+ utilities.verifyInnerText(thinkSpherePage.customizeToolsAndControlsLabel(), 'Customize toolbar options and controls');
48
+ utilities.verifyElementVisibilityState(thinkSpherePage.customizeToolsAndControlsIcon(), 'exist');
49
+ thinkSpherePage.steps.expandCustomizeToolsAndControls();
50
+ });
51
+
52
+ it('Accessibility of \'Solve phase\' accordion and contents', { tags: 'a11y' }, () => {
53
+ cy.checkAccessibility(thinkSpherePage.solvePhaseAccordionContentWrapper());
54
+ });
55
+
56
+ it('CSS of \'Solve phase\' accordion and contents', { tags: 'css' }, () => {
57
+ cy.log('CSS of accordion label and chevron icon')
58
+ utilities.verifyCSS(thinkSpherePage.solvePhaseAccordionLabel(), {
59
+ 'color': css.color.accordionLabel,
60
+ 'font-size': css.fontSize.default,
61
+ 'font-weight': css.fontWeight.bold
62
+ });
63
+ utilities.verifyCSS(thinkSpherePage.solvePhaseAccordionSvg(), {
64
+ 'fill': css.color.activeButtons
65
+ });
66
+ utilities.verifyCSS(thinkSpherePage.customizeToolsAndControlsLabel(), {
67
+ 'color': css.color.accordionLabel,
68
+ 'font-size': css.fontSize.default,
69
+ 'font-weight': css.fontWeight.bold
70
+ });
71
+ utilities.verifyCSS(thinkSpherePage.customizeToolsAndControlsPath(), {
72
+ 'fill': css.color.activeButtons
73
+ });
74
+
75
+ cy.log('CSS of selected toolbar formatting option')
76
+ utilities.verifyCSS(thinkSpherePage.solveToolsAndControlsOptionsTiles('Text'), {
77
+ 'background-color': css.color.primaryBtnBg
78
+ });
79
+ cy.log('CSS of tick icon of selected toolbar formatting option')
80
+ utilities.verifyCSS(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesFeatherCheckIcon(), {
81
+ 'fill': css.color.activeButtons
82
+ });
83
+ cy.log('CSS of background of tick icon of selected toolbar formatting option')
84
+ utilities.verifyCSS(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesRectangle(), {
85
+ 'fill': css.color.defaultBackground
86
+ });
87
+ cy.log('CSS of icon of selected toolbar formatting option')
88
+ utilities.verifyCSS(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesDragItemFlexWrapperSvg(), {
89
+ 'fill': 'none'
90
+ });
91
+ cy.log('CSS of drag handle of selected toolbar formatting option')
92
+ utilities.verifyCSS(
93
+ utilities.getNthElement(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesTextDragIconSvgPath(), 1),
94
+ {
95
+ 'color': css.color.activeButtons
96
+ },
97
+ );
98
+ cy.log('CSS of unselected toolbar formatting option')
99
+ utilities.verifyCSS(thinkSpherePage.solveToolsAndControlsOptionsTiles('Array'), {
100
+ 'background-color': css.color.secondaryBtnBg
101
+ });
102
+ cy.log('CSS of drag handle of unselected toolbar formatting option')
103
+ utilities.verifyCSS(
104
+ utilities.getNthElement(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesArrayDragIconSvgPath(), 1),
105
+ {
106
+ 'fill': css.color.secondaryBtn
107
+ },
108
+ );
109
+ });
110
+
111
+ it('When \'Solve phase\' accordion is in expanded state, then all the tool options should be displayed along with drag handle.', () => {
112
+ thinkSpherePage.steps.verifyToolsAndControlsOptions(canvasTools);
113
+ });
114
+
115
+ it(`When the \'Solve phase\' accordion is in expanded state, then the following tools should be in selected state by default - ${defaultSelectedCanvasTools}. All the other options should be in unselected state.`, () => {
116
+ defaultSelectedCanvasTools.forEach(tool => {
117
+ thinkSpherePage.steps.verifyOptionIsSelected(tool);
118
+ });
119
+ canvasTools.filter(tool => !defaultSelectedCanvasTools.includes(tool)).forEach(tool => {
120
+ thinkSpherePage.steps.verifyOptionIsNotSelected(tool);
121
+ });
122
+ });
123
+
124
+ it('User should be able to unselect any default selected tool and should be able to select any default unselected tool.', () => {
125
+ thinkSpherePage.steps.deselectOptionFromToolsAndControls('Text');
126
+ thinkSpherePage.steps.verifyOptionIsNotSelected('Text');
127
+ thinkSpherePage.steps.selectOptionFromToolsAndControls('Array');
128
+ thinkSpherePage.steps.verifyOptionIsSelected('Array');
129
+ });
130
+
131
+ it('When \'Solve phase\' accordion is in expanded state, then all the control options should be displayed along with drag handle.', () => {
132
+ thinkSpherePage.steps.verifyToolsAndControlsOptions(canvasControls);
133
+ });
134
+
135
+ it(`When the \'Solve phase\' accordion is in expanded state, then the following controls should be in selected state by default - ${defaultSelectedCanvasControls}. All the other options should be in unselected state.`, () => {
136
+ defaultSelectedCanvasControls.forEach(control => {
137
+ thinkSpherePage.steps.verifyOptionIsSelected(control);
138
+ });
139
+ canvasControls.filter(control => !defaultSelectedCanvasControls.includes(control)).forEach(control => {
140
+ thinkSpherePage.steps.verifyOptionIsNotSelected(control);
141
+ });
142
+ });
143
+
144
+ it('User should be able to unselect any default selected control.', () => {
145
+ thinkSpherePage.steps.deselectOptionFromToolsAndControls('Move');
146
+ thinkSpherePage.steps.verifyOptionIsNotSelected('Move');
147
+ });
148
+
149
+ thinkSpherePage.tests.verifyDefaultToolDropdown(defaultToolsOptions, defaultTool);
150
+
151
+ it('\'Customize stamps\' component should be present inside \'Customize toolbar options and controls\' accordion of solve phase', () => {
152
+ thinkSpherePage.steps.verifyCustomizeStampsComponent();
153
+ utilities.verifyInnerText(thinkSpherePage.customizeStampHeading(), 'Customize stamp');
154
+ });
155
+
156
+ it('Default stamps should be displayed and selected by default in the \'Customize stamps\' component', () => {
157
+ thinkSpherePage.steps.verifyDefaultStamps(defaultSelectedStamps);
158
+ });
159
+
160
+ it('Default stamps should have visible tool tips', () => {
161
+ defaultSelectedStamps.forEach((ele) => {
162
+ thinkSpherePage.customizeStampCard(ele).verifyTooltip(ele);
163
+ });
164
+ });
165
+
166
+ it('When user select deselect stamps tool from tools section, then customize stamps section should be visible and hide respectively', () => {
167
+ thinkSpherePage.steps.clickOnStampsTool();
168
+ utilities.verifyElementVisibilityState(thinkSpherePage.customizeStampComponent(), 'notExist');
169
+ thinkSpherePage.steps.clickOnStampsTool();
170
+ utilities.verifyElementVisibilityState(thinkSpherePage.customizeStampComponent(), 'visible');
171
+ });
172
+
173
+ it('CSS of \'Customize stamps\' component', { tags: 'css' }, () => {
174
+ thinkSpherePage.customizeStampComponent()
175
+ .within(() => {
176
+ utilities.verifyCSS(thinkSpherePage.customizeStampHeading(), {
177
+ 'color': css.color.sectionHeading,
178
+ 'font-size': css.fontSize.normal,
179
+ 'font-weight': css.fontWeight.semibold,
180
+ 'padding-bottom': '8px'
181
+ });
182
+ utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.customizeStampCard(), 0), {
183
+ 'width': '80px',
184
+ 'height': '80px',
185
+ 'border': `1px solid ${css.color.figDefaultComponentBorder}`,
186
+ 'background-color': css.color.primaryBtn,
187
+ 'border-radius': '8px',
188
+ });
189
+ });
190
+ });
191
+
192
+ it('User should be able to select and unselect any stamp from the \'Customize stamps\' component', () => {
193
+ thinkSpherePage.steps.verifySelectAndUnselectStamps();
194
+ });
195
+
196
+ it('CSS of unselected \'Customize stamp\' card component', { tags: 'css' }, () => {
197
+ thinkSpherePage.steps.clickOnCustomizeCard(0);
198
+ utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.customizeStampCard(), 0), {
199
+ 'width': '80px',
200
+ 'height': '80px',
201
+ 'border': `1px solid ${css.color.secondaryBtnDisabled}`,
202
+ 'background-color': css.color.primaryBtn,
203
+ 'border-radius': '8px',
204
+ });
205
+ thinkSpherePage.steps.clickOnCustomizeCard(0);
206
+ });
207
+
208
+ thinkSpherePage.tests.verifyDefaultToolDropdown(defaultToolsOptions, defaultTool);
209
+
210
+ it('By default, Equation Editor categories should not be displayed', () => {
211
+ utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionWrapper(), 'notExist');
212
+ });
213
+
214
+ it('When clicking the Equation Editor Tool, Equation Editor categories should be displayed', () => {
215
+ thinkSpherePage.steps.selectCustomizedFormattingOption(['Equation editor']);
216
+ utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionWrapper(), 'exist');
217
+ });
218
+
219
+ it(`By default, ${defaultSelectedCategories.toString()} should be selected`, () => {
220
+ defaultSelectedCategories.forEach((category) => {
221
+ thinkSpherePage.steps.verifySelectedCategoryInEquationEditorSectionEditTab(category);
222
+ });
223
+ });
224
+
225
+ it('CSS of selected and deselected category', { tags: 'css' }, () => {
226
+ cy.log('CSS of selected category')
227
+
228
+ utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.equationEditorSectionCategories(), 0), {
229
+ 'background-color': css.color.activeButtons
230
+ });
231
+
232
+ utilities.getNthElement(thinkSpherePage.equationEditorSectionCategories(), 0)
233
+ .within(() => {
234
+ utilities.verifyCSS(thinkSpherePage.equationEditorSectionCategoryLabel(), {
235
+ 'color': css.color.primaryBtn,
236
+ 'font-size': css.fontSize.small,
237
+ 'font-weight': css.fontWeight.regular
238
+ });
239
+ utilities.verifyCSS(thinkSpherePage.equationEditorSectionTickIcon(), {
240
+ 'fill': css.color.activeButtons
241
+ });
242
+ utilities.verifyCSS(thinkSpherePage.equationEditorSectionCategoriesDragIcon(), {
243
+ 'fill': css.color.activeButtons
244
+ });
245
+ });
246
+
247
+ cy.log('CSS of deselected category')
248
+
249
+ utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.equationEditorSectionCategories(), 12), {
250
+ 'background-color': css.color.primaryBtn
251
+ });
252
+
253
+ utilities.getNthElement(thinkSpherePage.equationEditorSectionCategories(), 12)
254
+ .within(() => {
255
+ utilities.verifyCSS(thinkSpherePage.equationEditorSectionCategoryLabel(), {
256
+ 'color': css.color.secondaryBtn,
257
+ 'font-size': css.fontSize.small,
258
+ 'font-weight': css.fontWeight.regular
259
+ });
260
+ utilities.verifyCSS(thinkSpherePage.equationEditorSectionCategoriesDragIcon(), {
261
+ 'fill': css.color.secondaryBtn
262
+ });
263
+ });
264
+ });
265
+
266
+ it('The edit button should not be displayed for the keypad category button.', () => {
267
+ utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionCategories().contains(`${equationEditorCategoriesAndSymbols['keyPad'].displayName}`).find(thinkSpherePage.equationEditorSectionCategoriesEditIcon()), 'notExist');
268
+ });
269
+
270
+ it('User should be able to unselect default selected category and should be able to select default unselected category.', () => {
271
+ thinkSpherePage.equationEditorSectionCategories().contains(`${equationEditorCategoriesAndSymbols['keyPad'].displayName}`).click();
272
+ thinkSpherePage.steps.verifyEquationEditorSectionCategoryNotPressed()
273
+ thinkSpherePage.equationEditorSectionCategories().contains(`${equationEditorCategoriesAndSymbols['setNotation'].displayName}`).click();
274
+ thinkSpherePage.steps.verifyEquationEditorSectionCategoryIsPressed();
275
+ });
276
+
277
+ it('The \'Equation Editor\' should be displayed along with helper text \'Select the categories to display to the students in the equation editor.\' and \'Create custom category\' button should be displayed', () => {
278
+ utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionTitle(), 'visible');
279
+ utilities.verifyInnerText(thinkSpherePage.equationEditorSectionTitle(), 'Equation editor');
280
+ utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionHelperText(), 'visible');
281
+ utilities.verifyInnerText(thinkSpherePage.equationEditorSectionHelperText(), 'Select the categories to display to the students in the equation editor.');
282
+ utilities.verifyElementVisibilityState(thinkSpherePage.createCustomCategoryButton(), 'visible');
283
+ utilities.verifyInnerText(thinkSpherePage.createCustomCategoryButton(), 'Create custom category');
284
+ });
285
+
286
+ it.skip('Accessibility of selected and deselected category', { tags: 'a11y' }, () => {
287
+ cy.checkAccessibility(thinkSpherePage.equationEditorSectionCategories().contains(`${equationEditorCategoriesAndSymbols['numPad'].displayName}`).parents('[class*="DraggableItemsGrid"]'))
288
+ });
289
+
290
+ it('When user add question image then it should replicate at customize stamps first card and it should be unselected', () => {
291
+ thinkSpherePage.steps.uploadFile('uploads/highlightImage.jpg');
292
+ cy.wait(5000);
293
+ thinkSpherePage.steps.verifyQuestionImageCustomStamp();
294
+ });
295
+ });
296
+ })