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
@@ -0,0 +1,87 @@
|
|
1
|
+
import { graphingPage } from "../../../../pages";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
const correctAnswerPoints = [
|
5
|
+
{ x: -3, xRange: 20, y: 4, yRange: 20 }, { x: 3, xRange: 20, y: 4, yRange: 20 }
|
6
|
+
];
|
7
|
+
|
8
|
+
const incorrectAnswerPoints = [
|
9
|
+
{ x: -3, xRange: 20, y: 4, yRange: 20 }, { x: 4, xRange: 20, y: 4, yRange: 20 }
|
10
|
+
];
|
11
|
+
|
12
|
+
describe('Create Item page - Graphing', () => {
|
13
|
+
before(() => {
|
14
|
+
cy.loginAs('admin');
|
15
|
+
});
|
16
|
+
|
17
|
+
describe('Question Preview: Auto Scored With Points', () => {
|
18
|
+
abortEarlySetup();
|
19
|
+
before(() => {
|
20
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
21
|
+
cy.barsPreLoaderWait();
|
22
|
+
graphingPage.steps.switchToPreviewTab();
|
23
|
+
});
|
24
|
+
|
25
|
+
it('In Preview tab, when an answer is not set then manually scored scoring label should be displayed', () => {
|
26
|
+
graphingPage.steps.checkManuallyScoredScoringLabel();
|
27
|
+
});
|
28
|
+
|
29
|
+
it('In Preview tab, when user switches to grading view then no banner and correct answer should be displayed', () => {
|
30
|
+
graphingPage.steps.plotPointsOnGraphPreviewTab(correctAnswerPoints);
|
31
|
+
graphingPage.steps.switchToGradingView();
|
32
|
+
graphingPage.steps.verifyAnswerStatusBannerNotExist();
|
33
|
+
graphingPage.steps.verifyCorrectAnswerSectionNotExist();
|
34
|
+
});
|
35
|
+
|
36
|
+
it('When user allocates points to the question then the scoring label should be displayed as manually scored and banner and correct answer status should not exist', () => {
|
37
|
+
graphingPage.steps.switchToEditTab();
|
38
|
+
graphingPage.steps.allotPoints(10);
|
39
|
+
graphingPage.steps.switchToPreviewTab();
|
40
|
+
graphingPage.steps.checkManuallyScoredScoringLabel();
|
41
|
+
graphingPage.steps.plotPointsOnGraphPreviewTab(correctAnswerPoints);
|
42
|
+
graphingPage.steps.switchToGradingView();
|
43
|
+
graphingPage.steps.verifyAnswerStatusBannerNotExist();
|
44
|
+
graphingPage.steps.verifyCorrectAnswerSectionNotExist();
|
45
|
+
});
|
46
|
+
});
|
47
|
+
|
48
|
+
describe('Question Preview: Auto Scored Without Points', () => {
|
49
|
+
abortEarlySetup();
|
50
|
+
before(() => {
|
51
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
52
|
+
cy.barsPreLoaderWait();
|
53
|
+
graphingPage.steps.plotPointsOnGraphSpecifyCorrectAnswerSection(correctAnswerPoints);
|
54
|
+
graphingPage.steps.switchToPreviewTab();
|
55
|
+
});
|
56
|
+
|
57
|
+
it('In Preview tab, when points are not set then manually scored scoring label should be displayed', () => {
|
58
|
+
graphingPage.steps.checkManuallyScoredScoringLabel();
|
59
|
+
});
|
60
|
+
|
61
|
+
it('In Preview tab, when user switches to grading view then banner and correct answer should be displayed', () => {
|
62
|
+
graphingPage.steps.plotPointsOnGraphPreviewTab(incorrectAnswerPoints);
|
63
|
+
graphingPage.steps.switchToGradingView();
|
64
|
+
graphingPage.steps.verifyAnswerStatusBannerExist();
|
65
|
+
graphingPage.steps.verifyCorrectAnswerSectionExist();
|
66
|
+
});
|
67
|
+
});
|
68
|
+
|
69
|
+
describe('Question Preview: Non Scored', () => {
|
70
|
+
abortEarlySetup();
|
71
|
+
before(() => {
|
72
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
73
|
+
cy.barsPreLoaderWait();
|
74
|
+
graphingPage.steps.addTextInQuestionInstructionsInputField('Graphing question');
|
75
|
+
});
|
76
|
+
|
77
|
+
it('When the user selects \'Grading\' view without setting the answer, correct answers section and answer status banner should not be displayed', () => {
|
78
|
+
graphingPage.steps.expandScoringTypeDropdown();
|
79
|
+
graphingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
80
|
+
graphingPage.steps.switchToPreviewTab();
|
81
|
+
graphingPage.steps.plotPointsOnGraphPreviewTab(correctAnswerPoints);
|
82
|
+
graphingPage.steps.switchToGradingView();
|
83
|
+
graphingPage.steps.verifyAnswerStatusBannerNotExist();
|
84
|
+
graphingPage.steps.verifyCorrectAnswerSectionNotExist();
|
85
|
+
});
|
86
|
+
});
|
87
|
+
});
|
@@ -784,9 +784,9 @@ describe('Create Item page - Graphing: All or nothing ', () => {
|
|
784
784
|
it('When the user attempts the question with incorrect sine wave then the question should be treated as incorrect', () => {
|
785
785
|
graphingPage.steps.resetQuestionPreview();
|
786
786
|
graphingPage.steps.selectGraphToolOptionPreviewTab('Sine');
|
787
|
-
graphingPage.steps.plotPointsOnGraphPreviewTab([{ x: 2, xRange: 20, y: 0, yRange: 20 }, { x: 3, xRange: 20, y:
|
787
|
+
graphingPage.steps.plotPointsOnGraphPreviewTab([{ x: 2, xRange: 20, y: 0, yRange: 20 }, { x: 3, xRange: 20, y: 1, yRange: 20 }]);
|
788
788
|
graphingPage.steps.switchToGradingView();
|
789
|
-
graphingPage.steps.verifyIncorrectPointsPlottedOnGraphPreviewTab([{ x: 2, xRange: 20, y: 0, yRange: 20 }, { x: 3, xRange: 20, y:
|
789
|
+
graphingPage.steps.verifyIncorrectPointsPlottedOnGraphPreviewTab([{ x: 2, xRange: 20, y: 0, yRange: 20 }, { x: 3, xRange: 20, y: 1, yRange: 20 }]);
|
790
790
|
graphingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
791
791
|
});
|
792
792
|
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { graphingPage } from "../../../pages";
|
2
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
const correctAnswerPoints = [
|
5
|
+
{ x: -3, xRange: 20, y: 4, yRange: 20 }, { x: 3, xRange: 20, y: 4, yRange: 20 }
|
6
|
+
];
|
7
|
+
|
8
|
+
describe('Create question page - Graphing', () => {
|
9
|
+
before(() => {
|
10
|
+
cy.loginAs('admin');
|
11
|
+
});
|
12
|
+
|
13
|
+
describe('Check Alternative Answer Button', () => {
|
14
|
+
abortEarlySetup();
|
15
|
+
before(() => {
|
16
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
17
|
+
cy.barsPreLoaderWait();
|
18
|
+
});
|
19
|
+
|
20
|
+
it('When correct answer is not set then alternative answer should be disabled', () => {
|
21
|
+
graphingPage.steps.checkAlternativeButtonDisabled();
|
22
|
+
});
|
23
|
+
|
24
|
+
it('When correct answer is set then alternative answer should be enabled', () => {
|
25
|
+
graphingPage.steps.allotPoints(10);
|
26
|
+
graphingPage.steps.plotPointsOnGraphSpecifyCorrectAnswerSection(correctAnswerPoints);
|
27
|
+
graphingPage.steps.checkAlternativeButtonEnabled();
|
28
|
+
});
|
29
|
+
|
30
|
+
it('User should be able to add \'Alternative\' answer using the \'Add alternative\' button, when user has not set any answer in the \'Alternative\' accordion and clicks on the \'Correct\' accordion then \'Correct\' accordion should be expanded', () => {
|
31
|
+
graphingPage.steps.clickOnAddAlternativeAnswerButton();
|
32
|
+
graphingPage.steps.expandCorrectAnswerAccordion();
|
33
|
+
});
|
34
|
+
});
|
35
|
+
});
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { graphingPage } from "../../../pages";
|
2
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
|
5
|
+
describe('Edit item - Graphing', () => {
|
6
|
+
before(() => {
|
7
|
+
cy.loginAs('admin');
|
8
|
+
});
|
9
|
+
|
10
|
+
describe('Edit Graphing question', { tags: 'smoke' }, () => {
|
11
|
+
abortEarlySetup();
|
12
|
+
before(() => {
|
13
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
14
|
+
cy.barsPreLoaderWait();
|
15
|
+
graphingPage.steps.expandScoringTypeDropdown();
|
16
|
+
graphingPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
17
|
+
graphingPage.steps.allotPoints(2);
|
18
|
+
graphingPage.steps.saveAQuestionAndVerifySnackbar();
|
19
|
+
});
|
20
|
+
|
21
|
+
it('User should be able to change scoring type to non scored and scoring dropdown should exisit.', () => {
|
22
|
+
graphingPage.steps.editItem();
|
23
|
+
graphingPage.steps.expandScoringTypeDropdown();
|
24
|
+
graphingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
25
|
+
graphingPage.tests.verifyScoringTypeLabelAndDropdown('Auto scored');
|
26
|
+
});
|
27
|
+
});
|
28
|
+
});
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import { graphingPage } from "../../../pages";
|
2
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create item page - Graphing', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('User should be able to edit incomplete authored question', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
before(() => {
|
12
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
graphingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
15
|
+
graphingPage.steps.editItem();
|
16
|
+
});
|
17
|
+
|
18
|
+
it('Warning icons should be displayed on the required input fields', () => {
|
19
|
+
graphingPage.steps.verifyWarningIconOnRequiredFields([
|
20
|
+
'Please set points.',
|
21
|
+
]);
|
22
|
+
});
|
23
|
+
|
24
|
+
it('When required input fields are filled then warning icons should disappear', () => {
|
25
|
+
graphingPage.steps.allotPoints(10);
|
26
|
+
graphingPage.steps.verifyErrorMessageIsNotDisplayed();
|
27
|
+
graphingPage.steps.verifySpecifyCorrectAnswerErrorIconNotExists();
|
28
|
+
});
|
29
|
+
|
30
|
+
it('Clicking on Save Question button the question should get saved and a snackbar with text \'Saved successfully!\' should be displayed', () => {
|
31
|
+
graphingPage.steps.saveAQuestionAndVerifySnackbar();
|
32
|
+
});
|
33
|
+
|
34
|
+
it('Warning icon should not be visible', () => {
|
35
|
+
graphingPage.steps.verifyWarningIconNotExist();
|
36
|
+
});
|
37
|
+
});
|
38
|
+
});
|
@@ -94,6 +94,7 @@ describe('Create item page - Graphing: Scoring section', () => {
|
|
94
94
|
before(() => {
|
95
95
|
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
96
96
|
cy.barsPreLoaderWait();
|
97
|
+
graphingPage.steps.addTextInQuestionInstructionsInputField('Graphing question');
|
97
98
|
graphingPage.steps.expandScoringTypeDropdown();
|
98
99
|
graphingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
99
100
|
});
|
@@ -1,7 +1,10 @@
|
|
1
1
|
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
2
|
-
import { dialogBoxBase, graphingPage } from "../../../pages";
|
2
|
+
import { dialogBoxBase, graphingPage, itemPreviewPage } from "../../../pages";
|
3
|
+
import { browseItemsPage } from "../../../pages/components";
|
3
4
|
import utilities from "../../../support/helpers/utilities";
|
4
5
|
|
6
|
+
var itemReferenceID = "";
|
7
|
+
|
5
8
|
describe('Create item page - Graphing: Header section and saving question', () => {
|
6
9
|
before(() => {
|
7
10
|
cy.loginAs('admin');
|
@@ -45,12 +48,11 @@ describe('Create item page - Graphing: Header section and saving question', () =
|
|
45
48
|
});
|
46
49
|
|
47
50
|
describe('Validation error messages', () => {
|
48
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton();
|
51
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points.']);
|
49
52
|
|
50
53
|
it('Validation error messages should be displayed below required input fields', () => {
|
51
54
|
graphingPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
52
|
-
graphingPage.steps.
|
53
|
-
utilities.verifyInnerText(utilities.getNthElement(graphingPage.errorMessage(), 0), 'Error: Please set a correct answer.');
|
55
|
+
graphingPage.steps.verifyWarningIconOnRequiredFields(['Please set points.']);
|
54
56
|
});
|
55
57
|
|
56
58
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
@@ -73,5 +75,35 @@ describe('Create item page - Graphing: Header section and saving question', () =
|
|
73
75
|
|
74
76
|
graphingPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
75
77
|
});
|
78
|
+
|
79
|
+
describe('Saving a question with incomplete authoring', () => {
|
80
|
+
abortEarlySetup();
|
81
|
+
before(() => {
|
82
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
83
|
+
cy.barsPreLoaderWait();
|
84
|
+
});
|
85
|
+
|
86
|
+
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', () => {
|
87
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points.']);
|
88
|
+
graphingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
89
|
+
});
|
90
|
+
graphingPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
91
|
+
});
|
92
|
+
});
|
93
|
+
|
94
|
+
describe('Save as you go - Browse item page contents', () => {
|
95
|
+
abortEarlySetup();
|
96
|
+
before(() => {
|
97
|
+
graphingPage.steps.navigateToCreateQuestion('Graphing');
|
98
|
+
cy.barsPreLoaderWait();
|
99
|
+
graphingPage.steps.saveAQuestionWithIncompleteAuthoring();
|
100
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
101
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
102
|
+
browseItemsPage.steps.navigateToBrowseItemsPage();
|
103
|
+
});
|
104
|
+
|
105
|
+
it('When user saves an incompletely authored question then a warning icon should be visible in browse items page', () => {
|
106
|
+
browseItemsPage.steps.verifyWarningIconInBrowseItemPage(`${itemReferenceID}`);
|
107
|
+
});
|
76
108
|
});
|
77
109
|
});
|
@@ -426,7 +426,8 @@ describe('Graphing: Layout section - Edit tab and preview tab tool options', ()
|
|
426
426
|
graphingPage.steps.enterTextInXGridSpacingInputFieldValue(1500);
|
427
427
|
});
|
428
428
|
|
429
|
-
|
429
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5518
|
430
|
+
it.skip('When user updates X grid spacing then on the x axis user should be able to plot only on the grid lines after a those many intervals', () => {
|
430
431
|
graphingPage.steps.enterTextInXGridSpacingInputFieldValue(3);
|
431
432
|
graphingPage.steps.plotPointsOnGraphEditTab([{ x: -2, xRange: 20, y: 1, yRange: 20 }]);
|
432
433
|
graphingPage.steps.verifyPointsPlottedOnEditTabGraph([{ x: -3, xRange: 20, y: 1, yRange: 20 }]);
|
@@ -555,7 +556,8 @@ describe('Graphing: Layout section - Edit tab and preview tab tool options', ()
|
|
555
556
|
graphingPage.steps.enterTextInYGridSpacingInputFieldValue(1500);
|
556
557
|
});
|
557
558
|
|
558
|
-
|
559
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5518
|
560
|
+
it.skip('When the user updates the Y grid spacing value then the user should be able to plot on y axis grid lines after those many intervals', () => {
|
559
561
|
graphingPage.steps.enterTextInYGridSpacingInputFieldValue(4)
|
560
562
|
graphingPage.steps.plotPointsOnGraphEditTab([{ x: 3, xRange: 20, y: 7, yRange: 20 }]);
|
561
563
|
graphingPage.steps.verifyPointsPlottedOnEditTabGraph([{ x: 3, xRange: 20, y: 8, yRange: 20 }]);
|
@@ -843,7 +845,8 @@ describe('Graphing: Layout section - Edit tab and preview tab tool options', ()
|
|
843
845
|
graphingPage.steps.verifyPointsPlottedOnPreviewTab([{ x: 3, xRange: 20, y: 1, yRange: 20 }]);
|
844
846
|
});
|
845
847
|
|
846
|
-
|
848
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5518
|
849
|
+
it.skip('When the user updates the Y grid spacing value then the user should be able to plot on y axis grid lines after those many intervals', () => {
|
847
850
|
graphingPage.steps.switchToEditTab();
|
848
851
|
graphingPage.steps.enterTextInYGridSpacingInputFieldValue(4);
|
849
852
|
graphingPage.steps.switchToPreviewTab();
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { gridFillPage } from "../../../pages";
|
2
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create question page - Drag and Drop into Categories', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('Check Alternative Answer Button', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
before(() => {
|
12
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
});
|
15
|
+
|
16
|
+
it('When correct answer is not set then alternative answer should be disabled', () => {
|
17
|
+
gridFillPage.steps.addTextInQuestionInstructionsInputField('Grid Fill');
|
18
|
+
gridFillPage.steps.checkAlternativeButtonDisabled();
|
19
|
+
});
|
20
|
+
|
21
|
+
it('When correct answer is set then alternative answer should be enabled', () => {
|
22
|
+
gridFillPage.steps.allotPoints(20);
|
23
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
24
|
+
gridFillPage.steps.checkAlternativeButtonEnabled();
|
25
|
+
});
|
26
|
+
|
27
|
+
it('User should be able to add \'Alternative\' answer using the \'Add alternative\' button, when user has not set any answer in the \'Alternative\' accordion and clicks on the \'Correct\' accordion then \'Correct\' accordion should be expanded', () => {
|
28
|
+
gridFillPage.steps.clickOnAddAlternativeAnswerButton();
|
29
|
+
});
|
30
|
+
|
31
|
+
it('Alternative answer should not be allowed to be added when user has not set cell count in the correct answer section', () => {
|
32
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
33
|
+
gridFillPage.steps.checkAlternativeButtonDisabled();
|
34
|
+
gridFillPage.steps.addInputToCellShadeCountInputField(2);
|
35
|
+
gridFillPage.steps.checkAlternativeButtonEnabled();
|
36
|
+
gridFillPage.steps.clickOnAddAlternativeAnswerButton();
|
37
|
+
gridFillPage.steps.expandCorrectAnswerAccordion();
|
38
|
+
});
|
39
|
+
});
|
40
|
+
});
|
@@ -231,6 +231,216 @@ describe('Create item page - Grid fill: All or nothing', () => {
|
|
231
231
|
});
|
232
232
|
});
|
233
233
|
|
234
|
+
views.forEach((view) => {
|
235
|
+
describe(`${view}: Grid fill - Manually scored`, { tags: 'smoke' }, () => {
|
236
|
+
abortEarlySetup();
|
237
|
+
before(() => {
|
238
|
+
switch (view) {
|
239
|
+
case 'Question preview':
|
240
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
241
|
+
cy.barsPreLoaderWait();
|
242
|
+
gridFillPage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
243
|
+
gridFillPage.steps.expandScoringTypeDropdown();
|
244
|
+
gridFillPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
245
|
+
gridFillPage.steps.allotPoints(20);
|
246
|
+
gridFillPage.steps.switchToPreviewTab();
|
247
|
+
break;
|
248
|
+
case 'Item preview':
|
249
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
250
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
251
|
+
break;
|
252
|
+
case 'Grading view':
|
253
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
254
|
+
break;
|
255
|
+
}
|
256
|
+
});
|
257
|
+
|
258
|
+
beforeEach(() => {
|
259
|
+
switch (view) {
|
260
|
+
case 'Question preview':
|
261
|
+
gridFillPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
262
|
+
gridFillPage.steps.verifyCorrectIncorrectBorderNotExists();
|
263
|
+
gridFillPage.steps.resetQuestionPreview();
|
264
|
+
break;
|
265
|
+
case 'Item preview':
|
266
|
+
itemPreviewPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
267
|
+
gridFillPage.steps.verifyCorrectIncorrectBorderNotExists();
|
268
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
269
|
+
break;
|
270
|
+
case 'Grading view':
|
271
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
272
|
+
cy.wait(2000);
|
273
|
+
break;
|
274
|
+
}
|
275
|
+
});
|
276
|
+
|
277
|
+
if (view === 'Question preview') {
|
278
|
+
after(() => {
|
279
|
+
gridFillPage.steps.clickOnSaveQuestionButton();
|
280
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
281
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
282
|
+
});
|
283
|
+
}
|
284
|
+
|
285
|
+
it('Question instructions should be visible', () => {
|
286
|
+
gridFillPage.steps.verifyQuestionInstructionsTextPreviewTab('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
287
|
+
gridFillPage.steps.verifyVisibityOfQuestionInstructionsText();
|
288
|
+
});
|
289
|
+
|
290
|
+
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', () => {
|
291
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
292
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
293
|
+
if (view === 'Grading view') {
|
294
|
+
studentViewPage.steps.submitResponse();
|
295
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
296
|
+
gridFillPage.steps.clickOnGoToGradingViewButton();
|
297
|
+
gradingViewPage.steps.verifyGradingViewScore('', 20);
|
298
|
+
}
|
299
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
300
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
301
|
+
}
|
302
|
+
gridFillPage.steps.verifyCorrectIncorrectResponseIconNotExistPreviewTab(0, 0);
|
303
|
+
gridFillPage.steps.verifyCorrectIncorrectResponseIconNotExistPreviewTab(0, 1);
|
304
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
305
|
+
});
|
306
|
+
});
|
307
|
+
});
|
308
|
+
|
309
|
+
views.forEach((view) => {
|
310
|
+
describe(`${view}: Grid fill - Non scored`, { tags: 'smoke' }, () => {
|
311
|
+
abortEarlySetup();
|
312
|
+
before(() => {
|
313
|
+
switch (view) {
|
314
|
+
case 'Question preview':
|
315
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
316
|
+
cy.barsPreLoaderWait();
|
317
|
+
gridFillPage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
318
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
319
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 1);
|
320
|
+
gridFillPage.steps.expandScoringTypeDropdown();
|
321
|
+
gridFillPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
322
|
+
gridFillPage.steps.switchToPreviewTab();
|
323
|
+
break;
|
324
|
+
case 'Item preview':
|
325
|
+
cy.visit(`/item-engine/demo/edit-item/${utilities.base64Encoding(itemReferenceID)}`);
|
326
|
+
itemPreviewPage.steps.switchToPreviewTab();
|
327
|
+
break;
|
328
|
+
case 'Grading view':
|
329
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
330
|
+
break;
|
331
|
+
}
|
332
|
+
});
|
333
|
+
|
334
|
+
beforeEach(() => {
|
335
|
+
switch (view) {
|
336
|
+
case 'Question preview':
|
337
|
+
gridFillPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
338
|
+
gridFillPage.steps.verifyCorrectIncorrectBorderNotExists();
|
339
|
+
gridFillPage.steps.resetQuestionPreview();
|
340
|
+
break;
|
341
|
+
case 'Item preview':
|
342
|
+
itemPreviewPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
343
|
+
gridFillPage.steps.verifyCorrectIncorrectBorderNotExists();
|
344
|
+
itemPreviewPage.steps.resetQuestionPreview();
|
345
|
+
break;
|
346
|
+
case 'Grading view':
|
347
|
+
cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
|
348
|
+
cy.wait(2000);
|
349
|
+
break;
|
350
|
+
}
|
351
|
+
});
|
352
|
+
|
353
|
+
if (view === 'Question preview') {
|
354
|
+
after(() => {
|
355
|
+
gridFillPage.steps.clickOnSaveQuestionButton();
|
356
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
357
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
358
|
+
});
|
359
|
+
}
|
360
|
+
|
361
|
+
it('When the user selects "Grading" view without attempting the question then non-scoring label 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 correct/incorrect icons should not be displayed', () => {
|
362
|
+
if (view === 'Grading view') {
|
363
|
+
studentViewPage.steps.submitResponse();
|
364
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
365
|
+
gridFillPage.steps.clickOnGoToGradingViewButton();
|
366
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
367
|
+
}
|
368
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
369
|
+
gridFillPage.steps.switchToGradingView();
|
370
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
371
|
+
}
|
372
|
+
gridFillPage.steps.verifyCorrectIncorrectResponseIconNotExistPreviewTab(0, 0);
|
373
|
+
gridFillPage.steps.verifyCorrectIncorrectResponseIconNotExistPreviewTab(0, 1);
|
374
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
375
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 0);
|
376
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 1);
|
377
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
378
|
+
});
|
379
|
+
|
380
|
+
it('When the user attempts the question incorrectly then non-scoring label should be displayed and on switching to "Grading" view, incorrect icon should be displayed in the incorrect cell, correct icon should be displayed in the correct cell, and a status message with text "Your answer is incorrect" should be displayed', () => {
|
381
|
+
gridFillPage.steps.selectCellPreviewTab(0, 3);
|
382
|
+
if (view === 'Grading view') {
|
383
|
+
studentViewPage.steps.submitResponse();
|
384
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
385
|
+
gridFillPage.steps.clickOnGoToGradingViewButton();
|
386
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
387
|
+
}
|
388
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
389
|
+
gridFillPage.steps.switchToGradingView();
|
390
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
391
|
+
}
|
392
|
+
gridFillPage.steps.verifyIncorrectResponseIconPreviewTab(0, 3);
|
393
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
394
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 0);
|
395
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 1);
|
396
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
397
|
+
});
|
398
|
+
|
399
|
+
it('When the user attempts the question partially correct then non-scoring label should be displayed and on switching to "Grading" view, correct icon should be displayed in the correct answer responses, and a status message with text "Your answer is incorrect" should be displayed', () => {
|
400
|
+
if (view === 'Grading view') {
|
401
|
+
studentViewPage.steps.clearResponses();
|
402
|
+
};
|
403
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
404
|
+
if (view === 'Grading view') {
|
405
|
+
studentViewPage.steps.submitResponse();
|
406
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
407
|
+
gridFillPage.steps.clickOnGoToGradingViewButton();
|
408
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
409
|
+
}
|
410
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
411
|
+
gridFillPage.steps.switchToGradingView();
|
412
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
413
|
+
}
|
414
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 0);
|
415
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
416
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 0);
|
417
|
+
gridFillPage.steps.verifyCorrectResponseIconCorrectAnswerSection(0, 1);
|
418
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
419
|
+
});
|
420
|
+
|
421
|
+
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 in the correct cells, a status message with text "Your answer is correct" should be displayed and correct answer section should not be displayed', () => {
|
422
|
+
if (view === 'Grading view') {
|
423
|
+
studentViewPage.steps.clearResponses();
|
424
|
+
};
|
425
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
426
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
427
|
+
if (view === 'Grading view') {
|
428
|
+
studentViewPage.steps.submitResponse();
|
429
|
+
utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'exist');
|
430
|
+
gridFillPage.steps.clickOnGoToGradingViewButton();
|
431
|
+
gradingViewPage.steps.verifyScoresNotVisibleForNonScoredQuestions();
|
432
|
+
}
|
433
|
+
if (view === 'Question preview' || view === 'Item preview') {
|
434
|
+
gridFillPage.steps.switchToGradingView();
|
435
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
436
|
+
}
|
437
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 0);
|
438
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 1);
|
439
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
440
|
+
});
|
441
|
+
});
|
442
|
+
});
|
443
|
+
|
234
444
|
if (!grepTags || !grepTags.includes('smoke')) {
|
235
445
|
describe('Question preview: Auto scored - All or nothing: Minimum scoring', () => {
|
236
446
|
abortEarlySetup();
|
@@ -319,9 +319,9 @@ describe('Create item page - Grid fill: Customize layout section - \'Fill Image\
|
|
319
319
|
gridFillPage.steps.verifyBackgroundImageIsNotDisplayedInEditTabGrids();
|
320
320
|
});
|
321
321
|
|
322
|
-
it('
|
322
|
+
it('User should be able to add the image more than of 10MB', () => {
|
323
323
|
gridFillPage.steps.uploadFile('20mbFile.png');
|
324
|
-
gridFillPage.
|
324
|
+
utilities.verifyInnerText(gridFillPage.noFileChosenLabel(), 'No file chosen');
|
325
325
|
});
|
326
326
|
});
|
327
327
|
|
@@ -42,14 +42,14 @@ describe('Create item page - Grid fill: Header section and Saving question', ()
|
|
42
42
|
});
|
43
43
|
|
44
44
|
describe('Validation error messages', () => {
|
45
|
-
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points']);
|
45
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points.']);
|
46
46
|
|
47
|
-
it('Validation error messages
|
47
|
+
it('Validation error messages should be displayed below required input fields', () => {
|
48
48
|
gridFillPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
49
|
-
gridFillPage.steps.
|
50
|
-
gridFillPage.steps.verifySpecifyCorrectAnswerErrorIconNotExists();
|
49
|
+
gridFillPage.steps.verifyWarningIconOnRequiredFields(['Please set points.']);
|
51
50
|
});
|
52
51
|
|
52
|
+
//failed due to https://redmine.zeuslearning.com/issues/564243
|
53
53
|
it('Validation error messages should disappear when required input fields are filled', () => {
|
54
54
|
gridFillPage.steps.addTextInQuestionInstructionsInputField('Grid fill');
|
55
55
|
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js
CHANGED
@@ -190,4 +190,43 @@ describe('Create item page - Grid fill: All or nothing with alternative answers'
|
|
190
190
|
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');*/
|
191
191
|
});
|
192
192
|
});
|
193
|
+
|
194
|
+
describe('Save as you go: Auto Scored - All or nothing with alternate answer - When Alternative answer has points that are more than Correct answer points and alternative answer is a blank response', () => {
|
195
|
+
abortEarlySetup();
|
196
|
+
before(() => {
|
197
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
198
|
+
cy.barsPreLoaderWait();
|
199
|
+
gridFillPage.steps.allotPoints(10);
|
200
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
201
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 1);
|
202
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
203
|
+
gridFillPage.steps.allotPoints(20);
|
204
|
+
gridFillPage.steps.switchToPreviewTab();
|
205
|
+
gridFillPage.steps.switchToGradingView();
|
206
|
+
});
|
207
|
+
//Save as You go - Blank Response points Greater than Correct Response points
|
208
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
209
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
210
|
+
gridFillPage.steps.verifyPreviewScore(0, 20);
|
211
|
+
|
212
|
+
});
|
213
|
+
|
214
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
215
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
216
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
217
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 0);
|
218
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 1);
|
219
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
220
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
221
|
+
gridFillPage.steps.verifyPreviewScore(10, 20);
|
222
|
+
});
|
223
|
+
|
224
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
225
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
226
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
227
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
228
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
229
|
+
gridFillPage.steps.verifyPreviewScore(20, 20);
|
230
|
+
});
|
231
|
+
});
|
193
232
|
});
|