itemengine-cypress-automation 1.0.381-fixes-r1-4b1054a.0 → 1.0.381-regressionFixes10June-8dc1710.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/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 +25 -25
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +37 -36
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +37 -36
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +37 -36
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- 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/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 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +47 -46
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +25 -24
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +25 -24
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- 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/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/audioPlayerEditTabAddFeatureRadioButton.js +2 -3
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -4
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabStudentViewSettings.js +3 -3
- 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/CkEditorInsertImage/imageInfo.js +3 -3
- package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +3 -3
- package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
- 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 +1 -1
- 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/drawingResponseAdditionalSettings.js +1 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseBackground.js +2 -8
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseCustomizeAdditionalOptions.js +1 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +1 -3
- package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
- 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 +11 -11
- 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/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 +2 -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 +36 -4
- package/cypress/e2e/ILC/Graphing/layoutAndGridOptions.js +6 -3
- 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 +24 -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 +2 -0
- package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.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/checkAddAlternativeButton.js +32 -0
- package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLine/headerSection.js +33 -4
- 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 +1 -1
- 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 -5
- package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
- 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 +33 -49
- 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 +3 -1
- 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 +10 -3
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +5 -3
- 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/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/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- 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/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/planPhase.js +45 -5
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
- package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +97 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +36 -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 +141 -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/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 +47 -22
- 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 +28 -3
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
- package/cypress/pages/components/chartsCommonComponent.js +6 -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 +10 -25
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
- package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
- package/cypress/pages/components/imageCanvasComponent.js +11 -5
- 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 +10 -1
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
- package/cypress/pages/gradingGridViewPage.js +64 -0
- package/cypress/pages/graphingPage.js +27 -8
- package/cypress/pages/gridFillPage.js +27 -9
- package/cypress/pages/imageHighlightPage.js +115 -15
- package/cypress/pages/index.js +1 -0
- package/cypress/pages/listOrderingPage.js +40 -1
- package/cypress/pages/matchingPage.js +29 -10
- package/cypress/pages/numberLineLabelPage.js +31 -8
- package/cypress/pages/numberLinePage.js +19 -7
- package/cypress/pages/singleSelectionPage.js +30 -1
- package/cypress/pages/textEntryMathPage.js +24 -1
- package/cypress/pages/textSelectionPage.js +2 -2
- package/cypress/pages/thinkSpherePage.js +928 -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 +2 -2
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
@@ -130,11 +130,10 @@ describe('Create Item Page: Matching: Click and drop cases for \'Standard\' and
|
|
130
130
|
matchingPage.steps.verifyInactiveStateOfAllDropzoneInSpecifyCorrectAnswerSection();
|
131
131
|
});
|
132
132
|
|
133
|
-
it('When the user selects a filled option and clicks in the options container, the selected option should get back in the options container and \'Error: Please set a correct answer\' error message should be displayed', () => {
|
133
|
+
it('When the user selects a filled option and clicks in the options container, the selected option should get back in the options container and \'Error: Please set a correct answer\' error message should not be displayed', () => {
|
134
134
|
matchingPage.steps.clickAndDropOptionInOptionsContainerInSpecifyCorrectAnswerSection('Flower');
|
135
135
|
matchingPage.steps.verifyDraggableOptionInOptionsContainerSpecifyCorrectAnswerSection(['Petals', 'Flower', 'Stem']);
|
136
|
-
|
137
|
-
utilities.verifyElementVisibilityState(matchingPage.errorMessage(), 'visible');
|
136
|
+
matchingPage.steps.verifyErrorMessageIsNotDisplayed();
|
138
137
|
});
|
139
138
|
|
140
139
|
|
@@ -309,6 +308,7 @@ describe('Create Item Page: Matching: Click and drop cases for \'Standard\' and
|
|
309
308
|
before(() => {
|
310
309
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
311
310
|
cy.barsPreLoaderWait();
|
311
|
+
matchingPage.steps.addQuestionInstructions('Arrange the options in correct order.');
|
312
312
|
matchingPage.steps.expandDraggableOptionsLayoutDropdown();
|
313
313
|
matchingPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
314
314
|
matchingPage.steps.addGroupTitle('Group A');
|
@@ -442,8 +442,7 @@ describe('Create Item Page: Matching: Click and drop cases for \'Standard\' and
|
|
442
442
|
matchingPage.steps.clickAndDropOptionInOptionsContainerInSpecifyCorrectAnswerSection('Flower');
|
443
443
|
matchingPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(0, groupedOptions);
|
444
444
|
matchingPage.steps.verifyGroupedContainerContentsInSpecifyCorrectAnswerSection(1, groupedOptionsTwo);
|
445
|
-
|
446
|
-
utilities.verifyElementVisibilityState(matchingPage.errorMessage(), 'visible');
|
445
|
+
matchingPage.steps.verifyErrorMessageIsNotDisplayed();
|
447
446
|
});
|
448
447
|
|
449
448
|
it('When the user fills a dropzone, the dropzone should get filled with the option and the \'Error: Please set a correct answer\' error message should disappear', () => {
|
@@ -470,6 +469,7 @@ describe('Create Item Page: Matching: Click and drop cases for \'Standard\' and
|
|
470
469
|
before(() => {
|
471
470
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
472
471
|
cy.barsPreLoaderWait();
|
472
|
+
matchingPage.steps.addQuestionInstructions('Arrange the options in correct order.');
|
473
473
|
matchingPage.steps.expandDraggableOptionsLayoutDropdown();
|
474
474
|
matchingPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
475
475
|
matchingPage.steps.addGroupTitle('Group A');
|
@@ -137,6 +137,10 @@ describe('Create Item page - Matching: Draggable options section', () => {
|
|
137
137
|
matchingPage.steps.verifyDeleteOptionButtonDisabledState();
|
138
138
|
});
|
139
139
|
|
140
|
+
it('When the user not entering text in the option input fields, then the \'Add group\' button should be disable', () => {
|
141
|
+
utilities.verifyElementDisabled(matchingPage.addGroupButton());
|
142
|
+
});
|
143
|
+
|
140
144
|
it('When the user enters text in the options input field, the error messages should disappear', () => {
|
141
145
|
matchingPage.steps.enterTextInOneOptionInputField(0, 'option 1');
|
142
146
|
matchingPage.steps.enterTextInOneOptionInputField(1, 'option 2');
|
@@ -190,6 +194,7 @@ describe('Create Item page - Matching: Draggable options section', () => {
|
|
190
194
|
before(() => {
|
191
195
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
192
196
|
cy.barsPreLoaderWait();
|
197
|
+
matchingPage.steps.addQuestionInstructions('Please match the options with the correct groups');
|
193
198
|
matchingPage.steps.expandDraggableOptionsLayoutDropdown();
|
194
199
|
matchingPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
195
200
|
});
|
@@ -218,6 +223,7 @@ describe('Create Item page - Matching: Draggable options section', () => {
|
|
218
223
|
before(() => {
|
219
224
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
220
225
|
cy.barsPreLoaderWait();
|
226
|
+
matchingPage.steps.addQuestionInstructions('Please match the options with the correct groups');
|
221
227
|
matchingPage.steps.expandDraggableOptionsLayoutDropdown();
|
222
228
|
matchingPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
223
229
|
});
|
@@ -230,6 +236,7 @@ describe('Create Item page - Matching: Draggable options section', () => {
|
|
230
236
|
before(() => {
|
231
237
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
232
238
|
cy.barsPreLoaderWait();
|
239
|
+
matchingPage.steps.addQuestionInstructions('Please match the options with the correct groups');
|
233
240
|
matchingPage.steps.expandDraggableOptionsLayoutDropdown();
|
234
241
|
matchingPage.steps.selectOptionFromDraggableOptionsLayoutDropdown('Grouped');
|
235
242
|
matchingPage.steps.enterTextInOptionInputField(['Petals', 'Leaves', 'Roots']);
|
@@ -31,7 +31,7 @@ describe('Edit item - Matching', () => {
|
|
31
31
|
matchingPage.steps.clearQuestionInstructionsInputField();
|
32
32
|
matchingPage.steps.addTextInQuestionInstructionsInputField('Matching question instruction Updated');
|
33
33
|
matchingPage.steps.saveAQuestionAndVerifySnackbar();
|
34
|
-
matchingPage.steps.verifyQuestionInstructionsTextPreviewTab(
|
34
|
+
matchingPage.steps.verifyQuestionInstructionsTextPreviewTab('Matching question instruction Updated');
|
35
35
|
});
|
36
36
|
|
37
37
|
it('User should be able to edit options and save the question', () => {
|
@@ -65,7 +65,8 @@ describe('Edit item - Matching', () => {
|
|
65
65
|
matchingPage.steps.editItem();
|
66
66
|
matchingPage.steps.expandScoringTypeDropdown();
|
67
67
|
matchingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
68
|
-
|
68
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5502
|
69
|
+
// matchingPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection([{ optionText: 'Penguin', dropzoneIndex: 0 }, { optionText: 'Eagle', dropzoneIndex: 1 },, { optionText: 'Dog', dropzoneIndex: 2 }]);
|
69
70
|
matchingPage.steps.saveAQuestionAndVerifySnackbar();
|
70
71
|
});
|
71
72
|
});
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { matchingPage } from "../../../pages";
|
2
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create item page - Matching', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('User should be able to edit incomplete authored question', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
before(() => {
|
12
|
+
matchingPage.steps.navigateToCreateQuestion('matching');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
matchingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
15
|
+
matchingPage.steps.editItem();
|
16
|
+
});
|
17
|
+
|
18
|
+
it('Warning icons should be displayed on the required input fields', () => {
|
19
|
+
matchingPage.steps.verifyWarningIconOnRequiredFields([
|
20
|
+
'Please enter all prompt values.',
|
21
|
+
'Please enter all option values.',
|
22
|
+
'Please set points.',
|
23
|
+
]);
|
24
|
+
});
|
25
|
+
|
26
|
+
it('When required input fields are filled then warning icons should disappear', () => {
|
27
|
+
matchingPage.steps.enterTextInPromptInputField(['Prompt 1', 'Prompt 2', 'Prompt 3']);
|
28
|
+
matchingPage.steps.enterTextInOptionInputField(['Option 1', 'Option 2', 'Option 3']);
|
29
|
+
matchingPage.steps.allotPoints(10);
|
30
|
+
matchingPage.steps.verifyErrorMessageIsNotDisplayed();
|
31
|
+
});
|
32
|
+
|
33
|
+
it('Clicking on Save Question button the question should get saved and a snackbar with text \'Saved successfully!\' should be displayed', () => {
|
34
|
+
matchingPage.steps.saveAQuestionAndVerifySnackbar();
|
35
|
+
});
|
36
|
+
|
37
|
+
it('Warning icon should not be visible', () => {
|
38
|
+
matchingPage.steps.verifyWarningIconNotExist();
|
39
|
+
});
|
40
|
+
});
|
41
|
+
});
|
@@ -1,9 +1,12 @@
|
|
1
1
|
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
2
|
-
import { dialogBoxBase, matchingPage } from "../../../pages";
|
2
|
+
import { dialogBoxBase, matchingPage, itemPreviewPage } from "../../../pages";
|
3
|
+
import { browseItemsPage } from "../../../pages/components";
|
3
4
|
import utilities from "../../../support/helpers/utilities";
|
4
5
|
const options = ['Flower', 'Leaves', 'Flowers'];
|
5
6
|
const promptTextArray = ['Wild', 'Aquatic', 'Pet'];
|
6
7
|
|
8
|
+
var itemReferenceID = "";
|
9
|
+
|
7
10
|
describe('Create item page - Matching : Header section and Saving question', () => {
|
8
11
|
before(() => {
|
9
12
|
cy.loginAs('admin');
|
@@ -41,26 +44,19 @@ describe('Create item page - Matching : Header section and Saving question', ()
|
|
41
44
|
before(() => {
|
42
45
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
43
46
|
cy.barsPreLoaderWait();
|
47
|
+
matchingPage.steps.addTextInQuestionInstructionsInputField('Matching');
|
48
|
+
utilities.verifyElementCount(matchingPage.optionInputField(), 3);
|
44
49
|
});
|
45
50
|
|
46
51
|
describe('Validation error messages', () => {
|
47
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton();
|
52
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all prompt values.', 'Please enter all option values.', 'Please set points.']);
|
48
53
|
|
49
54
|
it('Validation error messages should be displayed below required input fields', () => {
|
50
55
|
matchingPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
51
|
-
matchingPage.steps.
|
52
|
-
matchingPage.steps.verifyPromptInputFieldErrorMessage(1);
|
53
|
-
matchingPage.steps.verifyPromptInputFieldErrorMessage(2);
|
54
|
-
matchingPage.steps.verifyOptionsInputFieldErrorMessage(3);
|
55
|
-
matchingPage.steps.verifyOptionsInputFieldErrorMessage(4);
|
56
|
-
matchingPage.steps.verifyOptionsInputFieldErrorMessage(5);
|
57
|
-
matchingPage.steps.verifyPointsFieldErrorMessageIsNotDisplayed();
|
58
|
-
matchingPage.steps.verifySpecifyCorrectAnswerErrorIconIsVisible();
|
59
|
-
matchingPage.steps.verifySpecifyCorrectAnswerErrorMessage();
|
56
|
+
matchingPage.steps.verifyWarningIconOnRequiredFields(['Please enter all prompt values.', 'Please enter all option values.', 'Please set points.']);
|
60
57
|
});
|
61
58
|
|
62
59
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
63
|
-
matchingPage.steps.addTextInQuestionInstructionsInputField('Matching');
|
64
60
|
matchingPage.steps.enterTextInPromptInputField(promptTextArray);
|
65
61
|
matchingPage.steps.enterTextInOptionInputField(options);
|
66
62
|
matchingPage.steps.clickAndDropOptionInDropzoneSpecifyCorrectAnswerSection([{ optionText: 'Flower', dropzoneIndex: 0 }, { optionText: 'Leaves', dropzoneIndex: 1 }, { optionText: 'Flowers', dropzoneIndex: 2 }]);
|
@@ -78,5 +74,35 @@ describe('Create item page - Matching : Header section and Saving question', ()
|
|
78
74
|
});
|
79
75
|
matchingPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
80
76
|
});
|
77
|
+
|
78
|
+
describe('Saving a question with incomplete authoring', () => {
|
79
|
+
abortEarlySetup();
|
80
|
+
before(() => {
|
81
|
+
matchingPage.steps.navigateToCreateQuestion('matching');
|
82
|
+
cy.barsPreLoaderWait();
|
83
|
+
});
|
84
|
+
|
85
|
+
it('User should be able to save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
|
86
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all prompt values.', 'Please enter all option values.', 'Please set points.']);
|
87
|
+
matchingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
88
|
+
});
|
89
|
+
matchingPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
90
|
+
});
|
91
|
+
});
|
92
|
+
|
93
|
+
describe('Save as you go - Browse item page contents', () => {
|
94
|
+
abortEarlySetup();
|
95
|
+
before(() => {
|
96
|
+
matchingPage.steps.navigateToCreateQuestion('matching');
|
97
|
+
cy.barsPreLoaderWait();
|
98
|
+
matchingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
99
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
100
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
101
|
+
browseItemsPage.steps.navigateToBrowseItemsPage();
|
102
|
+
});
|
103
|
+
|
104
|
+
it('When user saves an incompletely authored question then a warning icon should be visible in browse items page', () => {
|
105
|
+
browseItemsPage.steps.verifyWarningIconInBrowseItemPage(`${itemReferenceID}`);
|
106
|
+
});
|
81
107
|
});
|
82
108
|
});
|
@@ -116,22 +116,9 @@ describe('Create Item page - Matching : Question Instructions and prompt section
|
|
116
116
|
matchingPage.steps.verifyPromptContents(2);
|
117
117
|
});
|
118
118
|
|
119
|
-
it('When user focus in and out of any of the \'Prompt\' input field without typing anything, then an error message \'Error: Prompt is required\' error message should
|
119
|
+
it('When user focus in and out of any of the \'Prompt\' input field without typing anything, then an error message \'Error: Prompt is required\' error message should disappear', () => {
|
120
120
|
matchingPage.steps.focusInAndFocusOutOfPromptInputField(1);
|
121
|
-
|
122
|
-
utilities.verifyElementVisibilityState(matchingPage.errorMessage(), 'visible');
|
123
|
-
});
|
124
|
-
|
125
|
-
it('CSS of error message', { tags: 'css' }, () => {
|
126
|
-
utilities.verifyCSS(matchingPage.errorMessage(), {
|
127
|
-
'color': css.color.errorText,
|
128
|
-
'font-size': css.fontSize.small,
|
129
|
-
'font-weight': css.fontWeight.regular
|
130
|
-
});
|
131
|
-
});
|
132
|
-
|
133
|
-
it('Accessibility of error message', { tags: 'a11y' }, () => {
|
134
|
-
cy.checkAccessibility(matchingPage.errorMessage());
|
121
|
+
matchingPage.steps.verifyErrorMessageIsNotDisplayed();
|
135
122
|
});
|
136
123
|
|
137
124
|
it('When user enters text in question prompt input field then error message should disappear', () => {
|
@@ -61,6 +61,7 @@ describe('Create Item page - Matching : Student view settings', () => {
|
|
61
61
|
before(() => {
|
62
62
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
63
63
|
cy.barsPreLoaderWait();
|
64
|
+
utilities.verifyElementCount(matchingPage.optionInputField(), 3);
|
64
65
|
matchingPage.steps.addMultipleOptionFields(3);
|
65
66
|
matchingPage.steps.enterTextInPromptInputField(promptArray);
|
66
67
|
matchingPage.steps.enterTextInOptionInputField(options);
|
@@ -422,6 +423,7 @@ describe('Create Item page - Matching : Student view settings', () => {
|
|
422
423
|
before(() => {
|
423
424
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
424
425
|
cy.barsPreLoaderWait();
|
426
|
+
utilities.verifyElementCount(matchingPage.optionInputField(), 3);
|
425
427
|
matchingPage.steps.allotPoints(5);
|
426
428
|
});
|
427
429
|
|
@@ -19,7 +19,7 @@ describe('Create Item page - Matching : Student view settings for grouped option
|
|
19
19
|
before(() => {
|
20
20
|
matchingPage.steps.navigateToCreateQuestion('matching');
|
21
21
|
cy.barsPreLoaderWait();
|
22
|
-
matchingPage.steps.addTextInQuestionInstructionsInputField('Matching');
|
22
|
+
matchingPage.steps.addTextInQuestionInstructionsInputField('Matching question - Randomize options');
|
23
23
|
matchingPage.steps.setGroupedOptions();
|
24
24
|
});
|
25
25
|
|
@@ -26,7 +26,7 @@ describe('Create item page - Matching-Dropdown: Scoring for blank responses', ()
|
|
26
26
|
|
27
27
|
it('When the user has not set any answer in the \'Specify correct answer\' section and switches to the \'Grading\' view without attempting the question, dropdown numeration should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label \'Correct answers\' should be displayed with correct answers and respective option numeration', () => {
|
28
28
|
matchingPage.steps.switchToGradingView();
|
29
|
-
matchingPage.steps.
|
29
|
+
matchingPage.steps.checkManuallyScoredScoringLabel();
|
30
30
|
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(0);
|
31
31
|
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(1);
|
32
32
|
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(2);
|
@@ -42,12 +42,12 @@ describe('Create item page - Matching-Dropdown: Scoring for blank responses', ()
|
|
42
42
|
matchingPage.steps.resetQuestionPreview();
|
43
43
|
matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[3] }]);
|
44
44
|
matchingPage.steps.switchToGradingView();
|
45
|
-
matchingPage.steps.
|
46
|
-
matchingPage.steps.
|
47
|
-
matchingPage.steps.
|
48
|
-
matchingPage.steps.
|
45
|
+
matchingPage.steps.checkManuallyScoredScoringLabel();
|
46
|
+
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(0);
|
47
|
+
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(1);
|
48
|
+
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(2);
|
49
49
|
matchingPage.steps.verifyCorrectAnswerSectionLabel();
|
50
|
-
matchingPage.steps.
|
50
|
+
matchingPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
51
51
|
matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([[''], [''], ['']]);
|
52
52
|
});
|
53
53
|
|
@@ -207,6 +207,214 @@ describe('Create item page - Matching: All or nothing ', () => {
|
|
207
207
|
});
|
208
208
|
});
|
209
209
|
|
210
|
+
views.forEach((view) => {
|
211
|
+
describe(`${view}: Matching dropdown - Manually scored`, { tags: 'smoke' }, () => {
|
212
|
+
abortEarlySetup();
|
213
|
+
before(() => {
|
214
|
+
switch (view) {
|
215
|
+
case 'Question preview':
|
216
|
+
matchingPage.steps.navigateToCreateQuestion('matching');
|
217
|
+
cy.barsPreLoaderWait();
|
218
|
+
matchingPage.steps.selectOptionLayoutToggleButton('Dropdown menu');
|
219
|
+
matchingPage.steps.addTextInQuestionInstructionsInputField('Match the following using dropdowns.');
|
220
|
+
matchingPage.steps.expandScoringTypeDropdown();
|
221
|
+
matchingPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
222
|
+
matchingPage.steps.allotPoints(20);
|
223
|
+
matchingPage.steps.addMultipleOptionFields(2);
|
224
|
+
matchingPage.steps.enterTextInPromptInputField(promptTextArray);
|
225
|
+
matchingPage.steps.enterTextInOptionInputFieldDropdown(optionsArray);
|
226
|
+
matchingPage.steps.switchToPreviewTab();
|
227
|
+
break;
|
228
|
+
case 'Item preview':
|
229
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
230
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
231
|
+
break;
|
232
|
+
case 'Grading view':
|
233
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
234
|
+
break;
|
235
|
+
};
|
236
|
+
});
|
237
|
+
|
238
|
+
beforeEach(() => {
|
239
|
+
switch (view) {
|
240
|
+
case 'Question preview':
|
241
|
+
matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
242
|
+
matchingPage.steps.resetQuestionPreview();
|
243
|
+
break;
|
244
|
+
case 'Item preview':
|
245
|
+
matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
246
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
247
|
+
break;
|
248
|
+
case 'Grading view':
|
249
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
250
|
+
break;
|
251
|
+
}
|
252
|
+
});
|
253
|
+
|
254
|
+
if (view === 'Question preview') {
|
255
|
+
after(() => {
|
256
|
+
matchingPage.steps.clickOnSaveQuestionButton();
|
257
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
258
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
259
|
+
});
|
260
|
+
};
|
261
|
+
|
262
|
+
it('Question instructions should be visible', () => {
|
263
|
+
matchingPage.steps.verifyQuestionInstructionsTextPreviewTab('Match the following using dropdowns.');
|
264
|
+
matchingPage.steps.verifyVisibityOfQuestionInstructionsText();
|
265
|
+
});
|
266
|
+
|
267
|
+
it('User should be able to attempt the question in student view, and correct/incorrect icons, "Your answer is correct/incorrect" label, and correct answer section should not be displayed in grading view', () => {
|
268
|
+
matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[0] }, { dropdownIndex: 1, dropdownOption: optionsArray[1] }]);
|
269
|
+
if (view === 'Grading view') {
|
270
|
+
studentViewPage.steps.submitResponse();
|
271
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
272
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
273
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
274
|
+
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(0);
|
275
|
+
matchingPage.steps.verifyCorrectIncorrectIconNotExistDropdown(1);
|
276
|
+
matchingPage.steps.verifyAnswerStatusBannerNotExist();
|
277
|
+
matchingPage.steps.verifyCorrectAnswerSectionNotExist();
|
278
|
+
};
|
279
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
280
|
+
matchingPage.steps.checkManuallyScoredScoringLabel();
|
281
|
+
};
|
282
|
+
});
|
283
|
+
});
|
284
|
+
});
|
285
|
+
|
286
|
+
views.forEach((view) => {
|
287
|
+
describe(`${view}: Matching dropdown - Non scored`, { tags: 'smoke' }, () => {
|
288
|
+
abortEarlySetup();
|
289
|
+
before(() => {
|
290
|
+
switch (view) {
|
291
|
+
case 'Question preview':
|
292
|
+
matchingPage.steps.navigateToCreateQuestion('matching');
|
293
|
+
cy.barsPreLoaderWait();
|
294
|
+
matchingPage.steps.selectOptionLayoutToggleButton('Dropdown menu');
|
295
|
+
matchingPage.steps.addTextInQuestionInstructionsInputField('Match the following using dropdowns.');
|
296
|
+
matchingPage.steps.addMultipleOptionFields(2);
|
297
|
+
matchingPage.steps.enterTextInPromptInputField(promptTextArray);
|
298
|
+
matchingPage.steps.enterTextInOptionInputFieldDropdown(optionsArray);
|
299
|
+
matchingPage.steps.expandScoringTypeDropdown();
|
300
|
+
matchingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
301
|
+
matchingPage.steps.selectResponseFromDropdownInSpecifyCorrectAnswerSection([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[2] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
|
302
|
+
matchingPage.steps.switchToPreviewTab();
|
303
|
+
break;
|
304
|
+
case 'Item preview':
|
305
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
306
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
307
|
+
break;
|
308
|
+
case 'Grading view':
|
309
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
310
|
+
break;
|
311
|
+
};
|
312
|
+
});
|
313
|
+
|
314
|
+
beforeEach(() => {
|
315
|
+
switch (view) {
|
316
|
+
case 'Question preview':
|
317
|
+
matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
318
|
+
matchingPage.steps.resetQuestionPreview();
|
319
|
+
break;
|
320
|
+
case 'Item preview':
|
321
|
+
matchingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
322
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
323
|
+
break;
|
324
|
+
case 'Grading view':
|
325
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
326
|
+
break;
|
327
|
+
}
|
328
|
+
});
|
329
|
+
|
330
|
+
if (view === 'Question preview') {
|
331
|
+
after(() => {
|
332
|
+
matchingPage.steps.clickOnSaveQuestionButton();
|
333
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
334
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
335
|
+
});
|
336
|
+
};
|
337
|
+
|
338
|
+
it('When the user selects "Grading" view without attempting the question, dropdown numeration should be displayed, correct/incorrect status message should not be displayed, correct answers section with a label "Correct answers" should be displayed with correct answers and respective option numeration', () => {
|
339
|
+
if (view === 'Grading view') {
|
340
|
+
studentViewPage.steps.submitResponse();
|
341
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
342
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
343
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
344
|
+
};
|
345
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
346
|
+
matchingPage.steps.checkNonScoredScoringLabel();
|
347
|
+
matchingPage.steps.switchToGradingView();
|
348
|
+
matchingPage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
349
|
+
};
|
350
|
+
matchingPage.steps.verifyDropdownNumeration(0);
|
351
|
+
matchingPage.steps.verifyDropdownNumeration(1);
|
352
|
+
matchingPage.steps.verifyDropdownNumeration(2);
|
353
|
+
matchingPage.steps.verifyCorrectIncorrectIconsNotExist();
|
354
|
+
matchingPage.steps.verifyCorrectIncorrectAnswerLabelNotExist();
|
355
|
+
utilities.verifyInnerText(matchingPage.correctAnswersLabel(), 'Correct answers');
|
356
|
+
matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
|
357
|
+
});
|
358
|
+
|
359
|
+
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to "Grading" view, incorrect icons should be displayed besides all incorrect responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers along with numeration should be displayed', () => {
|
360
|
+
matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[0] }, { dropdownIndex: 1, dropdownOption: optionsArray[1] }, { dropdownIndex: 2, dropdownOption: optionsArray[2] }]);
|
361
|
+
if (view === 'Grading view') {
|
362
|
+
studentViewPage.steps.submitResponse();
|
363
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
364
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
365
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
366
|
+
};
|
367
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
368
|
+
matchingPage.steps.checkNonScoredScoringLabel();
|
369
|
+
matchingPage.steps.switchToGradingView();
|
370
|
+
};
|
371
|
+
matchingPage.steps.verifyIncorrectOptionIconDropdown(0);
|
372
|
+
matchingPage.steps.verifyIncorrectOptionIconDropdown(1);
|
373
|
+
matchingPage.steps.verifyIncorrectOptionIconDropdown(2);
|
374
|
+
matchingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
375
|
+
matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
|
376
|
+
});
|
377
|
+
|
378
|
+
it('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to "Grading" view, correct icon should be displayed beside the correct answer responses, incorrect icon should be displayed beside incorrect answer responses, a status message with text "Your answer is incorrect" and correct answer section with all correct answers should be displayed', () => {
|
379
|
+
matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[3] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
|
380
|
+
if (view === 'Grading view') {
|
381
|
+
studentViewPage.steps.submitResponse();
|
382
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
383
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
384
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
385
|
+
};
|
386
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
387
|
+
matchingPage.steps.checkNonScoredScoringLabel();
|
388
|
+
matchingPage.steps.switchToGradingView();
|
389
|
+
};
|
390
|
+
matchingPage.steps.verifyCorrectOptionIconDropdown(0);
|
391
|
+
matchingPage.steps.verifyIncorrectOptionIconDropdown(1);
|
392
|
+
matchingPage.steps.verifyCorrectOptionIconDropdown(2);
|
393
|
+
matchingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
394
|
+
matchingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount([['Elephant'], ['Fish'], ['Cat']]);
|
395
|
+
});
|
396
|
+
|
397
|
+
it('When the user attempts the question correctly, and on switching to "Grading" view, non-scoring label should be displayed, correct icons should be displayed beside the correct responses, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
|
398
|
+
matchingPage.steps.selectResponseFromDropdownInPreviewTab([{ dropdownIndex: 0, dropdownOption: optionsArray[1] }, { dropdownIndex: 1, dropdownOption: optionsArray[2] }, { dropdownIndex: 2, dropdownOption: optionsArray[0] }]);
|
399
|
+
if (view === 'Grading view') {
|
400
|
+
studentViewPage.steps.submitResponse();
|
401
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'visible');
|
402
|
+
studentViewPage.steps.clickOnGoToGradingViewButton();
|
403
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
404
|
+
};
|
405
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
406
|
+
matchingPage.steps.checkNonScoredScoringLabel();
|
407
|
+
matchingPage.steps.switchToGradingView();
|
408
|
+
};
|
409
|
+
matchingPage.steps.verifyCorrectOptionIconDropdown(0);
|
410
|
+
matchingPage.steps.verifyCorrectOptionIconDropdown(1);
|
411
|
+
matchingPage.steps.verifyCorrectOptionIconDropdown(2);
|
412
|
+
matchingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
413
|
+
matchingPage.steps.verifyCorrectAnswerSectionNotExists();
|
414
|
+
});
|
415
|
+
});
|
416
|
+
});
|
417
|
+
|
210
418
|
if (!grepTags || !grepTags.includes('smoke')) {
|
211
419
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
212
420
|
abortEarlySetup();
|
@@ -375,7 +375,8 @@ describe('Create Item page - Multiple selection: All or nothing ', () => {
|
|
375
375
|
multipleSelectionPage.steps.verifyCorrectAnswerSectionExist();
|
376
376
|
});
|
377
377
|
|
378
|
-
|
378
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-6004
|
379
|
+
it.skip('When the user attempts the question partially correct, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with numeration should be displayed', () => {
|
379
380
|
if (view === 'Grading view') {
|
380
381
|
studentViewPage.steps.clearResponses();
|
381
382
|
};
|
@@ -167,7 +167,7 @@ describe('Create item page - Multiple selection: Question instructions, Options
|
|
167
167
|
});
|
168
168
|
|
169
169
|
it('Warning icons should be displayed on the required input fields', () => {
|
170
|
-
multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
|
170
|
+
multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
|
171
171
|
});
|
172
172
|
|
173
173
|
it('Warning icons should disappear when required input fields are filled', () => {
|
@@ -45,11 +45,11 @@ describe('Create item page - Multiple selection: Header section and Saving quest
|
|
45
45
|
});
|
46
46
|
|
47
47
|
describe('Validation error messages', () => {
|
48
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
48
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
49
49
|
|
50
50
|
it('Validation error messages should be displayed below required input fields', () => {
|
51
51
|
multipleSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
52
|
-
multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values', 'Please set points']);
|
52
|
+
multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please enter all option values.', 'Please set points.']);
|
53
53
|
});
|
54
54
|
|
55
55
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -78,7 +78,7 @@ describe('Create item page - Multiple selection: Header section and Saving quest
|
|
78
78
|
});
|
79
79
|
|
80
80
|
it('should save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
|
81
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values', 'Please set points']);
|
81
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all option values.', 'Please set points.']);
|
82
82
|
multipleSelectionPage.steps.saveAQuestionWithIncompleteAuthoring();
|
83
83
|
});
|
84
84
|
multipleSelectionPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js
CHANGED
@@ -65,6 +65,7 @@ describe('Create Item page - Multiple selection grid', () => {
|
|
65
65
|
before(() => {
|
66
66
|
multipleSelectionGridPage.steps.navigateToCreateQuestion('multiple selection grid');
|
67
67
|
cy.barsPreLoaderWait();
|
68
|
+
multipleSelectionGridPage.steps.addQuestionInstructions('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
68
69
|
});
|
69
70
|
|
70
71
|
it('When the user selects \'Grading\' view without setting the answer, correct answers section and answer status banner should not be displayed', () => {
|
@@ -109,7 +109,7 @@ describe('Create item page - Multiple selection grid: Question instructions, Spe
|
|
109
109
|
});
|
110
110
|
|
111
111
|
it('When the user gives an input value lower than 1 i.e. 0 in the rows input stepper, then the columns value should be reset to 1', () => {
|
112
|
-
multipleSelectionGridPage.steps.
|
112
|
+
multipleSelectionGridPage.steps.enterInputToRowInputStepper(0);
|
113
113
|
multipleSelectionGridPage.steps.verifyRowsInputStepperCountInputFieldValue(1);
|
114
114
|
});
|
115
115
|
|
@@ -1042,7 +1042,7 @@ describe('Create item page - Multiple selection grid: Question instructions, Spe
|
|
1042
1042
|
});
|
1043
1043
|
|
1044
1044
|
it('Warning icons should be displayed on the required input fields', () => {
|
1045
|
-
multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions', 'Please set points']);
|
1045
|
+
multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions.', 'Please set points.']);
|
1046
1046
|
});
|
1047
1047
|
|
1048
1048
|
it('Warning icons should disappear when required input fields are filled', () => {
|
@@ -44,11 +44,11 @@ describe('Create item page - Multiple selection grid: Header section and Saving
|
|
44
44
|
});
|
45
45
|
|
46
46
|
describe('Validation error messages', () => {
|
47
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid', 'Please set points']);
|
47
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid.', 'Please set points.']);
|
48
48
|
|
49
49
|
it('Validation error messages should be displayed below required input fields', () => {
|
50
50
|
multipleSelectionGridPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
51
|
-
multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions in the grid', 'Please set points']);
|
51
|
+
multipleSelectionGridPage.steps.verifyWarningIconOnRequiredFields(['Please enter all questions in the grid.', 'Please set points.']);
|
52
52
|
});
|
53
53
|
|
54
54
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -84,7 +84,7 @@ describe('Create item page - Multiple selection grid: Header section and Saving
|
|
84
84
|
});
|
85
85
|
|
86
86
|
it('Should save the question with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save Question button is clicked', () => {
|
87
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid', 'Please set points']);
|
87
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter all questions in the grid.', 'Please set points.']);
|
88
88
|
multipleSelectionGridPage.steps.saveAQuestionWithIncompleteAuthoring();
|
89
89
|
});
|
90
90
|
multipleSelectionGridPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|