itemengine-cypress-automation 1.0.342-regressionFixes18thMarch-b97f3ea.0 → 1.0.342
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/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
- package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +398 -0
- package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +329 -0
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +260 -0
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +368 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +2 -2
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
- package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +1 -0
- package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddFeatureRadioButton.js +2 -3
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +0 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabStudentViewSettings.js +3 -3
- package/cypress/e2e/ILC/CkEditorEquationEditor/equationEditorBasicFile.js +4 -4
- package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +2 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/manuallyAndNonScoredScoringEditTab.js +4 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +3 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/styleAndLayoutCustomizationLayoutProperties.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/drawingResponseEditTabBasicSection.js +3 -3
- package/cypress/e2e/ILC/DrawingResponse/drawingResponsePreviewTabContents.smoke.js +3 -4
- package/cypress/e2e/ILC/EssayResponse/createCustomCategory.smoke.js +1 -1
- package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +0 -1
- package/cypress/e2e/ILC/EssayResponse/editTabBasicSections.js +23 -37
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/blankResponseScoring.js +29 -25
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/dropzoneStyleAndLayoutCustomization.js +6 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/allOrNothingForAllView.smoke.js +201 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/dropdownOptionsSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/specifyCorrectAnswerSection.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/Scoring/blankResponseScoring.js +18 -20
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/backgroundImageAndCanvasProperties.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +5 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/styleAndLayoutCustomization.js +2 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/Scoring/blankResponseScoring.js +21 -30
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/allOrNothingForAllView.smoke.js +211 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/dropdownAndDropdownMenuSection.js +4 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +0 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/blankResponseScoring.js +23 -30
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/allOrNothingForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editTabScoringSection.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/blankResponseScoring.js +25 -30
- package/cypress/e2e/ILC/FillInTheGapsTextNew/allOrNothingForAllViews.smoke.js +207 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +2 -10
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabScoringSection.js +2 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +72 -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 +86 -0
- 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/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/customizeLayoutFillImageBackgroundImage.js +5 -6
- package/cypress/e2e/ILC/GridFill/customizeLayoutSectionShadeCellsGridBorders.js +2 -0
- package/cypress/e2e/ILC/GridFill/editTabScoringSection.js +3 -0
- package/cypress/e2e/ILC/GridFill/headerSection.js +1 -3
- 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/specifyCorrectAnswerSection.js +2 -4
- package/cypress/e2e/ILC/ImageHighlight/Scoring/partialDifferentWeightsScoring.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/headerSection.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/studentViewSettings.js +2 -2
- 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/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +1 -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/specifyCorrectAnswerSection.js +6 -10
- package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +2 -1
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +2 -1
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +35 -9
- 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/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 +35 -1
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
- package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/Matching/clickAndDrop.js +3 -5
- package/cypress/e2e/ILC/Matching/draggableOptions.js +4 -0
- package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
- package/cypress/e2e/ILC/Matching/headerSection.js +36 -11
- package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +226 -0
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +6 -3
- package/cypress/e2e/ILC/MultipleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
- package/cypress/e2e/ILC/MultipleSelection/editTabScoringSection.js +6 -3
- package/cypress/e2e/ILC/MultipleSelection/headerSection.js +1 -0
- package/cypress/e2e/ILC/MultipleSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/partialDifferentWeightsWithAlternativeAnswer.js +69 -64
- package/cypress/e2e/ILC/MultipleSelection/partialEqualWeightsWithAlternativeAnswer.js +6 -4
- package/cypress/e2e/ILC/MultipleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +220 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabScoringSection.js +11 -5
- package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +4 -2
- 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 +73 -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/ShortTextResponseNew/editTabBasicSections.js +31 -48
- package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
- package/cypress/e2e/ILC/SingleSelection/allOrNothingBasicForAllViews.smoke.js +192 -0
- package/cypress/e2e/ILC/SingleSelection/checkScoringLabelBannerAndCorrectAnswer.js +3 -1
- package/cypress/e2e/ILC/SingleSelection/headerSection.js +1 -0
- package/cypress/e2e/ILC/SingleSelection/manuallyAndNonScoredScoring.js +94 -88
- package/cypress/e2e/ILC/SingleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +3 -1
- package/cypress/e2e/ILC/SingleSelectionGridNew/allOrNothingBasicForAllViews.smoke.js +209 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/editTabScoringSection.js +5 -0
- package/cypress/e2e/ILC/SingleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +8 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +84 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +84 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +63 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +62 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +62 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +63 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -8
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +0 -8
- package/cypress/e2e/ILC/TextEntryMath/customSettings.js +4 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +8 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchExact.smoke.js +97 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +97 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +167 -0
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodValueIsEquivalent.smoke.js +167 -2
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodsWithoutSetResponse.smoke.js +1 -0
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- package/cypress/e2e/ILC/TextEntryMath/previewContentsForAllViews.smoke.js +10 -7
- package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
- package/cypress/e2e/ILC/TextSelection/ScoringParagraph/checkScoringLabelBannerAndCorrectAnswerSection.js +0 -1
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +7 -12
- package/cypress/e2e/ILC/ThinkSphere/additionalSettings.js +52 -0
- package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +112 -0
- package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +561 -0
- package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +185 -0
- package/cypress/e2e/ILC/ThinkSphere/equationEditorCreateCustomCategory.smoke.js +417 -0
- package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +289 -0
- package/cypress/e2e/ILC/ThinkSphere/headerSection.js +53 -0
- package/cypress/e2e/ILC/ThinkSphere/planPhase.js +581 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +541 -0
- package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +296 -0
- package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +1 -1
- package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
- package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
- package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
- package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
- package/cypress/e2e/Sessions/fetchResponses.js +3 -3
- package/cypress/e2e/Sessions/scores.js +9 -5
- package/cypress/e2e/applitools.config.js +3 -3
- package/cypress/fixtures/theme/ilc.json +14 -1
- package/cypress/fixtures/uploads/sample.webm +0 -0
- package/cypress/fixtures/uploads/sample.wmv +0 -0
- package/cypress/fixtures/uploads/sample20MB.mp4 +0 -0
- package/cypress/fixtures/uploads/sample2MB.mp4 +0 -0
- package/cypress/fixtures/uploads/sample2MB_2.mp4 +0 -0
- package/cypress/fixtures/uploads/sample30MB.mp4 +0 -0
- package/cypress/pages/audioPlayerPage.js +22 -22
- package/cypress/pages/chartsBarPage.js +20 -0
- package/cypress/pages/components/additionalSettingsPanel.js +3 -2
- package/cypress/pages/components/autoScoredScoringPreviewTab.js +7 -1
- package/cypress/pages/components/autoScoredScoringSectionMultiResponseType.js +2 -0
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +16 -28
- package/cypress/pages/components/backgroundImageUploadComponent.js +32 -25
- package/cypress/pages/components/browseItemsPage.js +998 -7
- package/cypress/pages/components/ckEditorAudioPlayerComponent.js +1 -1
- package/cypress/pages/components/ckEditorEquationEditorComponent.js +4 -4
- package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
- package/cypress/pages/components/ckEditorLinkComponent.js +3 -3
- package/cypress/pages/components/commonComponents.js +8 -1
- package/cypress/pages/components/createQuestionBasePage.js +8 -1
- package/cypress/pages/components/defaultToolDropdown.js +7 -6
- package/cypress/pages/components/editCategoryFlyout.js +2 -2
- package/cypress/pages/components/equationEditorSectionCommonComponent.js +13 -26
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +3 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +29 -35
- package/cypress/pages/components/gridQuestionCommonComponent.js +8 -37
- package/cypress/pages/components/imageCanvasComponent.js +7 -6
- package/cypress/pages/components/mcqAdditionalSettingsBase.js +4 -0
- package/cypress/pages/components/questionInstructionsComponent.js +7 -0
- package/cypress/pages/components/scoringSectionBaseEditTab.js +14 -12
- package/cypress/pages/desmos3DGraphingPage.js +149 -4
- package/cypress/pages/desmosGeometryPage.js +184 -4
- package/cypress/pages/dialogBoxBase.js +2 -1
- package/cypress/pages/drawingResponsePage.js +16 -15
- package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +1 -1
- package/cypress/pages/gradingViewPage.js +8 -0
- package/cypress/pages/graphingPage.js +27 -8
- package/cypress/pages/gridFillPage.js +15 -6
- package/cypress/pages/index.js +2 -1
- package/cypress/pages/listOrderingPage.js +32 -1
- package/cypress/pages/matchingPage.js +26 -7
- package/cypress/pages/multipleSelectionPage.js +10 -39
- package/cypress/pages/numberLineLabelPage.js +31 -8
- package/cypress/pages/numberLinePage.js +19 -7
- package/cypress/pages/selectQuestionResourceToolPage.js +8 -2
- package/cypress/pages/singleSelectionPage.js +0 -37
- package/cypress/pages/textEntryMathPage.js +21 -0
- package/cypress/pages/thinkSpherePage.js +1874 -0
- package/cypress/pages/uploadResponsePage.js +2 -1
- package/cypress/pages/videoResponsePage.js +3 -0
- package/cypress/support/commands.js +7 -4
- package/cypress/support/e2e.js +1 -0
- package/cypress/support/helpers/createItem.js +1181 -1
- package/cypress/support/helpers/utilities.js +75 -1
- package/deploy/smoke/deploy.yaml +2 -2
- package/package.json +4 -4
- package/scripts/dataApi.mjs +3 -0
- package/scripts/sorry-cypress.mjs +13 -0
@@ -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
|
+
});
|
@@ -111,10 +111,10 @@ describe('Create item page - Grid fill: Customize layout section - \'Fill Image\
|
|
111
111
|
gridFillPage.steps.verifyFilledImageFileNameLabel('highlightImage.jpg');
|
112
112
|
});
|
113
113
|
|
114
|
-
it('When the user adds the image more than of 10MB, then
|
114
|
+
it('When the user adds the image more than of 10MB, then the file should not be uploaded', () => {
|
115
115
|
gridFillPage.steps.uploadFilledImageFile('20mbFile.png');
|
116
|
-
|
117
|
-
|
116
|
+
gridFillPage.steps.verifyFilledImageFileNameLabel('highlightImage.jpg');
|
117
|
+
gridFillPage.steps.verifyErrorMessageDoesNotHaveText();
|
118
118
|
});
|
119
119
|
|
120
120
|
it('Delete button should appear beside uploaded file\'s name', () => {
|
@@ -319,10 +319,9 @@ describe('Create item page - Grid fill: Customize layout section - \'Fill Image\
|
|
319
319
|
gridFillPage.steps.verifyBackgroundImageIsNotDisplayedInEditTabGrids();
|
320
320
|
});
|
321
321
|
|
322
|
-
it('When the user adds the image more than of 10MB, then error should be displayed', () => {
|
322
|
+
it('When the user adds the image more than of 10MB, then error should not be displayed', () => {
|
323
323
|
gridFillPage.steps.uploadFile('20mbFile.png');
|
324
|
-
|
325
|
-
utilities.verifyInnerText(gridFillPage.errorMessage(), 'Error: The file could not be uploaded. The file is 21 MB exceeding the maximum size of 10 MB.');
|
324
|
+
gridFillPage.steps.verifyErrorMessageIsNotDisplayed();
|
326
325
|
});
|
327
326
|
});
|
328
327
|
|
@@ -475,6 +475,8 @@ describe('Create item page - Grid fill: Customize layout section - \'Shade the c
|
|
475
475
|
gridFillPage.steps.selectGridBordersToggleButton('None');
|
476
476
|
gridFillPage.steps.switchToPreviewTab();
|
477
477
|
gridFillPage.steps.switchToStudentView();
|
478
|
+
utilities.hoverAwayFromElement(gridFillPage.gridWrapperPreviewTab());
|
479
|
+
utilities.triggerMouseout(gridFillPage.gridWrapperPreviewTab());
|
478
480
|
gridFillPage.steps.verifyCellBorderNotDisplayedForNoneToggleButtonInPreviewTab();
|
479
481
|
});
|
480
482
|
|
@@ -168,6 +168,9 @@ describe('Create item page - Grid fill: Scoring section', () => {
|
|
168
168
|
before(() => {
|
169
169
|
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
170
170
|
cy.barsPreLoaderWait();
|
171
|
+
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.')
|
172
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
173
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 1);
|
171
174
|
});
|
172
175
|
|
173
176
|
it('User should be able to select \'Non scored\' scoring type from scoring type dropdown', () => {
|
@@ -46,9 +46,7 @@ describe('Create item page - Grid fill: Header section and Saving question', ()
|
|
46
46
|
|
47
47
|
it('Validation error messages should be displayed below required input fields', () => {
|
48
48
|
gridFillPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
|
49
|
-
|
50
|
-
gridFillPage.steps.verifyPointsFieldErrorMessageIsNotDisplayed();
|
51
|
-
gridFillPage.steps.verifySpecifyCorrectAnswerErrorIconIsVisible();
|
49
|
+
gridFillPage.steps.verifyWarningIconOnRequiredFields(['Please set points']);
|
52
50
|
});
|
53
51
|
|
54
52
|
//failed due to https://redmine.zeuslearning.com/issues/564243
|
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
|
});
|
package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js
CHANGED
@@ -191,4 +191,43 @@ describe('Create item page - Grid fill: All or nothing with alternative answers'
|
|
191
191
|
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');*/
|
192
192
|
});
|
193
193
|
});
|
194
|
+
|
195
|
+
describe('Save as you go: Auto Scored - All or nothing with alternate answer - When Correct answer points are equal to Alternative answer points and alternative answer is a blank response', () => {
|
196
|
+
abortEarlySetup();
|
197
|
+
before(() => {
|
198
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
199
|
+
cy.barsPreLoaderWait();
|
200
|
+
gridFillPage.steps.allotPoints(10);
|
201
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
202
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 1);
|
203
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
204
|
+
gridFillPage.steps.allotPoints(10);
|
205
|
+
gridFillPage.steps.switchToPreviewTab();
|
206
|
+
gridFillPage.steps.switchToGradingView();
|
207
|
+
});
|
208
|
+
|
209
|
+
//Save as You go - Blank Response points equal to Correct Response points
|
210
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
211
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
212
|
+
gridFillPage.steps.verifyPreviewScore(0, 10);
|
213
|
+
});
|
214
|
+
|
215
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
216
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
217
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
218
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 0);
|
219
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 1);
|
220
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
221
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
222
|
+
gridFillPage.steps.verifyPreviewScore(10, 10);
|
223
|
+
});
|
224
|
+
|
225
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
226
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
227
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
228
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
229
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
230
|
+
gridFillPage.steps.verifyPreviewScore(10,10);
|
231
|
+
});
|
232
|
+
});
|
194
233
|
});
|
package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js
CHANGED
@@ -260,4 +260,43 @@ describe('Create item page - grid fill: All or nothing with alternative answers'
|
|
260
260
|
gridFillPage.steps.verifyPreviewScore(13, 20);
|
261
261
|
});
|
262
262
|
});
|
263
|
+
|
264
|
+
describe('Save as you go: Auto Scored - All or nothing with alternate answer - When Correct answer points are more than Alternative answer points and alternative answer is a blank response', () => {
|
265
|
+
abortEarlySetup();
|
266
|
+
before(() => {
|
267
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
268
|
+
cy.barsPreLoaderWait();
|
269
|
+
gridFillPage.steps.allotPoints(20);
|
270
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
271
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 1);
|
272
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
273
|
+
gridFillPage.steps.allotPoints(10);
|
274
|
+
gridFillPage.steps.switchToPreviewTab();
|
275
|
+
gridFillPage.steps.switchToGradingView();
|
276
|
+
});
|
277
|
+
|
278
|
+
// Save as You go - Blank Response points less than Correct Response points
|
279
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
280
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
281
|
+
gridFillPage.steps.verifyPreviewScore(0, 20);
|
282
|
+
});
|
283
|
+
|
284
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
285
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
286
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
287
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 0);
|
288
|
+
gridFillPage.steps.verifyCorrectResponseIconPreviewTab(0, 1);
|
289
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
290
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
291
|
+
gridFillPage.steps.verifyPreviewScore(20, 20);
|
292
|
+
});
|
293
|
+
|
294
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
295
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
296
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
297
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
298
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
299
|
+
gridFillPage.steps.verifyPreviewScore(10, 20);
|
300
|
+
});
|
301
|
+
});
|
263
302
|
});
|
@@ -142,4 +142,41 @@ describe('Create item page - Grid fill : All or nothing with alternate accordion
|
|
142
142
|
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
143
143
|
});
|
144
144
|
});
|
145
|
+
|
146
|
+
describe('Save as you go - Handling blank responses for Cell shade count with alternate answers', () => {
|
147
|
+
abortEarlySetup();
|
148
|
+
before(() => {
|
149
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
150
|
+
cy.barsPreLoaderWait();
|
151
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
152
|
+
gridFillPage.steps.addInputToCellShadeCountInputField(2);
|
153
|
+
gridFillPage.steps.allotPoints(10);
|
154
|
+
gridFillPage.steps.clickOnAddAlternativeAnswerButton();
|
155
|
+
gridFillPage.steps.allotPoints(5);
|
156
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
157
|
+
gridFillPage.steps.switchToPreviewTab();
|
158
|
+
gridFillPage.steps.switchToGradingView();
|
159
|
+
});
|
160
|
+
|
161
|
+
it('When user has not attempted the question, no correct/incorrect status message should exist and score should be 0/10', () => {
|
162
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
163
|
+
gridFillPage.steps.verifyPreviewScore(0, 10);
|
164
|
+
});
|
165
|
+
|
166
|
+
it('When user selects the exact number of cells corresponding to the correct answer, full points should be awarded', () => {
|
167
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
168
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
169
|
+
gridFillPage.steps.verifyPreviewScore(10, 10);
|
170
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
171
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
172
|
+
});
|
173
|
+
|
174
|
+
it('When user toggles the same cells (providing a blank response), alternative answer points should be awarded', () => {
|
175
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
176
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
177
|
+
gridFillPage.steps.verifyPreviewScore(5, 10);
|
178
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
179
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
180
|
+
});
|
181
|
+
});
|
145
182
|
});
|
@@ -141,5 +141,44 @@ describe('Create item page - Grid fill : All or nothing with alternative answer
|
|
141
141
|
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
142
142
|
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
143
143
|
});
|
144
|
+
|
145
|
+
});
|
146
|
+
|
147
|
+
describe('Save as you go: Cell shade count - Auto Scored - All or nothing with alternate answer - When Correct answer points are equal to Alternative answer points and alternative answer is a blank response', () => {
|
148
|
+
abortEarlySetup();
|
149
|
+
before(() => {
|
150
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
151
|
+
cy.barsPreLoaderWait();
|
152
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
153
|
+
gridFillPage.steps.addInputToCellShadeCountInputField(2);
|
154
|
+
gridFillPage.steps.allotPoints(10);
|
155
|
+
gridFillPage.steps.clickOnAddAlternativeAnswerButton();
|
156
|
+
gridFillPage.steps.allotPoints(10);
|
157
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
158
|
+
gridFillPage.steps.switchToPreviewTab();
|
159
|
+
gridFillPage.steps.switchToGradingView();
|
160
|
+
});
|
161
|
+
|
162
|
+
// Save as You go - Blank Response points equal to Correct Response points for Cell shade count
|
163
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
164
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
165
|
+
gridFillPage.steps.verifyPreviewScore(0, 10);
|
166
|
+
});
|
167
|
+
|
168
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
169
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
170
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
171
|
+
gridFillPage.steps.verifyPreviewScore(10, 10);
|
172
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
173
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
174
|
+
});
|
175
|
+
|
176
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
177
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
178
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
179
|
+
gridFillPage.steps.verifyPreviewScore(10, 10);
|
180
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
181
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
182
|
+
});
|
144
183
|
});
|
145
184
|
});
|
@@ -128,4 +128,40 @@ describe('Create item page - Grid fill : Auto scored - All or nothing with alter
|
|
128
128
|
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
129
129
|
});
|
130
130
|
});
|
131
|
+
|
132
|
+
describe('Save as you go: Cell shade count - Auto Scored - All or nothing with alternate answer - When Alternative answer points are more than Correct answer points and alternative answer is a blank response', () => {
|
133
|
+
abortEarlySetup();
|
134
|
+
before(() => {
|
135
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
136
|
+
cy.barsPreLoaderWait();
|
137
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
138
|
+
gridFillPage.steps.addInputToCellShadeCountInputField(1);
|
139
|
+
gridFillPage.steps.allotPoints(10);
|
140
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
141
|
+
gridFillPage.steps.allotPoints(20);
|
142
|
+
gridFillPage.steps.uncheckMatchExactPositionOfCellsCheckbox();
|
143
|
+
gridFillPage.steps.switchToPreviewTab();
|
144
|
+
gridFillPage.steps.switchToGradingView();
|
145
|
+
});
|
146
|
+
|
147
|
+
// Save as You go - Blank Response points greater than Correct Response points for Cell shade count
|
148
|
+
it('When user has not attempted the question then user should not be awarded any points not even for blank response', () => {
|
149
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
150
|
+
gridFillPage.steps.verifyPreviewScore(0, 20);
|
151
|
+
});
|
152
|
+
|
153
|
+
it('When user has attempted the correct response then user should be awarded the alloted points for correct response', () => {
|
154
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
155
|
+
gridFillPage.steps.verifyPreviewScore(10, 20);
|
156
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
157
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
158
|
+
});
|
159
|
+
|
160
|
+
it('When user has attempted the blank response by selecting and unselecting then user should be awarded the alloted points for blank response', () => {
|
161
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
162
|
+
gridFillPage.steps.verifyPreviewScore(20, 20);
|
163
|
+
gridFillPage.steps.verifyCorrectIncorrectStatusMessageExists();
|
164
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
165
|
+
});
|
166
|
+
});
|
131
167
|
});
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { gridFillPage } from "../../../../pages";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create item page - Grid fill: Scoring section', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('Label and Banner check for Save as you go', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
beforeEach(() => {
|
12
|
+
gridFillPage.steps.navigateToCreateQuestion('grid fill');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
});
|
15
|
+
it('When user has not specified the score but user has specified an answer', () => {
|
16
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
17
|
+
gridFillPage.steps.switchToPreviewTab();
|
18
|
+
gridFillPage.steps.switchToGradingView();
|
19
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
20
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
21
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
22
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
23
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
24
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
25
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
26
|
+
})
|
27
|
+
it('When user has specified and answer and the score is set to 0 points', () => {
|
28
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
29
|
+
gridFillPage.steps.allotPoints(0);
|
30
|
+
gridFillPage.steps.switchToPreviewTab();
|
31
|
+
gridFillPage.steps.switchToGradingView();
|
32
|
+
gridFillPage.steps.checkNonScoredScoringLabel();
|
33
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
34
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
35
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
36
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
37
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
38
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
39
|
+
})
|
40
|
+
it('When user has not specified an answer but the score is set to 4 points', () => {
|
41
|
+
gridFillPage.steps.allotPoints(4);
|
42
|
+
gridFillPage.steps.switchToPreviewTab();
|
43
|
+
gridFillPage.steps.switchToGradingView();
|
44
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
45
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
46
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
47
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
48
|
+
})
|
49
|
+
it('When user has not specified the score correct answer and has not specified the score even for alternate answer', () => {
|
50
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
51
|
+
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
52
|
+
gridFillPage.steps.expandCorrectAnswerAccordion();
|
53
|
+
cy.wait(1000);
|
54
|
+
gridFillPage.steps.deselectCellSpecifyCorrectAnswerSection(0, 0);
|
55
|
+
gridFillPage.steps.switchToPreviewTab();
|
56
|
+
gridFillPage.steps.switchToGradingView();
|
57
|
+
gridFillPage.steps.checkManuallyScoredScoringLabel();
|
58
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
59
|
+
gridFillPage.steps.selectCellPreviewTab(0, 1);
|
60
|
+
gridFillPage.steps.verifyCorrectAnswerSectionNotExists();
|
61
|
+
})
|
62
|
+
it('When user has specified the answer and the score is specified by user as well', () => {
|
63
|
+
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
64
|
+
gridFillPage.steps.allotPoints(4);
|
65
|
+
gridFillPage.steps.switchToPreviewTab();
|
66
|
+
gridFillPage.steps.switchToGradingView();
|
67
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
68
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
69
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
70
|
+
gridFillPage.steps.selectCellPreviewTab(0, 0);
|
71
|
+
gridFillPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
72
|
+
gridFillPage.steps.verifyCorrectAnswerSectionExists();
|
73
|
+
});
|
74
|
+
});
|
75
|
+
})
|
@@ -30,7 +30,6 @@ describe('Create Item page - Grid fill: Specify Correct answer, Alternative corr
|
|
30
30
|
gridFillPage.tests.verifyAutoScoredAddAlternativeAnswerButtonAndValidation();
|
31
31
|
|
32
32
|
it('When user has added points and selected grid cells in the \'Correct\' accordion, then the user should be able to add alternative answer for the question using \'Add alternative answer\' button', () => {
|
33
|
-
gridFillPage.steps.closeWarningPopup();
|
34
33
|
gridFillPage.steps.selectCellSpecifyCorrectAnswerSection(0, 0);
|
35
34
|
gridFillPage.steps.allotPoints(20);
|
36
35
|
gridFillPage.steps.addAlternativeAnswerAccordion(1);
|
@@ -60,11 +59,10 @@ describe('Create Item page - Grid fill: Specify Correct answer, Alternative corr
|
|
60
59
|
gridFillPage.steps.verifyAlternativeAnswerAccordionNotExists(2);
|
61
60
|
});
|
62
61
|
|
63
|
-
|
64
|
-
it('\'Error: Please set a correct answer.\' error message should be displayed', () => {
|
62
|
+
it('\'Error: Please set a correct answer.\' error message should not be displayed', () => {
|
65
63
|
gridFillPage.steps.addInputToCellShadeCountInputField(5);
|
66
64
|
gridFillPage.steps.clearCellShadeCountInputField();
|
67
|
-
|
65
|
+
gridFillPage.steps.verifyErrorMessageIsNotDisplayed();
|
68
66
|
});
|
69
67
|
|
70
68
|
it('When user has given an input in \'Cell shade count\' then user should be able to add another alternate accordion', () => {
|
@@ -283,7 +283,8 @@ describe('Create item page - Image highlight: Partial different weights', () =>
|
|
283
283
|
});
|
284
284
|
});
|
285
285
|
|
286
|
-
|
286
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5839
|
287
|
+
describe.skip('Question preview: Auto scored - Partial different weights: Penalty scoring with \'Round negative score to zero\' unchecked', () => {
|
287
288
|
abortEarlySetup();
|
288
289
|
before(() => {
|
289
290
|
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
@@ -32,7 +32,8 @@ describe('Create question page - Highlight image: Header section and Saving ques
|
|
32
32
|
imageHighlightPage.tests.verifyTabsSection();
|
33
33
|
});
|
34
34
|
|
35
|
-
|
35
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-5837
|
36
|
+
describe.skip('Cancel button', () => {
|
36
37
|
abortEarlySetup();
|
37
38
|
before(() => {
|
38
39
|
imageHighlightPage.steps.navigateToCreateQuestion('image highlight');
|
@@ -270,10 +270,10 @@ describe('Image highlight - Student view settings', () => {
|
|
270
270
|
imageHighlightPage.steps.highlightARegionInSpecifyCorrectAnswerSection(1);
|
271
271
|
});
|
272
272
|
|
273
|
-
it('When user tries to select more number of options than the maximum number of options dropdown, then error message
|
273
|
+
it('When user tries to select more number of options than the maximum number of options dropdown, then error message should not be displayed', () => {
|
274
274
|
imageHighlightPage.steps.clickOnARegionInSpecifyCorrectAnswerSection(2);
|
275
275
|
imageHighlightPage.steps.verifyRegionIsNotHighlightedInSetCorrectAnswerSection(2);
|
276
|
-
|
276
|
+
imageHighlightPage.steps.verifyErrorMessageIsNotDisplayed();
|
277
277
|
});
|
278
278
|
|
279
279
|
it('\'Show student the maximum number of possible selections\' label and checkbox should be displayed. By default the checkbox should be unchecked', () => {
|
@@ -189,4 +189,28 @@ describe('Create item page - List ordering: All or nothing scoring with alternat
|
|
189
189
|
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');*/
|
190
190
|
});
|
191
191
|
});
|
192
|
+
|
193
|
+
describe('Question Preview: AutoScored - All or Nothing with blank scoring: When alternative answer points are more than correct answer points and alternative has no points plotted', () => {
|
194
|
+
abortEarlySetup();
|
195
|
+
before(() => {
|
196
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
197
|
+
cy.barsPreLoaderWait();
|
198
|
+
listOrderingPage.steps.selectOrderingLayoutOption('Dropdown menu');
|
199
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
200
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
201
|
+
listOrderingPage.steps.allotPoints(12);
|
202
|
+
listOrderingPage.steps.addAlternativeAnswerAccordion(1);
|
203
|
+
listOrderingPage.steps.allotPoints(21);
|
204
|
+
listOrderingPage.steps.switchToPreviewTab();
|
205
|
+
});
|
206
|
+
|
207
|
+
it('When user attempts the question with responses from the correct accordion, then the user should be awarded points specified for correct points accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed', () => {
|
208
|
+
listOrderingPage.steps.selectPositionForAllOptionsSpecifyCorrectAnswerSection([{ optionIndex: 0, position: '2' }, { optionIndex: 1, position: '3' }, { optionIndex: 2, position: '4' }, { optionIndex: 3, position: '1' }]);
|
209
|
+
listOrderingPage.steps.verifyPreviewScore(12, 21);
|
210
|
+
listOrderingPage.steps.switchToGradingView();
|
211
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExist();
|
212
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
213
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
214
|
+
});
|
215
|
+
});
|
192
216
|
});
|