itemengine-cypress-automation 1.0.389-graphAndCharts-04d27f6.0 → 1.0.390-IEI-6314-testScriptForTextEntryMathValidations-dcad527.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -0
- package/cypress/e2e/GradingGridView/gradingGridView.js +156 -0
- package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +2 -0
- package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +4 -0
- package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
- package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +6 -6
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +6 -6
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +356 -0
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/gradingViewAndCorrectAnswerView.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +27 -27
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +26 -25
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +39 -38
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +31 -30
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +35 -34
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +247 -0
- package/cypress/e2e/ILC/ChartsBar/allOrNothingScoringForAllViews.smoke.js +287 -0
- package/cypress/e2e/ILC/ChartsBar/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
- package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
- package/cypress/e2e/ILC/ChartsBar/specifyCorrectAnswerSection.js +92 -0
- package/cypress/e2e/ILC/ChartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePointsLocked.js +220 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +25 -26
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +47 -47
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightBasic.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +24 -23
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +21 -20
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +48 -46
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +249 -0
- package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +247 -0
- package/cypress/e2e/ILC/ChartsLine/editQuestion.smoke.js +3 -1
- package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
- package/cypress/e2e/ILC/ChartsLine/specifyCorrectAnswerSection.js +94 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +6 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
- package/cypress/e2e/ILC/CkEditorEquationEditor/selectModeEditorBasic.js +4 -1
- package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +4 -3
- package/cypress/e2e/ILC/CkEditorInsertImage/insertImageBasicFile.js +2 -0
- package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +8 -8
- package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
- package/cypress/e2e/ILC/CkEditorLink/linkPreview.js +2 -1
- package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
- package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +63 -4
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +116 -7
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabBasicSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabScoring.js +1 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/pagination.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettingsForGroupedLayout.js +3 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +11 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptions.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViewInIncompleteAuthoring.smoke.js +7 -7
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +15 -16
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +40 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +45 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +4 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +3 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
- package/cypress/e2e/ILC/Graphing/allOrNothingForAllViews.smoke.js +213 -2
- package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
- package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
- package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
- package/cypress/e2e/ILC/Graphing/headerSection.js +37 -4
- package/cypress/e2e/ILC/Graphing/specifyCorrectAnswerSection.js +28 -0
- package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
- package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +2 -2
- package/cypress/e2e/ILC/GridFill/headerSection.js +4 -4
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
- package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
- package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +1 -0
- package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +212 -0
- package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +29 -0
- package/cypress/e2e/ILC/ImageHighlight/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ImageHighlight/headerSection.js +3 -3
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +237 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +26 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +7 -12
- package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +10 -14
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +215 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +36 -9
- package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +2 -0
- package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +7 -23
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +309 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +38 -3
- package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +38 -41
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
- package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/Matching/clickAndDrop.js +5 -5
- package/cypress/e2e/ILC/Matching/draggableOptions.js +7 -0
- package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +3 -2
- package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
- package/cypress/e2e/ILC/Matching/headerSection.js +38 -12
- package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
- package/cypress/e2e/ILC/Matching/studentViewSettings.js +3 -1
- package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +7 -6
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +6 -6
- package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +2 -1
- package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/MultipleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +100 -69
- package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +1 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
- package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
- package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLine/headerSection.js +34 -4
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +249 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
- package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +0 -1
- package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +266 -0
- package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
- package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -4
- package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +268 -0
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingBasicForAllViews.smoke.js +186 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +4 -3
- package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
- package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/SingleSelection/headerSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +101 -70
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +9 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +3 -1
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -2
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +219 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +3 -3
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +310 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +205 -1
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +0 -1
- package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
- package/cypress/e2e/ILC/TextSelection/additionalSettings.js +1 -0
- package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +231 -0
- package/cypress/e2e/ILC/TextSelection/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/TextSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +1 -0
- package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +145 -54
- package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +2 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewPlanTabSection.js +334 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewReviewTabSection.js +140 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewSolveTabSection.js +65 -0
- package/cypress/e2e/ILC/ThinkSphere/planPhase.js +45 -5
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
- package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +102 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +41 -0
- package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +3 -3
- package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +146 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewSolveSection.js +53 -0
- package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
- package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
- package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
- package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.js +50 -13
- package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
- package/cypress/e2e/ILC/chartsDotsPlot/allOrNothingForAllViews.smoke.js +248 -0
- package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +27 -28
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +24 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +39 -37
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +22 -23
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +25 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +31 -31
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +18 -19
- package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +96 -0
- package/cypress/e2e/Sessions/fetchResponses.js +3 -3
- package/cypress/e2e/Sessions/saveResponseScores.js +2 -2
- package/cypress/fixtures/thinkSphereWhiteboardTools.js +66 -0
- package/cypress/pages/audioPlayerPage.js +25 -0
- package/cypress/pages/brainingCampManipulativePage.js +1 -1
- package/cypress/pages/chartsBarPage.js +45 -0
- package/cypress/pages/chartsDotPlotPage.js +25 -0
- package/cypress/pages/chartsLinePage.js +29 -2
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
- package/cypress/pages/components/chartsCommonComponent.js +21 -2
- package/cypress/pages/components/ckEditorEquationEditorComponent.js +1 -0
- package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
- package/cypress/pages/components/ckEditorInsertTableComponent.js +3 -3
- package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
- package/cypress/pages/components/colorPopupComponent.js +6 -0
- package/cypress/pages/components/createQuestionBasePage.js +19 -6
- package/cypress/pages/components/desmosToolComponent.js +1 -1
- package/cypress/pages/components/draggableOptionsSectionComponent.js +2 -0
- package/cypress/pages/components/equationEditorSectionCommonComponent.js +4 -4
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +1 -1
- package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
- package/cypress/pages/components/imageCanvasComponent.js +11 -5
- package/cypress/pages/components/playbackControlsBaseComponent.js +6 -3
- package/cypress/pages/components/questionInstructionsComponent.js +2 -0
- package/cypress/pages/components/scoringSectionBaseEditTab.js +3 -0
- package/cypress/pages/components/specifyRowsAndColumnsComponent.js +16 -0
- package/cypress/pages/contentBlocksPage.js +2 -0
- package/cypress/pages/desmos3DGraphingPage.js +149 -4
- package/cypress/pages/desmosGeometryPage.js +184 -4
- package/cypress/pages/drawingResponsePage.js +9 -2
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
- package/cypress/pages/gradingGridViewPage.js +64 -0
- package/cypress/pages/graphingPage.js +28 -5
- package/cypress/pages/gridFillPage.js +24 -9
- package/cypress/pages/imageHighlightPage.js +115 -15
- package/cypress/pages/index.js +1 -0
- package/cypress/pages/listOrderingPage.js +46 -2
- package/cypress/pages/matchingPage.js +29 -10
- package/cypress/pages/numberLineLabelPage.js +26 -0
- package/cypress/pages/numberLinePage.js +15 -0
- package/cypress/pages/singleSelectionPage.js +30 -1
- package/cypress/pages/textEntryMathPage.js +29 -10
- package/cypress/pages/textSelectionPage.js +2 -2
- package/cypress/pages/thinkSpherePage.js +1118 -87
- package/cypress/pages/uploadResponsePage.js +17 -1
- package/cypress/pages/videoResponsePage.js +3 -0
- package/cypress/support/commands.js +9 -0
- package/cypress/support/helpers/createItem.js +22 -3
- package/cypress/support/helpers/utilities.js +14 -1
- package/package.json +1 -1
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
package/Dockerfile
CHANGED
@@ -27,6 +27,7 @@ RUN chmod +x ./deploy/fillInTheGapsQuestion/run.sh
|
|
27
27
|
RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
|
28
28
|
RUN chmod +x ./deploy/audioResponseQuestion/run.sh
|
29
29
|
RUN chmod +x ./deploy/dataApi/run.sh
|
30
|
+
RUN chmod +x ./deploy/feedbackScaleQuestion/run.sh
|
30
31
|
|
31
32
|
RUN npm ci
|
32
33
|
|
@@ -0,0 +1,156 @@
|
|
1
|
+
|
2
|
+
import { singleSelectionPage, createItemPage, studentViewPage, gradingGridViewPage } from "../../pages";
|
3
|
+
import utilities from '../../support/helpers/utilities';
|
4
|
+
import { browseItemsPage } from "../../pages/components";
|
5
|
+
|
6
|
+
describe('Test grading view with multiple session and student Ids', { tags: 'smoke' }, () => {
|
7
|
+
const studentIds = [];
|
8
|
+
const sessionIds = [];
|
9
|
+
let itemId = '';
|
10
|
+
const responseIds = [];
|
11
|
+
const updateStudentsAndItemData = () => {
|
12
|
+
const interval = setInterval(() => {
|
13
|
+
const itemActivityMap = JSON.parse(window.localStorage.getItem(`ngie_itemActivityMap`) || '[]');
|
14
|
+
if (itemActivityMap.length > 0) {
|
15
|
+
itemActivityMap.forEach(({
|
16
|
+
sessionId, userId
|
17
|
+
}) => {
|
18
|
+
studentIds.push(userId);
|
19
|
+
sessionIds.push(sessionId);
|
20
|
+
});
|
21
|
+
clearInterval(interval);
|
22
|
+
}
|
23
|
+
}, 100);
|
24
|
+
}
|
25
|
+
const updateResponseIds = (response) => {
|
26
|
+
const {
|
27
|
+
body: {
|
28
|
+
data: {
|
29
|
+
gradingMultipleSession: {
|
30
|
+
sessionData = [],
|
31
|
+
} = {},
|
32
|
+
} = {},
|
33
|
+
} = {},
|
34
|
+
} = response;
|
35
|
+
sessionData.forEach(({items}) => {
|
36
|
+
items.forEach(({questions}) => {
|
37
|
+
questions.forEach((question) => {
|
38
|
+
responseIds.push(question.responseId);
|
39
|
+
});
|
40
|
+
});
|
41
|
+
})
|
42
|
+
}
|
43
|
+
before(() => {
|
44
|
+
cy.loginAs('admin');
|
45
|
+
cy.setGraphqlWait();
|
46
|
+
singleSelectionPage.steps.navigateToCreateQuestion('single selection');
|
47
|
+
singleSelectionPage.steps.createBasicSingleSelectionQuestion({
|
48
|
+
questionInstruction: "Question 1",
|
49
|
+
options: ["Option 1", "Option 2", "Option 3", "Option 4"],
|
50
|
+
correctAnswer: 2,
|
51
|
+
points: 10,
|
52
|
+
});
|
53
|
+
singleSelectionPage.steps.clickOnAddQuestion();
|
54
|
+
singleSelectionPage.steps.selectQuestionType('single selection');
|
55
|
+
singleSelectionPage.steps.createBasicSingleSelectionQuestion({
|
56
|
+
questionInstruction: "Question 2",
|
57
|
+
options: ["Option 5", "Option 6", "Option 7", "Option 8"],
|
58
|
+
correctAnswer: 3,
|
59
|
+
points: 10,
|
60
|
+
});
|
61
|
+
createItemPage.referenceId()
|
62
|
+
.invoke('text')
|
63
|
+
.then(text => {
|
64
|
+
itemId = text;
|
65
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemId)}`);
|
66
|
+
});
|
67
|
+
cy.then(() => {
|
68
|
+
updateStudentsAndItemData();
|
69
|
+
});
|
70
|
+
cy.pageLoadWait();
|
71
|
+
|
72
|
+
cy.then(() => {
|
73
|
+
singleSelectionPage.optionsWrapperStudentView()
|
74
|
+
.eq(2)
|
75
|
+
.click();
|
76
|
+
singleSelectionPage.optionsWrapperStudentView()
|
77
|
+
.eq(4)
|
78
|
+
.click();
|
79
|
+
studentViewPage.steps.submitResponse();
|
80
|
+
})
|
81
|
+
|
82
|
+
cy.logout();
|
83
|
+
cy.loginAs('admin').then(() => {
|
84
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemId)}`)
|
85
|
+
cy.then(() => {
|
86
|
+
updateStudentsAndItemData();
|
87
|
+
});
|
88
|
+
cy.pageLoadWait();
|
89
|
+
cy.then(() => {
|
90
|
+
singleSelectionPage.optionsWrapperStudentView()
|
91
|
+
.eq(3)
|
92
|
+
.click();
|
93
|
+
singleSelectionPage.optionsWrapperStudentView()
|
94
|
+
.eq(7)
|
95
|
+
.click();
|
96
|
+
studentViewPage.steps.submitResponse();
|
97
|
+
})
|
98
|
+
});
|
99
|
+
|
100
|
+
cy.visit('/item-engine/multiple-session/grading-view');
|
101
|
+
|
102
|
+
});
|
103
|
+
describe('Launch grading grid view for each session', { tags: 'smoke' }, () => {
|
104
|
+
it('Should launch with correct Item and responses', () => {
|
105
|
+
gradingGridViewPage.steps.addSessionDataAndLaunchGrading({studentIds, sessionIds});
|
106
|
+
|
107
|
+
cy.interceptGraphql("gradingMultipleSession");
|
108
|
+
|
109
|
+
// waiting for signed request to be completed
|
110
|
+
cy.pageLoadWait()
|
111
|
+
// waiting for grading multiple session data to be loaded
|
112
|
+
cy.wait('@gradingMultipleSession').then(({response}) => {
|
113
|
+
updateResponseIds(response);
|
114
|
+
});
|
115
|
+
|
116
|
+
gradingGridViewPage.steps.verifySessionData(
|
117
|
+
sessionIds[0],
|
118
|
+
itemId,
|
119
|
+
0,
|
120
|
+
'Question 1',
|
121
|
+
'Your answer iscorrect'
|
122
|
+
);
|
123
|
+
gradingGridViewPage.steps.verifySessionData(
|
124
|
+
sessionIds[0],
|
125
|
+
itemId,
|
126
|
+
1,
|
127
|
+
'Question 2',
|
128
|
+
'Your answer isincorrect'
|
129
|
+
);
|
130
|
+
gradingGridViewPage.steps.verifySessionData(
|
131
|
+
sessionIds[1],
|
132
|
+
itemId,
|
133
|
+
0,
|
134
|
+
'Question 1',
|
135
|
+
'Your answer isincorrect'
|
136
|
+
)
|
137
|
+
gradingGridViewPage.steps.verifySessionData(
|
138
|
+
sessionIds[1],
|
139
|
+
itemId,
|
140
|
+
1,
|
141
|
+
'Question 2',
|
142
|
+
'Your answer iscorrect'
|
143
|
+
);
|
144
|
+
});
|
145
|
+
it('Should launch single question for the responseId', () => {
|
146
|
+
gradingGridViewPage.steps.addSessionDataAndLaunchGrading({
|
147
|
+
studentIds: [studentIds[0]],
|
148
|
+
sessionIds: [sessionIds[0]],
|
149
|
+
responseIds: [responseIds[0]],
|
150
|
+
});
|
151
|
+
|
152
|
+
gradingGridViewPage.getGradingViewforResponseId(responseIds[0])
|
153
|
+
.should('be.visible');
|
154
|
+
})
|
155
|
+
})
|
156
|
+
})
|
@@ -416,7 +416,9 @@ describe('Preview of Audio response for bar audio recorder style', () => {
|
|
416
416
|
audioResponsePage.steps.navigateToCreateQuestion('audio response');
|
417
417
|
cy.barsPreLoaderWait();
|
418
418
|
audioResponsePage.steps.selectAudioRecorderStyle('Bar');
|
419
|
+
audioResponsePage.steps.addTextInQuestionInstructionsInputField('Verify volume control functionality');
|
419
420
|
audioResponsePage.steps.switchToPreviewTab();
|
421
|
+
audioResponsePage.steps.verifyQuestionInstructionsTextPreviewTab('Verify volume control functionality');
|
420
422
|
audioResponsePage.steps.recordAndSaveAudioBarPreview(10000);
|
421
423
|
});
|
422
424
|
|
@@ -409,7 +409,9 @@ describe('Preview of Audio response for compact audio recorder style', () => {
|
|
409
409
|
audioResponsePage.steps.navigateToCreateQuestion('audio response');
|
410
410
|
cy.barsPreLoaderWait();
|
411
411
|
audioResponsePage.steps.selectAudioRecorderStyle('Compact');
|
412
|
+
audioResponsePage.steps.addTextInQuestionInstructionsInputField('This is a test question for verifying volume control functionality');
|
412
413
|
audioResponsePage.steps.switchToPreviewTab();
|
414
|
+
audioResponsePage.steps.verifyQuestionInstructionsTextPreviewTab('This is a test question for verifying volume control functionality');
|
413
415
|
audioResponsePage.steps.recordAndSaveAudioCompactPreview(10000);
|
414
416
|
});
|
415
417
|
|
@@ -423,7 +425,9 @@ describe('Preview of Audio response for compact audio recorder style', () => {
|
|
423
425
|
audioResponsePage.steps.navigateToCreateQuestion('audio response');
|
424
426
|
cy.barsPreLoaderWait();
|
425
427
|
audioResponsePage.steps.selectAudioRecorderStyle('Compact');
|
428
|
+
audioResponsePage.steps.addTextInQuestionInstructionsInputField('This is a test question for verifying volume control functionality');
|
426
429
|
audioResponsePage.steps.switchToPreviewTab();
|
430
|
+
audioResponsePage.steps.verifyQuestionInstructionsTextPreviewTab('This is a test question for verifying volume control functionality');
|
427
431
|
audioResponsePage.steps.recordAndSaveAudioCompactPreview(10000);
|
428
432
|
});
|
429
433
|
|
@@ -183,26 +183,14 @@ describe('Create Item page - Audio response: Question instructions, Audio record
|
|
183
183
|
|
184
184
|
//Note: a11y is covered for Stop recording if silence is detected after section in HeaderSection file using verifyCreateItemWrapperContentsA11y
|
185
185
|
|
186
|
-
it('When the user has set \'Stop recording if silence is detected after\' value to \'0\' (zero) then a validation text \'Error: Value must be greater than 0 secs.\' should be displayed', () => {
|
186
|
+
it('When the user has set \'Stop recording if silence is detected after\' value to \'0\' (zero) then a validation text \'Error: Value must be greater than 0 secs.\' should not be displayed', () => {
|
187
187
|
audioResponsePage.steps.setStopRecordingIfSilenceIsDetectedAfter('0');
|
188
|
-
utilities.
|
188
|
+
utilities.verifyElementVisibilityState(audioResponsePage.errorMessage(), 'notExist');
|
189
189
|
});
|
190
190
|
|
191
|
-
it('When the user has set \'Stop recording if silence is detected after\' value to \'0\' (zero) then a validation text \'Error: Value must be greater than 0 secs.\' should be displayed', () => {
|
191
|
+
it('When the user has set \'Stop recording if silence is detected after\' value to \'0\' (zero) then a validation text \'Error: Value must be greater than 0 secs.\' should not be displayed', () => {
|
192
192
|
audioResponsePage.steps.setStopRecordingIfSilenceIsDetectedAfter('0');
|
193
|
-
utilities.
|
194
|
-
});
|
195
|
-
|
196
|
-
it('CSS of error message \'Error: Value must be greater than 0 secs.\'', { tags: 'css' }, () => {
|
197
|
-
utilities.verifyCSS(audioResponsePage.errorMessage(), {
|
198
|
-
'color': css.color.errorText,
|
199
|
-
'font-size': css.fontSize.small,
|
200
|
-
'font-weight': css.fontWeight.regular
|
201
|
-
});
|
202
|
-
});
|
203
|
-
|
204
|
-
it('Accessibility of \'Error: Value must be greater than 0 secs.\' is displayed', { tags: 'a11y' }, () => {
|
205
|
-
cy.checkAccessibility(audioResponsePage.errorMessage());
|
193
|
+
utilities.verifyElementVisibilityState(audioResponsePage.errorMessage(), 'notExist');
|
206
194
|
});
|
207
195
|
|
208
196
|
it('When the user updates the \'Stop recording if silence is detected after\' value the validation text should disappear. User should be able to add only numeric values and should not able to add decimal points', () => {
|
@@ -91,7 +91,7 @@ describe('Create item : Brainingcamp manipulative - Edit tab basics', () => {
|
|
91
91
|
|
92
92
|
it('When user focuses in and out of \'Enter a share code\' input field, then error message \'Error: Please enter share code.\' should not be displayed', () => {
|
93
93
|
brainingCampManipulativePage.steps.focusInAndFocusOutOfEnterAShareCodeInputField();
|
94
|
-
utilities.
|
94
|
+
utilities.verifyElementVisibilityState(brainingCampManipulativePage.errorMessage(), 'notExist')
|
95
95
|
});
|
96
96
|
|
97
97
|
brainingCampManipulativePage.tests.verifyErrorMessageCSSAndA11y();
|
@@ -32,13 +32,13 @@ const allowedFilterCategories = {
|
|
32
32
|
describe('Navigate to Think Sphere Browse Review Items page and view the page contents', () => {
|
33
33
|
before(() => {
|
34
34
|
cy.loginAs('admin');
|
35
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
36
|
-
cy.createThinkSphereItem('~zzz item name');
|
35
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
36
|
+
cy.createThinkSphereItem('~zzz thinksphere item name');
|
37
37
|
browseItemsPage.steps.navigateToReviewItemsPage();
|
38
38
|
});
|
39
39
|
|
40
40
|
after(() => {
|
41
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
41
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
42
42
|
});
|
43
43
|
|
44
44
|
describe('\'Browse ThinkSphere Review Items\' page header section', () => {
|
@@ -10,13 +10,13 @@ const sortOptions = ['Question', 'Last updated', 'Created on'];
|
|
10
10
|
describe('Navigate to Think Sphere Browse Items page and view the page contents', () => {
|
11
11
|
before(() => {
|
12
12
|
cy.loginAs('admin');
|
13
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
14
|
-
cy.createThinkSphereItem('~zzz item name');
|
13
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
14
|
+
cy.createThinkSphereItem('~zzz thinksphere item name');
|
15
15
|
browseItemsPage.steps.navigateToReviewItemsPage();
|
16
16
|
});
|
17
17
|
|
18
18
|
after(() => {
|
19
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
19
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
20
20
|
});
|
21
21
|
|
22
22
|
describe('\'Browse ThinkSphere Review Items\' page desktop and mobile view icons section', () => {
|
@@ -9,13 +9,13 @@ const sortDisable = ['not.have.class', 'not.have.class', 'not.have.class', 'not.
|
|
9
9
|
describe('Navigate to Think Sphere Browse Items page and view the page contents', () => {
|
10
10
|
before(() => {
|
11
11
|
cy.loginAs('admin');
|
12
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
13
|
-
cy.createThinkSphereItem('~zzz item name');
|
12
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
13
|
+
cy.createThinkSphereItem('~zzz thinksphere item name');
|
14
14
|
cy.visit(`${Cypress.env('itemEngineHomePage')}`);
|
15
15
|
});
|
16
16
|
|
17
17
|
after(() => {
|
18
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
18
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
19
19
|
});
|
20
20
|
|
21
21
|
describe('\'Browse ThinkSphere Items\' list page wrapper section', () => {
|
@@ -116,7 +116,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
116
116
|
});
|
117
117
|
|
118
118
|
it('When only one search result is present, then column sort should be disabled', () => {
|
119
|
-
browseItemsPage.steps.addTextInSearchBar('~zzz item name');
|
119
|
+
browseItemsPage.steps.addTextInSearchBar('~zzz thinksphere item name');
|
120
120
|
browseItemsPage.steps.clickOnSearchIcon();
|
121
121
|
browseItemsPage.steps.verifyPaginationCount('1 - 1 of');
|
122
122
|
browseItemsPage.steps.verifySortEnableDisableForTableColumnHeader(sortDisable);
|
@@ -143,7 +143,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
143
143
|
describe('\'Browse ThinkSphere Items\' list table rows section', () => {
|
144
144
|
abortEarlySetup();
|
145
145
|
browseItemsPage.tests.verifyItemListTableRows();
|
146
|
-
browseItemsPage.tests.verifyItemReferenceId('~zzz item name', true);
|
146
|
+
browseItemsPage.tests.verifyItemReferenceId('~zzz thinksphere item name', true);
|
147
147
|
browseItemsPage.tests.verifyQuestionInstruction('question instruction text');
|
148
148
|
browseItemsPage.tests.verifyLastUpdatedTimeComponent();
|
149
149
|
browseItemsPage.tests.verifyCreatedOnTimeComponent();
|
@@ -186,7 +186,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
186
186
|
browseItemsPage.steps.clearSearchBar();
|
187
187
|
});
|
188
188
|
|
189
|
-
browseItemsPage.tests.verifyItemReferenceId('~zzz item name', true);
|
189
|
+
browseItemsPage.tests.verifyItemReferenceId('~zzz thinksphere item name', true);
|
190
190
|
|
191
191
|
it('CSS of search bar in hover state', { tags: 'css' }, () => {
|
192
192
|
browseItemsPage.steps.hoverOnSearchBarComponent();
|
@@ -10,14 +10,14 @@ const sortOptions = ['Item', 'Last updated', 'Created on'];
|
|
10
10
|
describe('Navigate to Think Sphere Browse Items page and view the page contents', () => {
|
11
11
|
before(() => {
|
12
12
|
cy.loginAs('admin');
|
13
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
14
|
-
cy.createThinkSphereItem('~zzz item name');
|
13
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
14
|
+
cy.createThinkSphereItem('~zzz thinksphere item name');
|
15
15
|
cy.visit('/item-engine/thinksphere/browse-items');
|
16
16
|
cy.interceptGraphql('getItems');
|
17
17
|
});
|
18
18
|
|
19
19
|
after(() => {
|
20
|
-
cy.deleteThinkSphereItem('~zzz item name');
|
20
|
+
cy.deleteThinkSphereItem('~zzz thinksphere item name');
|
21
21
|
});
|
22
22
|
|
23
23
|
describe('\'Browse ThinkSphere Items\' page desktop and mobile view icons section', () => {
|
@@ -181,7 +181,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
181
181
|
});
|
182
182
|
|
183
183
|
it('When only one search result is present, then column sort should be disabled', () => {
|
184
|
-
browseItemsPage.steps.addTextInSearchBar('~zzz item name');
|
184
|
+
browseItemsPage.steps.addTextInSearchBar('~zzz thinksphere item name');
|
185
185
|
browseItemsPage.steps.clickOnSearchIcon();
|
186
186
|
browseItemsPage.steps.verifyPaginationCount('1 - 1 of');
|
187
187
|
browseItemsPage.steps.verifyMobileViewSortDropdownEnableDisableState(false);
|
@@ -205,7 +205,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
205
205
|
describe('\'Browse ThinkSphere Items\' list table rows section', () => {
|
206
206
|
abortEarlySetup();
|
207
207
|
browseItemsPage.tests.verifyItemListTableRows();
|
208
|
-
browseItemsPage.tests.verifyItemReferenceId('~zzz item name', true);
|
208
|
+
browseItemsPage.tests.verifyItemReferenceId('~zzz thinksphere item name', true);
|
209
209
|
browseItemsPage.tests.verifyQuestionInstruction('question instruction text');
|
210
210
|
});
|
211
211
|
|
@@ -298,7 +298,7 @@ describe('Navigate to Think Sphere Browse Items page and view the page contents'
|
|
298
298
|
browseItemsPage.steps.clearSearchBar();
|
299
299
|
});
|
300
300
|
|
301
|
-
browseItemsPage.tests.verifyItemReferenceId('~zzz item name', true);
|
301
|
+
browseItemsPage.tests.verifyItemReferenceId('~zzz thinksphere item name', true);
|
302
302
|
|
303
303
|
it('CSS of search bar in hover state', { tags: 'css' }, () => {
|
304
304
|
browseItemsPage.steps.hoverOnSearchBarComponent();
|