itemengine-cypress-automation 1.0.389-graphAndCharts-04d27f6.0 → 1.0.390-IEI-6314-testScriptForTextEntryMathValidations-dcad527.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +1 -0
- package/cypress/e2e/GradingGridView/gradingGridView.js +156 -0
- package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +2 -0
- package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +4 -0
- package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +4 -16
- package/cypress/e2e/ILC/BrainingCampManipulative/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/BrowseItems/browseReviewItems.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseReviewItemsMobileView.js +3 -3
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItems.js +6 -6
- package/cypress/e2e/ILC/BrowseItems/browseThinkSphereItemsMobileView.js +6 -6
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/allOrNothingScoringForAllViews.smoke.js +356 -0
- package/cypress/e2e/ILC/ChartsBar/HorizontalOrientationBarChart/gradingViewAndCorrectAnswerView.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +33 -0
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightBasic.js +27 -27
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +37 -37
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightBasic.js +26 -25
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +39 -38
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +31 -30
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +35 -34
- package/cypress/e2e/ILC/ChartsBar/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +247 -0
- package/cypress/e2e/ILC/ChartsBar/allOrNothingScoringForAllViews.smoke.js +287 -0
- package/cypress/e2e/ILC/ChartsBar/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ChartsBar/editTabBasicSection.js +37 -0
- package/cypress/e2e/ILC/ChartsBar/headerSection.js +50 -2
- package/cypress/e2e/ILC/ChartsBar/specifyCorrectAnswerSection.js +92 -0
- package/cypress/e2e/ILC/ChartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePointsLocked.js +220 -0
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightBasic.js +25 -26
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +47 -47
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightBasic.js +25 -25
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +24 -23
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +21 -20
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +48 -46
- package/cypress/e2e/ILC/ChartsLine/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePointsLocked.js +249 -0
- package/cypress/e2e/ILC/ChartsLine/allOrNothingScoringForAllViews.smoke.js +247 -0
- package/cypress/e2e/ILC/ChartsLine/editQuestion.smoke.js +3 -1
- package/cypress/e2e/ILC/ChartsLine/headerSection.js +18 -1
- package/cypress/e2e/ILC/ChartsLine/specifyCorrectAnswerSection.js +94 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerEditTabAddTranscriptRadioButton .js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerHeaderSectionAndButtons.js +2 -2
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTab.js +1 -1
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabSupportedFileTypes.js +6 -0
- package/cypress/e2e/ILC/CkEditorAudioPlayer/audioPlayerPreviewTabTranscript.js +2 -3
- package/cypress/e2e/ILC/CkEditorEquationEditor/selectModeEditorBasic.js +4 -1
- package/cypress/e2e/ILC/CkEditorInsertImage/imageInfo.js +4 -3
- package/cypress/e2e/ILC/CkEditorInsertImage/insertImageBasicFile.js +2 -0
- package/cypress/e2e/ILC/CkEditorInsertTable/tableDimension&FooterProperties.js +8 -8
- package/cypress/e2e/ILC/CkEditorInsertTable/tableStyle.js +11 -11
- package/cypress/e2e/ILC/CkEditorLink/linkPreview.js +2 -1
- package/cypress/e2e/ILC/CkEditorLink/uploadSection.js +1 -1
- package/cypress/e2e/ILC/ContentBlocks/editTabBasics.js +63 -4
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/allOrNothingBasicForAllViews.smoke.js +116 -7
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabBasicSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/editTabScoring.js +1 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/pagination.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettingsForGroupedLayout.js +3 -0
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseEditTabBasicSection.js +11 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/allOrNothingForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/draggableOptions.js +2 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViewInIncompleteAuthoring.smoke.js +7 -7
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +15 -16
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editQuestion.smoke.js +40 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/allOrNothingForAllViews.smoke.js +216 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/headerSection.js +3 -3
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editQuestion.smoke.js +45 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/responseAnswersAndAcceptedStudentInput.js +4 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/supportedFileTypes.js +3 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +73 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +38 -0
- package/cypress/e2e/ILC/Graphing/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +87 -0
- package/cypress/e2e/ILC/Graphing/allOrNothingForAllViews.smoke.js +213 -2
- package/cypress/e2e/ILC/Graphing/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/Graphing/editQuestion.smoke.js +28 -0
- package/cypress/e2e/ILC/Graphing/editTabBasicSection.js +38 -0
- package/cypress/e2e/ILC/Graphing/editTabScoringSection.js +1 -0
- package/cypress/e2e/ILC/Graphing/headerSection.js +37 -4
- package/cypress/e2e/ILC/Graphing/specifyCorrectAnswerSection.js +28 -0
- package/cypress/e2e/ILC/GridFill/addAlternateButton.js +40 -0
- package/cypress/e2e/ILC/GridFill/allOrNothingBasicForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/GridFill/customizeLayoutFillImageBackgroundImage.js +2 -2
- package/cypress/e2e/ILC/GridFill/headerSection.js +4 -4
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountAllOrNothingCorrectPointsGreaterThanAlternativePoints.js +37 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellShadeCountallOrNothingCorrectPointsEqualToAlternativePoints.js +39 -0
- package/cypress/e2e/ILC/GridFill/scoring/cellshadeCountAllOrNothingAlternativePointsGreaterThanCorrectPoints.js +36 -0
- package/cypress/e2e/ILC/GridFill/scoring/checkLabelSaveAsYouGo.js +75 -0
- package/cypress/e2e/ILC/GridFill/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +2 -1
- package/cypress/e2e/ILC/ImageHighlight/additionalSettingsBasic.js +1 -0
- package/cypress/e2e/ILC/ImageHighlight/allOrNothingForAllViews.smoke.js +212 -0
- package/cypress/e2e/ILC/ImageHighlight/customiseHighlightStyle.js +29 -0
- package/cypress/e2e/ILC/ImageHighlight/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ImageHighlight/headerSection.js +3 -3
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +24 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +86 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/manuallyAndNonScored.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/Scoring/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +237 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/checkAddAlternativeButton.js +35 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/editTabBasicSection.js +26 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/headerSection.js +108 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +2 -4
- package/cypress/e2e/ILC/ListOrderingDropdown/specifyCorrectAnswerSection.js +7 -12
- package/cypress/e2e/ILC/ListOrderingNew/HorizontalOrientation/specifyCorrectAnswerSection.js +10 -14
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +215 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +23 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +36 -9
- package/cypress/e2e/ILC/ListOrderingNew/manuallyAndNonScoredEditTab.js +2 -0
- package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +7 -23
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +41 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +30 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +50 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +101 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/allOrNothingForAllViews.smoke.js +309 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/checkAddAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabBasicSection.js +24 -0
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/editTabScoring.js +4 -1
- package/cypress/e2e/ILC/ListOrderingReorderAsASeperateList/headerSection.js +38 -3
- package/cypress/e2e/ILC/Matching/Scoring/blankResponseScoring.js +38 -41
- package/cypress/e2e/ILC/Matching/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +98 -0
- package/cypress/e2e/ILC/Matching/allOrNothingScoringForAllViews.smoke.js +210 -0
- package/cypress/e2e/ILC/Matching/checkAlternativeButton.js +38 -0
- package/cypress/e2e/ILC/Matching/clickAndDrop.js +5 -5
- package/cypress/e2e/ILC/Matching/draggableOptions.js +7 -0
- package/cypress/e2e/ILC/Matching/editQuestion.smoke.js +3 -2
- package/cypress/e2e/ILC/Matching/editTabBasicSection.js +41 -0
- package/cypress/e2e/ILC/Matching/headerSection.js +38 -12
- package/cypress/e2e/ILC/Matching/questionInstructionsAndPromptSection.js +2 -15
- package/cypress/e2e/ILC/Matching/studentViewSettings.js +3 -1
- package/cypress/e2e/ILC/Matching/studentViewSettingsForGroupedLayout.js +1 -1
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/blankResponseScoring.js +7 -6
- package/cypress/e2e/ILC/MatchingDropdown/Scoring/partialDifferentWeightsScoringBasic.js +6 -6
- package/cypress/e2e/ILC/MatchingDropdown/allOrNothingScoringForAllViews.smoke.js +208 -0
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingBasicForAllViews.smoke.js +2 -1
- package/cypress/e2e/ILC/MultipleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/Scoring/checkScoringLabelBannerAndCorrectAnswer.js +1 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/MultipleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/MultipleSelectionGridNew/previewContentsForAllViews.smoke.js +100 -69
- package/cypress/e2e/ILC/MultipleSelectionGridNew/styleAndLayoutCustomizationLayoutProperties.js +1 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithAlternatePointsGreaterThanCorrectPoints.js +79 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +42 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +75 -0
- package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +213 -0
- package/cypress/e2e/ILC/NumberLine/checkAddAlternativeButton.js +32 -0
- package/cypress/e2e/ILC/NumberLine/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLine/headerSection.js +34 -4
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +249 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +81 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +43 -0
- package/cypress/e2e/ILC/NumberLineLabel/Scoring/checkScoringLabelBannerAndCorrectAnswerSection.js +76 -0
- package/cypress/e2e/ILC/NumberLineLabel/additionalSettingsBasic.js +0 -1
- package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +266 -0
- package/cypress/e2e/ILC/NumberLineLabel/checkAddAlternativeButton.js +34 -0
- package/cypress/e2e/ILC/NumberLineLabel/editTabSection.js +38 -0
- package/cypress/e2e/ILC/NumberLineLabel/headerSection.js +37 -4
- package/cypress/e2e/ILC/NumberLineLabel/manuallyAndNonScoredEditTab.js +2 -1
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/allOrNothingForAllViews.smoke.js +268 -0
- package/cypress/e2e/ILC/NumberLineLabel/verticalNumberLine/editQuestion.smoke.js +1 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingBasicForAllViews.smoke.js +186 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +4 -3
- package/cypress/e2e/ILC/ShortTextResponseNew/headerSection.js +2 -4
- package/cypress/e2e/ILC/SingleSelection/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/SingleSelection/headerSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/SingleSelectionGridNew/headerSection.js +3 -3
- package/cypress/e2e/ILC/SingleSelectionGridNew/previewContentsForAllViews.smoke.js +101 -70
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +86 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialDifferentWeightsScoringBasic.js +9 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +4 -2
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +3 -1
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/MathTemplateScoring/partialEqualWeightsScoringBasic.js +4 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingAlternatePointsGreaterThanCorrectPoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAddEvaluation.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +64 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/allOrNothingCorrectPointsGreaterThanAlternatePoints.js +65 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/blankResponseScoring.js +2 -2
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialDifferentWeightsScoringBasic.js +8 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasic.js +1 -0
- package/cypress/e2e/ILC/TextEntryMath/Scoring/partialEqualWeightsScoringBasicForAlternateAnswer.js +2 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMath/allOrNothingBasicForAllViewsFormulaTemplate.smoke.js +219 -0
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +27 -3
- package/cypress/e2e/ILC/TextEntryMath/equationEditor.smoke.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodEquivalentStructures.smoke.js +3 -3
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodMatchValue.smoke.js +310 -1
- package/cypress/e2e/ILC/TextEntryMath/evaluationMethodSymbolsAreEquivalent.smoke.js +205 -1
- package/cypress/e2e/ILC/TextEntryMath/headerSection.js +43 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +263 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +0 -1
- package/cypress/e2e/ILC/TextEntryMathWithImage/styleAndLayoutCustomization.js +1 -1
- package/cypress/e2e/ILC/TextSelection/additionalSettings.js +1 -0
- package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +231 -0
- package/cypress/e2e/ILC/TextSelection/editTabBasicSection.js +2 -2
- package/cypress/e2e/ILC/TextSelection/headerSection.js +3 -3
- package/cypress/e2e/ILC/TextSelection/minimumScoringPenaltyPointsAndRoundingDropdown.js +1 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +1 -0
- package/cypress/e2e/ILC/ThinkSphere/createReviewItem.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editTabBasicSection.js +1 -1
- package/cypress/e2e/ILC/ThinkSphere/editThinkSphereQuestion.smoke.js +145 -54
- package/cypress/e2e/ILC/ThinkSphere/equationEditorEditCategoryFlyOut.js +2 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewPlanTabSection.js +334 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewReviewTabSection.js +140 -0
- package/cypress/e2e/ILC/ThinkSphere/gradingViewSolveTabSection.js +65 -0
- package/cypress/e2e/ILC/ThinkSphere/planPhase.js +45 -5
- package/cypress/e2e/ILC/ThinkSphere/previewTabPlanSection.js +8 -8
- package/cypress/e2e/ILC/ThinkSphere/previewTabReviewSection.js +102 -0
- package/cypress/e2e/ILC/ThinkSphere/previewTabSolveSection.js +41 -0
- package/cypress/e2e/ILC/ThinkSphere/solvePhase.js +3 -3
- package/cypress/e2e/ILC/ThinkSphere/studentViewPlanTabSection.js +393 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewReviewTabSection.js +146 -0
- package/cypress/e2e/ILC/ThinkSphere/studentViewSolveSection.js +53 -0
- package/cypress/e2e/ILC/ToolAudioPlayerNew/headerSection.js +90 -2
- package/cypress/e2e/ILC/UploadResponse/editTabBasicSection.js +34 -0
- package/cypress/e2e/ILC/UploadResponse/headerSection.js +38 -1
- package/cypress/e2e/ILC/UploadResponse/uploadResponsePreview.js +50 -13
- package/cypress/e2e/ILC/VideoResponseNew/editTabBasicSection.js +14 -29
- package/cypress/e2e/ILC/chartsDotsPlot/allOrNothingForAllViews.smoke.js +248 -0
- package/cypress/e2e/ILC/chartsDotsPlot/headerSection.js +16 -1
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsBasic.js +27 -28
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +24 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +39 -37
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsBasic.js +22 -23
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +31 -30
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +25 -24
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +31 -31
- package/cypress/e2e/ILC/chartsDotsPlot/scoring/toleranceThresholdScoring.js +18 -19
- package/cypress/e2e/ILC/chartsDotsPlot/specifyCorrectAnswerSection.js +96 -0
- package/cypress/e2e/Sessions/fetchResponses.js +3 -3
- package/cypress/e2e/Sessions/saveResponseScores.js +2 -2
- package/cypress/fixtures/thinkSphereWhiteboardTools.js +66 -0
- package/cypress/pages/audioPlayerPage.js +25 -0
- package/cypress/pages/brainingCampManipulativePage.js +1 -1
- package/cypress/pages/chartsBarPage.js +45 -0
- package/cypress/pages/chartsDotPlotPage.js +25 -0
- package/cypress/pages/chartsLinePage.js +29 -2
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +5 -1
- package/cypress/pages/components/chartsCommonComponent.js +21 -2
- package/cypress/pages/components/ckEditorEquationEditorComponent.js +1 -0
- package/cypress/pages/components/ckEditorInsertImageComponent.js +3 -3
- package/cypress/pages/components/ckEditorInsertTableComponent.js +3 -3
- package/cypress/pages/components/ckEditorLinkComponent.js +8 -9
- package/cypress/pages/components/colorPopupComponent.js +6 -0
- package/cypress/pages/components/createQuestionBasePage.js +19 -6
- package/cypress/pages/components/desmosToolComponent.js +1 -1
- package/cypress/pages/components/draggableOptionsSectionComponent.js +2 -0
- package/cypress/pages/components/equationEditorSectionCommonComponent.js +4 -4
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +31 -3
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +1 -1
- package/cypress/pages/components/gridQuestionCommonComponent.js +55 -2
- package/cypress/pages/components/imageCanvasComponent.js +11 -5
- package/cypress/pages/components/playbackControlsBaseComponent.js +6 -3
- package/cypress/pages/components/questionInstructionsComponent.js +2 -0
- package/cypress/pages/components/scoringSectionBaseEditTab.js +3 -0
- package/cypress/pages/components/specifyRowsAndColumnsComponent.js +16 -0
- package/cypress/pages/contentBlocksPage.js +2 -0
- package/cypress/pages/desmos3DGraphingPage.js +149 -4
- package/cypress/pages/desmosGeometryPage.js +184 -4
- package/cypress/pages/drawingResponsePage.js +9 -2
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +3 -8
- package/cypress/pages/gradingGridViewPage.js +64 -0
- package/cypress/pages/graphingPage.js +28 -5
- package/cypress/pages/gridFillPage.js +24 -9
- package/cypress/pages/imageHighlightPage.js +115 -15
- package/cypress/pages/index.js +1 -0
- package/cypress/pages/listOrderingPage.js +46 -2
- package/cypress/pages/matchingPage.js +29 -10
- package/cypress/pages/numberLineLabelPage.js +26 -0
- package/cypress/pages/numberLinePage.js +15 -0
- package/cypress/pages/singleSelectionPage.js +30 -1
- package/cypress/pages/textEntryMathPage.js +29 -10
- package/cypress/pages/textSelectionPage.js +2 -2
- package/cypress/pages/thinkSpherePage.js +1118 -87
- package/cypress/pages/uploadResponsePage.js +17 -1
- package/cypress/pages/videoResponsePage.js +3 -0
- package/cypress/support/commands.js +9 -0
- package/cypress/support/helpers/createItem.js +22 -3
- package/cypress/support/helpers/utilities.js +14 -1
- package/package.json +1 -1
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/checkAnswerFunctionalityForAllViews.js +0 -0
- /package/cypress/e2e/ILC/{ChartsDotsPlot → chartsDotsPlot}/editQuestion.smoke.js +0 -0
@@ -92,4 +92,98 @@ describe('Create Item page - Charts - Line chart: Specify correct answer, Altern
|
|
92
92
|
utilities.verifyElementCount(chartsLinePage.specifyCorrectAnswerPoint(), 3);
|
93
93
|
});
|
94
94
|
});
|
95
|
+
|
96
|
+
describe('Charts Line - Line Locked', () => {
|
97
|
+
abortEarlySetup();
|
98
|
+
before(() => {
|
99
|
+
chartsLinePage.steps.navigateToCreateQuestion('charts');
|
100
|
+
cy.barsPreLoaderWait();
|
101
|
+
chartsLinePage.steps.selectLineButton();
|
102
|
+
chartsLinePage.steps.addTextInQuestionInstructionsInputField('Set Line on charts');
|
103
|
+
chartsLinePage.steps.setPointValueInSelectChartTypeSection({ pointIndex: 0, value: 2, range: 10 });
|
104
|
+
chartsLinePage.steps.setPointValueInSelectChartTypeSection({ pointIndex: 1, value: 4, range: 10 });
|
105
|
+
chartsLinePage.steps.setPointValueInSelectChartTypeSection({ pointIndex: 2, value: 6, range: 10 });
|
106
|
+
chartsLinePage.steps.lockPoint(0);
|
107
|
+
chartsLinePage.steps.allotPoints(20);
|
108
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
109
|
+
chartsLinePage.steps.setPointValueInSpecifyCorrectAnswerSection({ pointIndex: 1, value: 4, range: 10 });
|
110
|
+
chartsLinePage.steps.setPointValueInSpecifyCorrectAnswerSection({ pointIndex: 2, value: 4, range: 10 });
|
111
|
+
});
|
112
|
+
|
113
|
+
it('When user has a locked point, then the point input field for that point should be disabled and points should be distributed among enabled points only', () => {
|
114
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(0);
|
115
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', 10, 10]);
|
116
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '20');
|
117
|
+
});
|
118
|
+
|
119
|
+
it('When user locks an additional point, then points should be deducted from the total score', () => {
|
120
|
+
chartsLinePage.steps.lockPoint(2);
|
121
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(2);
|
122
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', 10, '']);
|
123
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '10');
|
124
|
+
});
|
125
|
+
|
126
|
+
it('When user switches from partial different weights to partial equal weights, then the same total points should be maintained', () => {
|
127
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('partial equal weights');
|
128
|
+
chartsLinePage.steps.verifyPoints(10);
|
129
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '10');
|
130
|
+
chartsLinePage.steps.verifyPartialEqualWeightsPointsPerResponseScore('10');
|
131
|
+
});
|
132
|
+
|
133
|
+
it('When user unlocks a locked point, then the points should not be added to the unlocked point', () => {
|
134
|
+
chartsLinePage.steps.unlockPoint(2);
|
135
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
136
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(2);
|
137
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', 5, 5]);
|
138
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '10');
|
139
|
+
});
|
140
|
+
|
141
|
+
it('When user unlocks all points, then all point input fields should be enabled', () => {
|
142
|
+
chartsLinePage.steps.unlockPoint(0);
|
143
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(0);
|
144
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(1);
|
145
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(2);
|
146
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', 5, 5]);
|
147
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '10');
|
148
|
+
});
|
149
|
+
|
150
|
+
it('When user switches between scoring subtypes multiple times, then point distribution should be maintained', () => {
|
151
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('All or nothing');
|
152
|
+
chartsLinePage.steps.verifyPoints(10);
|
153
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
154
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue([3.33, 3.33, 3.33]);
|
155
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('partial equal weights');
|
156
|
+
chartsLinePage.steps.verifyPoints(9.99);
|
157
|
+
chartsLinePage.steps.verifyPartialEqualWeightsPointsPerResponseScore('3.33');
|
158
|
+
});
|
159
|
+
|
160
|
+
it('When user locks multiple points in sequence, then point distribution should be adjusted accordingly', () => {
|
161
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
162
|
+
chartsLinePage.steps.lockPoint(0);
|
163
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(0);
|
164
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', 3.33, 3.33]);
|
165
|
+
chartsLinePage.steps.lockPoint(1);
|
166
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(0);
|
167
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(1);
|
168
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', '', 3.33]);
|
169
|
+
chartsLinePage.steps.lockPoint(2);
|
170
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsDisabled(2);
|
171
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', '', '']);
|
172
|
+
});
|
173
|
+
|
174
|
+
it('When user allots points first and then locks a point, then the points of the locked point should be removed', () => {
|
175
|
+
chartsLinePage.steps.selectAutoScoredScoringSubtype('Partial different weights');
|
176
|
+
chartsLinePage.steps.unlockPoint(0);
|
177
|
+
chartsLinePage.steps.unlockPoint(1);
|
178
|
+
chartsLinePage.steps.unlockPoint(2);
|
179
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(0);
|
180
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(1);
|
181
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldIsEnabled(2);
|
182
|
+
chartsLinePage.steps.allotPartialDifferentWeightsPoints([10, 10, 10]);
|
183
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '30');
|
184
|
+
chartsLinePage.steps.lockPoint(0);
|
185
|
+
chartsLinePage.steps.verifyPartialDifferentWeightsPointsInputFieldValue(['', '10', '10']);
|
186
|
+
chartsLinePage.steps.verifyPointsLabelAndPointsOnAnswerAccordion(0, '20');
|
187
|
+
});
|
188
|
+
});
|
95
189
|
});
|
@@ -187,8 +187,8 @@ describe('Audio player: Edit tab', () => {
|
|
187
187
|
});
|
188
188
|
|
189
189
|
it('The user should be able to enter text in the \'Transcript\' input field', () => {
|
190
|
-
multipleSelectionPage.steps.
|
191
|
-
utilities.verifyTextContent(multipleSelectionPage.
|
190
|
+
multipleSelectionPage.steps.enterTextInCKEditorTranscriptInputField('This is a transcript text');
|
191
|
+
utilities.verifyTextContent(multipleSelectionPage.cKEditorTranscriptInputField(), 'This is a transcript text');
|
192
192
|
});
|
193
193
|
|
194
194
|
it('CSS of \'Type in transcript\' Section', { tags: 'css' }, () => {
|
@@ -31,8 +31,8 @@ describe('Audio player: Header section, buttons and saving item', () => {
|
|
31
31
|
|
32
32
|
describe('OK button Contents', () => {
|
33
33
|
it('\'OK\' button should be displayed in popup.', () => {
|
34
|
-
utilities.verifyInnerText(multipleSelectionPage.
|
35
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.
|
34
|
+
utilities.verifyInnerText(multipleSelectionPage.audioPlayerOkButton(), 'OK');
|
35
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.audioPlayerOkButton(), 'visible');
|
36
36
|
});
|
37
37
|
|
38
38
|
it('CSS of \'OK\' button', { tags: 'css' }, () => {
|
@@ -32,7 +32,7 @@ describe('Audio player: Edit tab', () => {
|
|
32
32
|
multipleSelectionPage.steps.switchToEditTab();
|
33
33
|
multipleSelectionPage.steps.clickOnAudioPlayerBlock();
|
34
34
|
multipleSelectionPage.steps.clickOnLimitPlayAttempts();
|
35
|
-
multipleSelectionPage.steps.
|
35
|
+
multipleSelectionPage.steps.setCKEditorPlaybackLimit(2);
|
36
36
|
multipleSelectionPage.steps.clickOnOKButton();
|
37
37
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
38
38
|
multipleSelectionPage.steps.switchToPreviewTab();
|
@@ -24,6 +24,7 @@ describe('Audio player: Edit tab', () => {
|
|
24
24
|
multipleSelectionPage.steps.clickOnOKButton();
|
25
25
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
26
26
|
multipleSelectionPage.steps.switchToPreviewTab();
|
27
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
27
28
|
multipleSelectionPage.steps.startPlayback();
|
28
29
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
29
30
|
});
|
@@ -36,6 +37,7 @@ describe('Audio player: Edit tab', () => {
|
|
36
37
|
multipleSelectionPage.steps.clickOnOKButton();
|
37
38
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
38
39
|
multipleSelectionPage.steps.switchToPreviewTab();
|
40
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
39
41
|
multipleSelectionPage.steps.startPlayback();
|
40
42
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
41
43
|
});
|
@@ -48,6 +50,7 @@ describe('Audio player: Edit tab', () => {
|
|
48
50
|
multipleSelectionPage.steps.clickOnOKButton();
|
49
51
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
50
52
|
multipleSelectionPage.steps.switchToPreviewTab();
|
53
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
51
54
|
multipleSelectionPage.steps.startPlayback();
|
52
55
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
53
56
|
});
|
@@ -69,6 +72,7 @@ describe('Audio player: Edit tab', () => {
|
|
69
72
|
multipleSelectionPage.steps.clickOnOKButton();
|
70
73
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
71
74
|
multipleSelectionPage.steps.switchToPreviewTab();
|
75
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
72
76
|
multipleSelectionPage.steps.startPlayback();
|
73
77
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
74
78
|
});
|
@@ -82,6 +86,7 @@ describe('Audio player: Edit tab', () => {
|
|
82
86
|
multipleSelectionPage.steps.clickOnOKButton();
|
83
87
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
84
88
|
multipleSelectionPage.steps.switchToPreviewTab();
|
89
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
85
90
|
multipleSelectionPage.steps.startPlayback();
|
86
91
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
87
92
|
});
|
@@ -95,6 +100,7 @@ describe('Audio player: Edit tab', () => {
|
|
95
100
|
multipleSelectionPage.steps.clickOnOKButton();
|
96
101
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
97
102
|
multipleSelectionPage.steps.switchToPreviewTab();
|
103
|
+
cy.wait(5000); //Adding a dynamic wait for audio to load in preview tab
|
98
104
|
multipleSelectionPage.steps.startPlayback();
|
99
105
|
multipleSelectionPage.steps.waitForPlaybackToBegin();
|
100
106
|
});
|
@@ -32,7 +32,6 @@ describe('Audio player: Edit tab', () => {
|
|
32
32
|
multipleSelectionPage.steps.switchToEditTab();
|
33
33
|
multipleSelectionPage.steps.clickOnAudioPlayerBlock();
|
34
34
|
multipleSelectionPage.steps.uploadTranscriptFile('sample.txt');
|
35
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.transcriptFileUploadProgressBar(), 'visible');
|
36
35
|
multipleSelectionPage.steps.clickOnOKButton();
|
37
36
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
38
37
|
multipleSelectionPage.steps.switchToPreviewTab();
|
@@ -49,7 +48,7 @@ describe('Audio player: Edit tab', () => {
|
|
49
48
|
multipleSelectionPage.steps.switchToEditTab();
|
50
49
|
multipleSelectionPage.steps.clickOnAudioPlayerBlock();
|
51
50
|
multipleSelectionPage.steps.clickOnTypeInTranscriptRadioButton();
|
52
|
-
multipleSelectionPage.steps.
|
51
|
+
multipleSelectionPage.steps.enterTextInCKEditorTranscriptInputField('In triangle ABC,m ∠ ABC = (4x-12) ° and m ∠ ACB = (2x + 26) °');
|
53
52
|
multipleSelectionPage.steps.clickOnOKButton();
|
54
53
|
multipleSelectionPage.steps.focusInAndOutOfQuestionInstructionsInputField();
|
55
54
|
multipleSelectionPage.steps.switchToPreviewTab();
|
@@ -73,7 +72,7 @@ describe('Audio player: Edit tab', () => {
|
|
73
72
|
multipleSelectionPage.steps.uploadFile('sample.mp3');
|
74
73
|
utilities.verifyElementVisibilityState(multipleSelectionPage.fileUploadProgressBar(), 'hidden');
|
75
74
|
multipleSelectionPage.steps.clickOnTypeInTranscriptRadioButton();
|
76
|
-
multipleSelectionPage.steps.
|
75
|
+
multipleSelectionPage.steps.enterTextInCKEditorTranscriptInputField('In triangle ABC,m ∠ ABC = (4x-12) ° and m ∠ ACB = (2x + 26) °');
|
77
76
|
multipleSelectionPage.steps.clickOnOKButton();
|
78
77
|
});
|
79
78
|
|
@@ -85,7 +85,10 @@ describe('Equation Editor: Edit tab', () => {
|
|
85
85
|
}
|
86
86
|
multipleSelectionPage.steps.selectTool(toolIndex);
|
87
87
|
multipleSelectionPage.steps.verifyToolSelected(toolIndex);
|
88
|
-
|
88
|
+
if (toolIndex === 1) {
|
89
|
+
subToolNumber[toolIndex] = 48;
|
90
|
+
}
|
91
|
+
for (let subToolIndex = 0; subToolIndex < subToolNumber[toolIndex] - 2; subToolIndex++) {
|
89
92
|
utilities.verifyElementVisibilityState(multipleSelectionPage.subToolButton().eq(subToolIndex), 'visible');
|
90
93
|
}
|
91
94
|
}
|
@@ -28,8 +28,8 @@ describe('Insert Image: Edit tab', () => {
|
|
28
28
|
});
|
29
29
|
|
30
30
|
it('\'URL\', \'Alternative Text\', \'Width\', \'Height\', \'Border\', \'HSpace\', \'VSpace\' label with input field for each individual label and \'Preview\' label with image preview box should be visible ', () => {
|
31
|
-
utilities.verifyInnerText(multipleSelectionPage.
|
32
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.
|
31
|
+
utilities.verifyInnerText(multipleSelectionPage.imageUrlLabel(), 'URL');
|
32
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.imageUrlLabel(), 'visible');
|
33
33
|
utilities.verifyElementVisibilityState(multipleSelectionPage.urlInputField(), 'visible');
|
34
34
|
utilities.verifyInnerText(multipleSelectionPage.alternateTextLabel(), 'Alternative Text');
|
35
35
|
utilities.verifyElementVisibilityState(multipleSelectionPage.alternateTextLabel(), 'visible');
|
@@ -82,7 +82,7 @@ describe('Insert Image: Edit tab', () => {
|
|
82
82
|
'font-size': '12px',
|
83
83
|
'font-weight': '400'
|
84
84
|
});
|
85
|
-
utilities.verifyCSS(multipleSelectionPage.
|
85
|
+
utilities.verifyCSS(multipleSelectionPage.imageUrlLabel(), {
|
86
86
|
'color': 'rgb(0, 0, 0)',
|
87
87
|
'font-size': '12px',
|
88
88
|
'font-weight': '400'
|
@@ -113,6 +113,7 @@ describe('Insert Image: Edit tab', () => {
|
|
113
113
|
it('User should be able to enters url and alternate text of the image, and the image should exist inside \'Preview Box\' and height and width of the image should automatically gets filled', () => {
|
114
114
|
multipleSelectionPage.steps.addURLInImagePopUp(constants.foxImageLink);
|
115
115
|
multipleSelectionPage.steps.addTextInAlternateText('Fox Image Link');
|
116
|
+
cy.wait(5000); // Wait for the image to load
|
116
117
|
utilities.verifyElementVisibilityState(multipleSelectionPage.imageInPreviewBox(), 'exist');
|
117
118
|
multipleSelectionPage.steps.verifyWidthAndHeightInInputField('960', '639');
|
118
119
|
});
|
@@ -75,7 +75,9 @@ describe('Insert Image: Edit tab', () => {
|
|
75
75
|
multipleSelectionPage.steps.selectImageInsertOptionFromCKEditorToolbar();
|
76
76
|
multipleSelectionPage.steps.addURLInImagePopUp(constants.foxImageLink);
|
77
77
|
multipleSelectionPage.steps.addTextInAlternateText('Fox Image Link');
|
78
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.imageInPreviewBox(), 'exist');
|
78
79
|
multipleSelectionPage.steps.selectOkButtonFromCKEditorToolbar();
|
80
|
+
cy.wait(5000); // Wait for the image to be rendered in the question instruction
|
79
81
|
utilities.verifyElementVisibilityState(multipleSelectionPage.imageInQuestionInstruction(), 'visible');
|
80
82
|
utilities.verifyElementVisibilityState(multipleSelectionPage.foxImageLinkUrlValueCheck(), 'visible');
|
81
83
|
});
|
@@ -100,21 +100,21 @@ describe('Insert Table: Edit tab', () => {
|
|
100
100
|
|
101
101
|
it('\'Alignment\' label with drop down, \'Caption\' label with input field and \'Summary\' label with input field should be displayed', () => {
|
102
102
|
multipleSelectionPage.steps.scrollingDownToAlignmentLabel();
|
103
|
-
utilities.verifyInnerText(multipleSelectionPage.
|
104
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.
|
105
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.alignmentDropDown(), '
|
103
|
+
utilities.verifyInnerText(multipleSelectionPage.tableAlignmentLabel(), 'Alignment');
|
104
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.tableAlignmentLabel(), 'exist');
|
105
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.alignmentDropDown(), 'exist');
|
106
106
|
utilities.verifyInnerText(multipleSelectionPage.captionLabel(), 'Caption');
|
107
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.captionLabel(), '
|
107
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.captionLabel(), 'exist');
|
108
108
|
utilities.verifyInnerText(multipleSelectionPage.captionInputField(), '');
|
109
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.captionInputField(), '
|
109
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.captionInputField(), 'exist');
|
110
110
|
utilities.verifyInnerText(multipleSelectionPage.summaryLabel(), 'Summary');
|
111
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.summaryLabel(), '
|
111
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.summaryLabel(), 'exist');
|
112
112
|
utilities.verifyInnerText(multipleSelectionPage.summaryInputField(), '');
|
113
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.summaryInputField(), '
|
113
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.summaryInputField(), 'exist');
|
114
114
|
});
|
115
115
|
|
116
116
|
it('CSS of \'Border size\' label and input field, \'Striped\' label and strip options and \'Add hover state\' label and dropdown', { tags: 'css' }, () => {
|
117
|
-
utilities.verifyCSS(multipleSelectionPage.
|
117
|
+
utilities.verifyCSS(multipleSelectionPage.tableAlignmentLabel(), {
|
118
118
|
'color': 'rgb(0, 0, 0)',
|
119
119
|
'font-size': '12px',
|
120
120
|
'font-weight': '400'
|
@@ -23,8 +23,8 @@ describe('Insert Table: Edit tab', () => {
|
|
23
23
|
it('\'Table style\' label, \'Border\' label and \'Clear all\' button should be displayed.', () => {
|
24
24
|
utilities.verifyInnerText(multipleSelectionPage.tableStyleLabel(), 'Table style');
|
25
25
|
utilities.verifyElementVisibilityState(multipleSelectionPage.tableStyleLabel(), 'visible');
|
26
|
-
utilities.verifyInnerText(multipleSelectionPage.
|
27
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.
|
26
|
+
utilities.verifyInnerText(multipleSelectionPage.tableBorderLabel(), 'Border');
|
27
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.tableBorderLabel(), 'visible');
|
28
28
|
utilities.verifyInnerText(multipleSelectionPage.clearAllTableStyle(), 'Clear all');
|
29
29
|
utilities.verifyElementVisibilityState(multipleSelectionPage.clearAllTableStyle(), 'visible');
|
30
30
|
});
|
@@ -35,7 +35,7 @@ describe('Insert Table: Edit tab', () => {
|
|
35
35
|
'font-size': '12px',
|
36
36
|
'font-weight': '700'
|
37
37
|
});
|
38
|
-
utilities.verifyCSS(multipleSelectionPage.
|
38
|
+
utilities.verifyCSS(multipleSelectionPage.tableBorderLabel(), {
|
39
39
|
'color': 'rgb(0, 0, 0)',
|
40
40
|
'font-size': '12px',
|
41
41
|
'font-weight': '400'
|
@@ -82,16 +82,16 @@ describe('Insert Table: Edit tab', () => {
|
|
82
82
|
it('\'Border size\' label and input field with default value 1, \'Striped\' label and 3 strip options with default value none and \'Add hover state\' label and dropdown with default value none should be displayed.', () => {
|
83
83
|
multipleSelectionPage.steps.scrollingDownInInsertTablePopUp();
|
84
84
|
utilities.verifyInnerText(multipleSelectionPage.borderSizeLabel(), 'Border size');
|
85
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.borderSizeLabel(), '
|
86
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.borderSizeInputField(), '
|
85
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.borderSizeLabel(), 'exist');
|
86
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.borderSizeInputField(), 'exist');
|
87
87
|
utilities.verifyInnerText(multipleSelectionPage.stripedLabel(), 'Striped');
|
88
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.stripedLabel(), '
|
89
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.clearStripes(), '
|
90
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.horizontalStripes(), '
|
91
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.verticalStripes(), '
|
88
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.stripedLabel(), 'exist');
|
89
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.clearStripes(), 'exist');
|
90
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.horizontalStripes(), 'exist');
|
91
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.verticalStripes(), 'exist');
|
92
92
|
utilities.verifyInnerText(multipleSelectionPage.addHoverStateLabel(), 'Add hover state');
|
93
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.addHoverStateLabel(), '
|
94
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.addHoverStateDropDown(), '
|
93
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.addHoverStateLabel(), 'exist');
|
94
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.addHoverStateDropDown(), 'exist');
|
95
95
|
});
|
96
96
|
|
97
97
|
it('CSS of \'Border size\' label and input field, \'Striped\' label and strip options and \'Add hover state\' label and dropdown', { tags: 'css' }, () => {
|
@@ -31,7 +31,8 @@ describe('Link Ck Editor: Preview Tab', () => {
|
|
31
31
|
utilities.verifyElementVisibilityState(multipleSelectionPage.foxImageLinkUrlValueCheckPreviewTab(), 'visible');
|
32
32
|
});
|
33
33
|
|
34
|
-
|
34
|
+
//Skipping this as new link cannot open in sorry cypress
|
35
|
+
it.skip('When the user clicks on link text, window open method should be called with target blank', () => {
|
35
36
|
multipleSelectionPage.steps.verifyWindowOpenMethodAfterClickingOnLink('fox-1867062_960_720.jpg');
|
36
37
|
});
|
37
38
|
});
|
@@ -24,7 +24,7 @@ describe('Link Ck Editor: Edit tab', () => {
|
|
24
24
|
utilities.verifyElementVisibilityState(multipleSelectionPage.uploadSectionTitle(), 'visible');
|
25
25
|
utilities.verifyInnerText(multipleSelectionPage.uploadTitle(), 'Upload');
|
26
26
|
utilities.verifyElementVisibilityState(multipleSelectionPage.uploadTitle(), 'visible');
|
27
|
-
utilities.verifyElementVisibilityState(multipleSelectionPage.insertImageChooseFileButton(), '
|
27
|
+
utilities.verifyElementVisibilityState(multipleSelectionPage.insertImageChooseFileButton(), 'exist');
|
28
28
|
utilities.verifyInnerText(multipleSelectionPage.sendItToServerButton(), 'Send it to the Server');
|
29
29
|
utilities.verifyElementVisibilityState(multipleSelectionPage.sendItToServerButton(), 'visible');
|
30
30
|
});
|
@@ -1,8 +1,12 @@
|
|
1
|
-
import { contentBlocksPage } from "../../../pages";
|
1
|
+
import { contentBlocksPage, dialogBoxBase, itemPreviewPage } from "../../../pages";
|
2
|
+
import { browseItemsPage } from "../../../pages/components";
|
2
3
|
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
3
4
|
import utilities from "../../../support/helpers/utilities";
|
4
5
|
const css = Cypress.env('css');
|
5
6
|
|
7
|
+
var itemReferenceID = "";
|
8
|
+
|
9
|
+
//Failing due to https://weldnorthed.atlassian.net/browse/IEI-6190
|
6
10
|
describe('Content blocks - Edit tab', () => {
|
7
11
|
before(() => {
|
8
12
|
cy.loginAs('admin');
|
@@ -82,6 +86,62 @@ describe('Content blocks - Edit tab', () => {
|
|
82
86
|
it('Accessibility of header section', { tags: 'a11y' }, () => {
|
83
87
|
cy.checkAccessibility(contentBlocksPage.headerLabel().parents('content-blocks'));
|
84
88
|
});
|
89
|
+
|
90
|
+
describe('Saving a question with incomplete authoring', () => {
|
91
|
+
abortEarlySetup();
|
92
|
+
before(() => {
|
93
|
+
contentBlocksPage.steps.navigateToCreateResource('content blocks');
|
94
|
+
});
|
95
|
+
|
96
|
+
it('User should be able to save the resource with incomplete authoring and display a snackbar with the text "Saved successfully!" when the Save button is clicked', () => {
|
97
|
+
dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please enter text block.']);
|
98
|
+
contentBlocksPage.steps.saveAQuestionWithIncompleteAuthoring();
|
99
|
+
});
|
100
|
+
contentBlocksPage.tests.verifySavedSuccessfullySnackbarCSSAndA11y();
|
101
|
+
});
|
102
|
+
|
103
|
+
describe('User should be able to edit incomplete authored resource', () => {
|
104
|
+
abortEarlySetup();
|
105
|
+
before(() => {
|
106
|
+
contentBlocksPage.steps.navigateToCreateResource('content blocks');
|
107
|
+
contentBlocksPage.steps.saveAQuestionWithIncompleteAuthoring();
|
108
|
+
contentBlocksPage.steps.editItem();
|
109
|
+
});
|
110
|
+
|
111
|
+
it('Warning icons should be displayed on the required input fields', () => {
|
112
|
+
contentBlocksPage.steps.verifyWarningIconOnRequiredFields([
|
113
|
+
'Please enter text block.',
|
114
|
+
]);
|
115
|
+
});
|
116
|
+
|
117
|
+
it('When required input fields are filled then warning icons should disappear', () => {
|
118
|
+
contentBlocksPage.steps.enterTextInTextBlockInputField(0, 'Text block text');
|
119
|
+
contentBlocksPage.steps.verifyErrorMessageIsNotDisplayed();
|
120
|
+
});
|
121
|
+
|
122
|
+
it('Clicking on Save button the question should get saved and a snackbar with text \'Saved successfully!\' should be displayed', () => {
|
123
|
+
contentBlocksPage.steps.saveAQuestionAndVerifySnackbar();
|
124
|
+
});
|
125
|
+
|
126
|
+
it('Warning icon should not be visible', () => {
|
127
|
+
contentBlocksPage.steps.verifyWarningIconNotExist();
|
128
|
+
});
|
129
|
+
});
|
130
|
+
|
131
|
+
describe('Save as you go - Browse item page contents', () => {
|
132
|
+
abortEarlySetup();
|
133
|
+
before(() => {
|
134
|
+
contentBlocksPage.steps.navigateToCreateResource('content blocks');
|
135
|
+
contentBlocksPage.steps.saveAQuestionWithIncompleteAuthoring();
|
136
|
+
utilities.verifyElementVisibilityState(itemPreviewPage.referenceID(), 'visible');
|
137
|
+
itemReferenceID = itemPreviewPage.steps.getItemReferenceID();
|
138
|
+
browseItemsPage.steps.navigateToBrowseItemsPage();
|
139
|
+
});
|
140
|
+
|
141
|
+
it('When user saves an incompletely authored resource then a warning icon should be visible in browse items page', () => {
|
142
|
+
browseItemsPage.steps.verifyWarningIconInBrowseItemPage(`${itemReferenceID}`);
|
143
|
+
});
|
144
|
+
});
|
85
145
|
});
|
86
146
|
|
87
147
|
describe('Body section', () => {
|
@@ -113,10 +173,9 @@ describe('Content blocks - Edit tab', () => {
|
|
113
173
|
contentBlocksPage.steps.verifyTextBlockInputFieldPlaceholderTextNotExist(contentBlocksPage.verifyTextBlockInputFieldPlaceholderText);
|
114
174
|
});
|
115
175
|
|
116
|
-
it('When user clears text and focuses out of text block input field, then error message
|
176
|
+
it('When user clears text and focuses out of text block input field, then error message should not be displayed', () => {
|
117
177
|
contentBlocksPage.steps.clearAndFocusOutOfTextBlockInputField();
|
118
|
-
utilities.
|
119
|
-
utilities.verifyElementVisibilityState(contentBlocksPage.errorMessage(), 'visible');
|
178
|
+
utilities.verifyElementVisibilityState(contentBlocksPage.errorMessage(), 'notExist');
|
120
179
|
});
|
121
180
|
|
122
181
|
it('When user enters text again then error message should not be displayed', () => {
|