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
@@ -0,0 +1,541 @@
|
|
1
|
+
import { thinkSpherePage } from "../../../pages";
|
2
|
+
import { browseItemsPage } from "../../../pages/components/browseItemsPage";
|
3
|
+
import { commonComponents } from "../../../pages/components/commonComponents";
|
4
|
+
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
5
|
+
import utilities from "../../../support/helpers/utilities";
|
6
|
+
const css = Cypress.env('css');
|
7
|
+
|
8
|
+
const sentenceStartersTextDefault = [
|
9
|
+
'The strategy I’m going to use is',
|
10
|
+
'First, I will',
|
11
|
+
'Secondly, I will',
|
12
|
+
'I will check my work by',
|
13
|
+
'If my strategy is not working, I will'
|
14
|
+
];
|
15
|
+
|
16
|
+
describe('Preview question : ThinkSphere Question - Plan Section - preview tab', () => {
|
17
|
+
before(() => {
|
18
|
+
cy.loginAs('admin');
|
19
|
+
cy.deleteThinkSphereItem('~zzz item name');
|
20
|
+
cy.createThinkSphereItem('~zzz item name');
|
21
|
+
cy.visit('/item-engine/thinksphere/browse-items');
|
22
|
+
browseItemsPage.steps.clickOnItemReferenceId('~zzz item name');
|
23
|
+
thinkSpherePage.steps.clickOnEditQuestionIcon();
|
24
|
+
thinkSpherePage.steps.switchToPreviewTab();
|
25
|
+
});
|
26
|
+
|
27
|
+
describe('\'Question instruction\' section', () => {
|
28
|
+
abortEarlySetup();
|
29
|
+
it('\'Question instruction\' section should be present', () => {
|
30
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.questionInstructionPreviewTexWrapper(), 'visible');
|
31
|
+
utilities.verifyInnerText(thinkSpherePage.questionInstructionPreviewTexWrapper(), 'question instruction text');
|
32
|
+
});
|
33
|
+
|
34
|
+
it('CSS of \'Question instruction\' section', { tags: 'css' }, () => {
|
35
|
+
utilities.verifyCSS(thinkSpherePage.questionInstructionPreviewTexWrapper(), {
|
36
|
+
'border-radius': '12px',
|
37
|
+
'background-color': css.color.questionInstructionBG,
|
38
|
+
'padding': '10px 10px 10px 27px',
|
39
|
+
'font-size': css.fontSize.default,
|
40
|
+
'font-weight': css.fontWeight.regular,
|
41
|
+
});
|
42
|
+
});
|
43
|
+
|
44
|
+
it('When user add question instruction image then, it should visibile in the preview', () => {
|
45
|
+
thinkSpherePage.steps.switchToEditTab();
|
46
|
+
cy.wait(1000);
|
47
|
+
thinkSpherePage.steps.uploadFile('uploads/image.png');
|
48
|
+
thinkSpherePage.steps.switchToPreviewTab();
|
49
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.questionInstructionPreviewImageWrapper(), 'visible');
|
50
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.questionInstructionPreviewImageExpandButton(), 'visible');
|
51
|
+
});
|
52
|
+
|
53
|
+
it('CSS of question instruction image section', { tags: 'css' }, () => {
|
54
|
+
utilities.verifyCSS(thinkSpherePage.questionInstructionPreviewImageWrapper(), {
|
55
|
+
'width': '143px',
|
56
|
+
'height': '110px',
|
57
|
+
'border': `1px solid ${css.color.secondaryBtnBorder}`,
|
58
|
+
'background-color': css.color.primaryBtn,
|
59
|
+
});
|
60
|
+
utilities.verifyCSS(thinkSpherePage.questionInstructionPreviewImageExpandButton(), {
|
61
|
+
'width': '24px',
|
62
|
+
'height': '24px',
|
63
|
+
'box-shadow': `${css.color.boxShadow} 0px 2px 8px 0px`,
|
64
|
+
'border': `1px solid ${css.color.figDefaultComponentBorder}`,
|
65
|
+
'border-radius': '4px',
|
66
|
+
'background-color': css.color.primaryBtn,
|
67
|
+
});
|
68
|
+
});
|
69
|
+
|
70
|
+
it('When user clicks on expand question instruction image then it should open in the popup', () => {
|
71
|
+
thinkSpherePage.steps.clickOnQuestionInstructionExpandImageButton();
|
72
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.dialogBoxRoot(), 'visible');
|
73
|
+
thinkSpherePage.dialogBoxRoot()
|
74
|
+
.within(() => {
|
75
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.questionInstructionImagePopup(), 'visible');
|
76
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.closeExpandImagePopupButton(), 'visible');
|
77
|
+
});
|
78
|
+
});
|
79
|
+
|
80
|
+
it('CSS of question instruction image popup', { tags: 'css' }, () => {
|
81
|
+
utilities.verifyCSS(thinkSpherePage.dialogBoxRoot(), {
|
82
|
+
'border-radius': '8px',
|
83
|
+
'border': `1px solid ${css.color.secondaryBtnBorder}`,
|
84
|
+
'box-shadow': `${css.color.dialogBoxBoxShadow} 0px 0px 10px 0px`,
|
85
|
+
});
|
86
|
+
utilities.verifyCSS(thinkSpherePage.closeExpandImagePopupButton(), {
|
87
|
+
'background-color': css.color.primaryBtn,
|
88
|
+
'font-size': css.fontSize.normal,
|
89
|
+
'font-weight': css.fontWeight.semibold,
|
90
|
+
'border': `1px solid ${css.color.secondaryBtnBorder}`,
|
91
|
+
'color': css.color.primaryBtnBorder,
|
92
|
+
});
|
93
|
+
});
|
94
|
+
|
95
|
+
it('When user clicks on close expand image popup button then it should remove the popup', () => {
|
96
|
+
thinkSpherePage.steps.clickOnCloseExpandImagePopupButton();
|
97
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.dialogBoxRoot(), 'notExist');
|
98
|
+
});
|
99
|
+
});
|
100
|
+
|
101
|
+
describe('\'Choose your strategies\' section', () => {
|
102
|
+
abortEarlySetup();
|
103
|
+
it('\'Choose your strategies\' section and title should be present', () => {
|
104
|
+
utilities.verifyInnerText(thinkSpherePage.strategiesPreviewHeader(), 'Choose your strategies');
|
105
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategiesPreviewHeader(), 'visible');
|
106
|
+
});
|
107
|
+
|
108
|
+
it('\'Add new strategy\' button should be present', () => {
|
109
|
+
utilities.verifyInnerText(thinkSpherePage.addNewStrategyButton(), 'Add new strategy');
|
110
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.addNewStrategyButton(), 'visible');
|
111
|
+
});
|
112
|
+
|
113
|
+
it('CSS of strategies header and add new strategy button', { tags: 'css' }, () => {
|
114
|
+
utilities.verifyCSS(thinkSpherePage.strategiesPreviewHeader(), {
|
115
|
+
'font-size': css.fontSize.heading,
|
116
|
+
'font-weight': css.fontWeight.semibold,
|
117
|
+
'color': css.color.primaryBtnBorder,
|
118
|
+
});
|
119
|
+
utilities.verifyCSS(thinkSpherePage.addNewStrategyButton(), {
|
120
|
+
'border': `1px solid ${css.color.figDefaultComponentBorder}`,
|
121
|
+
'padding': '12px 16px',
|
122
|
+
'border-radius': '8px',
|
123
|
+
'box-shadow': `${css.color.boxShadow} 0px 2px 8px 0px`,
|
124
|
+
});
|
125
|
+
utilities.verifyCSS(thinkSpherePage.addNewStrategyTextWrapper(), {
|
126
|
+
'color': css.color.primaryBtnBorder,
|
127
|
+
'font-size': css.fontSize.default,
|
128
|
+
'font-weight': css.fontWeight.regular,
|
129
|
+
});
|
130
|
+
});
|
131
|
+
|
132
|
+
it('Number of strategies in preview tab should be same as that in edit tab', () => {
|
133
|
+
let editTabCount, previewTabCount;
|
134
|
+
thinkSpherePage.steps.switchToEditTab();
|
135
|
+
thinkSpherePage.strategiesInputBoxEditTab()
|
136
|
+
.its('length')
|
137
|
+
.then((count) => {
|
138
|
+
editTabCount = count;
|
139
|
+
cy.log('Edit Tab Count:', editTabCount);
|
140
|
+
});
|
141
|
+
thinkSpherePage.steps.switchToPreviewTab();
|
142
|
+
thinkSpherePage.strategiesBoxPreviewTab()
|
143
|
+
.its('length')
|
144
|
+
.then((count) => {
|
145
|
+
previewTabCount = count;
|
146
|
+
cy.log('Preview Tab Count:', previewTabCount);
|
147
|
+
expect(previewTabCount).to.equal(editTabCount);
|
148
|
+
});
|
149
|
+
});
|
150
|
+
|
151
|
+
it('CSS of strategies list', { tags: 'css' }, () => {
|
152
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategiesPreviewListLI(), 0), {
|
153
|
+
'padding': '8px 16px 8px 24px',
|
154
|
+
'border': `2px solid ${css.color.transparent}`,
|
155
|
+
'background-color': css.color.progressBarRemainingFill,
|
156
|
+
'border-radius': '12px',
|
157
|
+
});
|
158
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategyTextWrapper(), 0), {
|
159
|
+
'color': css.color.primaryBtnBorder,
|
160
|
+
'margin-right': '40px',
|
161
|
+
'font-size': '18px',
|
162
|
+
'font-weight': '600',
|
163
|
+
});
|
164
|
+
|
165
|
+
// css of strategies list on hover
|
166
|
+
utilities.getNthElement(thinkSpherePage.strategiesBoxPreviewTab(), 0)
|
167
|
+
.realHover();;
|
168
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategiesBoxPreviewTab(), 0), {
|
169
|
+
'outline-color': css.color.toggleButtonSelectedBg,
|
170
|
+
'outline-offset': '-1px',
|
171
|
+
'outline-style': 'solid',
|
172
|
+
});
|
173
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategyTextWrapper(), 0), {
|
174
|
+
'color': css.color.primaryBtnBg,
|
175
|
+
});
|
176
|
+
utilities.getNthElement(thinkSpherePage.strategiesBoxPreviewTab(), 0)
|
177
|
+
.trigger('mouseout');
|
178
|
+
});
|
179
|
+
|
180
|
+
it('When we click add new strategy button a popup should be opened with header \'Add new strategy\', a text input field with label \'Strategy name\', a cancel and a save button', () => {
|
181
|
+
thinkSpherePage.addNewStrategyButton().click();
|
182
|
+
utilities.verifyInnerText(thinkSpherePage.popupTitle(), 'Add new strategy');
|
183
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.popupTitle(), 'visible');
|
184
|
+
utilities.verifyInnerText(thinkSpherePage.strategyNameLabel(), 'Strategy name');
|
185
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategyNameLabel(), 'visible');
|
186
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategyNameInputField(), 'visible');
|
187
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.addStrategyPopupCancelButton(), 'visible');
|
188
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.addStrategyPopupSaveButton(), 'visible');
|
189
|
+
thinkSpherePage.addStrategyPopupCancelButton().click();
|
190
|
+
});
|
191
|
+
|
192
|
+
it('Add new strategy popup should close when cancel button is clicked and the number of strategies should be same before opening the popup', () => {
|
193
|
+
let countBeforeOpeningPopup, countAfterClosingPopup;
|
194
|
+
cy.get(thinkSpherePage.strategiesBoxPreviewTab())
|
195
|
+
.its('length')
|
196
|
+
.then((count) => {
|
197
|
+
countBeforeOpeningPopup = count;
|
198
|
+
cy.log('Count before opening popup:', countBeforeOpeningPopup);
|
199
|
+
});
|
200
|
+
thinkSpherePage.addNewStrategyButton().click();
|
201
|
+
thinkSpherePage.addStrategyPopupCancelButton().click();
|
202
|
+
cy.get(thinkSpherePage.strategiesBoxPreviewTab())
|
203
|
+
.its('length')
|
204
|
+
.then((count) => {
|
205
|
+
countAfterClosingPopup = count;
|
206
|
+
cy.log('Count after closing popup:', countAfterClosingPopup);
|
207
|
+
expect(countAfterClosingPopup).to.equal(countBeforeOpeningPopup);
|
208
|
+
});
|
209
|
+
});
|
210
|
+
|
211
|
+
it('When user adds a new strategy, the popup should close when save button is clicked and the number of strategies should increase by 1 compared to that before opening the popup', () => {
|
212
|
+
let countBeforeOpeningPopup, countAfterClosingPopup;
|
213
|
+
thinkSpherePage.strategiesBoxPreviewTab()
|
214
|
+
.its('length')
|
215
|
+
.then((count) => {
|
216
|
+
countBeforeOpeningPopup = count;
|
217
|
+
cy.log('Count before opening popup:', countBeforeOpeningPopup);
|
218
|
+
});
|
219
|
+
thinkSpherePage.addNewStrategyButton().click();
|
220
|
+
thinkSpherePage.strategyNameInputField().type('Test Strategy');
|
221
|
+
thinkSpherePage.addStrategyPopupSaveButton().click();
|
222
|
+
thinkSpherePage.strategiesBoxPreviewTab()
|
223
|
+
.its('length')
|
224
|
+
.then((count) => {
|
225
|
+
countAfterClosingPopup = count;
|
226
|
+
cy.log('Count after closing popup:', countAfterClosingPopup);
|
227
|
+
expect(countAfterClosingPopup).to.equal(countBeforeOpeningPopup + 1);
|
228
|
+
});
|
229
|
+
});
|
230
|
+
|
231
|
+
it('CSS of strategies list in selected state', { tags: 'css' }, () => {
|
232
|
+
thinkSpherePage.steps.clickOnStrategiesPreviewListLI();
|
233
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategiesPreviewListLI(), 1), {
|
234
|
+
'border': `2px solid ${css.color.toggleButtonSelectedBg}`,
|
235
|
+
'background-color': css.color.transparent,
|
236
|
+
});
|
237
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.strategyTextWrapper(), 1), {
|
238
|
+
'color': css.color.primaryBtnBg,
|
239
|
+
});
|
240
|
+
thinkSpherePage.steps.clickOnStrategiesPreviewListLI();
|
241
|
+
});
|
242
|
+
|
243
|
+
it('Video icon for should not present by default besides the strategy name', () => {
|
244
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.videoIconWrapper(), 'notExist');
|
245
|
+
});
|
246
|
+
|
247
|
+
it('When user uploads a video inside strategy then video icon should be visible besides the strategy name', () => {
|
248
|
+
thinkSpherePage.steps.switchToEditTab();
|
249
|
+
thinkSpherePage.videoLinkComponent()
|
250
|
+
.within(() => {
|
251
|
+
thinkSpherePage.uploadVideoLinkButton()
|
252
|
+
.click();
|
253
|
+
});
|
254
|
+
thinkSpherePage.steps.uploadVideoFile('uploads/sample2MB.mp4');
|
255
|
+
cy.interceptGraphql('getFileScanStatus');
|
256
|
+
cy.wait(5000);
|
257
|
+
thinkSpherePage.steps.switchToPreviewTab();
|
258
|
+
utilities.verifyElementVisibilityState(utilities.getNthElement(thinkSpherePage.videoIconWrapper(), 0), 'visible');
|
259
|
+
});
|
260
|
+
|
261
|
+
it('When user clicks on video icon then video should be played in the popup', () => {
|
262
|
+
thinkSpherePage.steps.clickOnVideoIcon();
|
263
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.dialogBoxRoot(), 'visible');
|
264
|
+
thinkSpherePage.dialogBoxRoot()
|
265
|
+
.within(() => {
|
266
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.dialogBoxTitle(), 'visible');
|
267
|
+
utilities.verifyInnerText(thinkSpherePage.dialogBoxTitle(), 'Sample2mb.mp4');
|
268
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.buttonClose(), 'visible');
|
269
|
+
});
|
270
|
+
thinkSpherePage.steps.closeVideoPopup();
|
271
|
+
});
|
272
|
+
});
|
273
|
+
|
274
|
+
describe('\'Planning journal\' Section', () => {
|
275
|
+
abortEarlySetup();
|
276
|
+
it('\'Planning journal\' section should be present', () => {
|
277
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.PlanningPreviewWrapper(), 'visible');
|
278
|
+
});
|
279
|
+
|
280
|
+
it('\'Planning journal\' section heading should be present', () => {
|
281
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.planningPreviewHeading(), 'visible');
|
282
|
+
utilities.verifyInnerText(thinkSpherePage.planningPreviewHeading(), 'Planing journal');
|
283
|
+
});
|
284
|
+
|
285
|
+
it('\'Sentence starters\' label and dropdown should be displayed', () => {
|
286
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.chooseStarterLabel(), 'visible');
|
287
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.chooseStarterDropdown(), 'visible');
|
288
|
+
utilities.verifyInnerText(thinkSpherePage.chooseStarterLabel(), 'Sentence starter');
|
289
|
+
thinkSpherePage.chooseStarterTextIconWrapper()
|
290
|
+
.within(() => {
|
291
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.starterIocn(), 'visible');
|
292
|
+
utilities.verifyInnerText(thinkSpherePage.starterTextWrapper(), 'Starters');
|
293
|
+
});
|
294
|
+
thinkSpherePage.chooseStarterDropdown()
|
295
|
+
.verifyPseudoClassBeforeProperty('content', '""');
|
296
|
+
});
|
297
|
+
|
298
|
+
it('CSS of \'Sentence starter\' dropdown - default state', { tags: 'css' }, () => {
|
299
|
+
utilities.verifyCSS(thinkSpherePage.chooseStarterLabel(), {
|
300
|
+
'color': css.color.sectionHeading,
|
301
|
+
'font-size': css.fontSize.normal,
|
302
|
+
'font-weight': css.fontWeight.semibold,
|
303
|
+
});
|
304
|
+
utilities.verifyCSS(thinkSpherePage.chooseStarterDropdown(), {
|
305
|
+
'color': css.color.liText,
|
306
|
+
'font-size': css.fontSize.default,
|
307
|
+
'font-weight': css.fontWeight.regular
|
308
|
+
});
|
309
|
+
});
|
310
|
+
|
311
|
+
it('Clicking on \'Sentence starters\' dropdown should open a list', () => {
|
312
|
+
commonComponents.steps.verifyDropdownIsCollapsed();
|
313
|
+
thinkSpherePage.steps.expandChooseStarterDropdown();
|
314
|
+
utilities.verifyElementVisibilityState(commonComponents.dropdownList(), 'visible');
|
315
|
+
sentenceStartersTextDefault.forEach((label, index) => {
|
316
|
+
utilities.verifyInnerText(utilities.getNthElement(thinkSpherePage.chooseStartersListOptionLabels(), index), label);
|
317
|
+
});
|
318
|
+
utilities.clickOnBody();
|
319
|
+
});
|
320
|
+
|
321
|
+
it('CSS of Sentence starters dropdown - active state', { tags: 'css' }, () => {
|
322
|
+
thinkSpherePage.steps.expandChooseStarterDropdown();
|
323
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.chooseStartersListOptions(), 0), {
|
324
|
+
'color': css.color.liText,
|
325
|
+
'font-size': css.fontSize.default,
|
326
|
+
'font-weight': css.fontWeight.regular,
|
327
|
+
'background-color': css.color.dropdownDefaultBG
|
328
|
+
});
|
329
|
+
utilities.verifyCSS(utilities.getNthElement(thinkSpherePage.chooseStartersListOptions(), 1), {
|
330
|
+
'background-color': css.color.transparent
|
331
|
+
});
|
332
|
+
cy.log('Post step: Closing the Sentence starters dropdown');
|
333
|
+
utilities.clickOnBody();
|
334
|
+
});
|
335
|
+
|
336
|
+
it('When user clicks on any starter then it should get written in the \'Write your plan\' text input field', () => {
|
337
|
+
thinkSpherePage.writePlanWrapper()
|
338
|
+
.within(() => {
|
339
|
+
thinkSpherePage.contentEditableDiv().clear();
|
340
|
+
});
|
341
|
+
thinkSpherePage.steps.expandChooseStarterDropdown();
|
342
|
+
utilities.getNthElement(thinkSpherePage.chooseStartersListOptions(), 1).click();
|
343
|
+
thinkSpherePage.writePlanWrapper()
|
344
|
+
.within(() => {
|
345
|
+
thinkSpherePage.contentEditableDiv().should('have.value', 'First, I will ');
|
346
|
+
thinkSpherePage.contentEditableDiv().clear();
|
347
|
+
});
|
348
|
+
});
|
349
|
+
|
350
|
+
it('\'Planning journal\' write wrapper should be present', () => {
|
351
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.planningWriteWrapper(), 'visible');
|
352
|
+
});
|
353
|
+
|
354
|
+
it('\'The problem is asking me to\' section should be present', () => {
|
355
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.problemAskingWrapper(), 'visible');
|
356
|
+
});
|
357
|
+
|
358
|
+
it('\'The problem is asking me to\' subheading should be present', () => {
|
359
|
+
thinkSpherePage.problemAskingWrapper()
|
360
|
+
.within(() => {
|
361
|
+
utilities.verifyInnerText(thinkSpherePage.subheadingWrapper(), 'The problem is asking me to');
|
362
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.subheadingWrapper(), 'visible');
|
363
|
+
});
|
364
|
+
});
|
365
|
+
|
366
|
+
it('Text area with placeholder \'Enter your text here\' should be present under \'The problem is asking me to\' section', () => {
|
367
|
+
thinkSpherePage.problemAskingWrapper()
|
368
|
+
.within(() => {
|
369
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.contentEditableDiv(), 'visible');
|
370
|
+
utilities.verifyElementAttribute(thinkSpherePage.contentEditableDiv(), 'placeholder', 'Enter your text here');
|
371
|
+
});
|
372
|
+
});
|
373
|
+
|
374
|
+
it('Mic button should be present under \'The problem is asking me to\' section', () => {
|
375
|
+
thinkSpherePage.problemAskingWrapper()
|
376
|
+
.within(() => {
|
377
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.micIconWrapper(), 'visible');
|
378
|
+
utilities.verifyElementAttribute(thinkSpherePage.micIconWrapper(), 'role', 'button');
|
379
|
+
utilities.verifyElementAttribute(thinkSpherePage.micIconWrapper(), 'aria-label', 'Mic button');
|
380
|
+
});
|
381
|
+
});
|
382
|
+
|
383
|
+
it('User should be able to write in the \'Enter your text here\' textarea under \'The problem is asking me to\' section', () => {
|
384
|
+
const textToEnter = 'This is a test text for the problem.';
|
385
|
+
thinkSpherePage.problemAskingWrapper()
|
386
|
+
.within(() => {
|
387
|
+
thinkSpherePage.contentEditableDiv().type(textToEnter);
|
388
|
+
thinkSpherePage.contentEditableDiv().should('have.value', textToEnter);
|
389
|
+
});
|
390
|
+
});
|
391
|
+
|
392
|
+
it('\'Add strategies to plan\' section should be present', () => {
|
393
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategiesToPlanWrapper(), 'visible');
|
394
|
+
});
|
395
|
+
|
396
|
+
it('\'Add strategies to plan\' subheading should be present', () => {
|
397
|
+
thinkSpherePage.strategiesToPlanWrapper()
|
398
|
+
.within(() => {
|
399
|
+
utilities.verifyInnerText(thinkSpherePage.subheadingWrapper(), 'Add strategies to plan');
|
400
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.subheadingWrapper(), 'visible');
|
401
|
+
});
|
402
|
+
});
|
403
|
+
|
404
|
+
it('By default the strategy chips should not present under \'Add strategies to plan\' section', () => {
|
405
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategyChip(), 'notExist');
|
406
|
+
});
|
407
|
+
|
408
|
+
it('\'Write your plan\' section should be present', () => {
|
409
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.writePlanWrapper(), 'visible');
|
410
|
+
});
|
411
|
+
|
412
|
+
it('\'Write your plan\' subheading should be present', () => {
|
413
|
+
thinkSpherePage.writePlanWrapper()
|
414
|
+
.within(() => {
|
415
|
+
utilities.verifyInnerText(thinkSpherePage.subheadingWrapper(), 'Write your plan');
|
416
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.subheadingWrapper(), 'visible');
|
417
|
+
});
|
418
|
+
});
|
419
|
+
|
420
|
+
it('Text area with placeholder \'Enter your plan here\' should be present under \'Write your plan\' section', () => {
|
421
|
+
thinkSpherePage.writePlanWrapper()
|
422
|
+
.within(() => {
|
423
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.contentEditableDiv(), 'visible');
|
424
|
+
utilities.verifyElementAttribute(thinkSpherePage.contentEditableDiv(), 'placeholder', 'Enter your plan here');
|
425
|
+
});
|
426
|
+
});
|
427
|
+
|
428
|
+
it('Mic button should be present under \'Write your plan\' section', () => {
|
429
|
+
thinkSpherePage.writePlanWrapper()
|
430
|
+
.within(() => {
|
431
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.micIconWrapper(), 'visible');
|
432
|
+
utilities.verifyElementAttribute(thinkSpherePage.micIconWrapper(), 'role', 'button');
|
433
|
+
utilities.verifyElementAttribute(thinkSpherePage.micIconWrapper(), 'aria-label', 'Mic button');
|
434
|
+
});
|
435
|
+
});
|
436
|
+
|
437
|
+
it('User should be able to write in the \'Enter your plan here\' textarea under \'Write your plan\' section', () => {
|
438
|
+
const planTextToEnter = 'This is a test plan.';
|
439
|
+
thinkSpherePage.writePlanWrapper()
|
440
|
+
.within(() => {
|
441
|
+
thinkSpherePage.contentEditableDiv().type(planTextToEnter);
|
442
|
+
thinkSpherePage.contentEditableDiv().should('have.value', planTextToEnter);
|
443
|
+
thinkSpherePage.contentEditableDiv().clear();
|
444
|
+
});
|
445
|
+
});
|
446
|
+
|
447
|
+
it('When user click on strategy list it should display inside \'Add strategies to plan\' wrapper in the form of chip', () => {
|
448
|
+
thinkSpherePage.steps.clickOnStrategiesPreviewListLI();
|
449
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategyChipWrapper(), 'visible');
|
450
|
+
utilities.verifyElementVisibilityState(thinkSpherePage.strategyChip(), 'visible');
|
451
|
+
utilities.verifyInnerText(thinkSpherePage.strategyChip(), 'Look for a pattern');
|
452
|
+
});
|
453
|
+
|
454
|
+
it('CSS of strategy chip when it is not selected', { tags: 'css' }, () => {
|
455
|
+
utilities.verifyCSS(thinkSpherePage.strategyChip(), {
|
456
|
+
'border': `1px solid ${css.color.figDefaultComponentBorder}`,
|
457
|
+
'color': css.color.sectionHeading,
|
458
|
+
'border-radius': '20px',
|
459
|
+
'font-size': css.fontSize.normal,
|
460
|
+
'font-weight': css.fontWeight.regular,
|
461
|
+
});
|
462
|
+
});
|
463
|
+
|
464
|
+
it('When user click on strategy chip it should get written in the \'Write your plan\' text input field', () => {
|
465
|
+
thinkSpherePage.writePlanWrapper()
|
466
|
+
.within(() => {
|
467
|
+
thinkSpherePage.contentEditableDiv().clear();
|
468
|
+
});
|
469
|
+
thinkSpherePage.strategyChip().click();
|
470
|
+
thinkSpherePage.writePlanWrapper()
|
471
|
+
.within(() => {
|
472
|
+
thinkSpherePage.contentEditableDiv().should('have.value', 'look for a pattern ');
|
473
|
+
});
|
474
|
+
});
|
475
|
+
|
476
|
+
it('CSS of strategy chip when it is selected', { tags: 'css' }, () => {
|
477
|
+
utilities.verifyCSS(thinkSpherePage.strategyChip(), {
|
478
|
+
'background-color': css.color.secondaryBtnBorder,
|
479
|
+
'border': `1px solid ${css.color.primaryBtnBg}`,
|
480
|
+
});
|
481
|
+
});
|
482
|
+
|
483
|
+
it('CSS of planning journal section', { tags: 'css' }, () => {
|
484
|
+
utilities.verifyCSS(thinkSpherePage.planningPreviewHeading(), {
|
485
|
+
'color': css.color.primaryBtnBorder,
|
486
|
+
'font-size': css.fontSize.heading,
|
487
|
+
'font-weight': css.fontWeight.semibold,
|
488
|
+
});
|
489
|
+
|
490
|
+
utilities.verifyCSS(thinkSpherePage.planningWriteWrapper(), {
|
491
|
+
'border': `1px solid ${css.color.secondaryBtnBorder}`,
|
492
|
+
'border-radius': '12px'
|
493
|
+
});
|
494
|
+
|
495
|
+
utilities.verifyCSS(thinkSpherePage.problemAskingWrapper(), {
|
496
|
+
'padding': '16px 16px 14px',
|
497
|
+
'border-bottom': `1px solid ${css.color.secondaryBtnBorder}`
|
498
|
+
});
|
499
|
+
|
500
|
+
utilities.verifyCSS(thinkSpherePage.strategiesToPlanWrapper(), {
|
501
|
+
'padding': '16px',
|
502
|
+
'border-bottom': `1px solid ${css.color.secondaryBtnBorder}`
|
503
|
+
});
|
504
|
+
|
505
|
+
utilities.verifyCSS(thinkSpherePage.writePlanWrapper(), {
|
506
|
+
'padding': '16px'
|
507
|
+
});
|
508
|
+
|
509
|
+
thinkSpherePage.problemAskingWrapper()
|
510
|
+
.within(() => {
|
511
|
+
utilities.verifyCSS(thinkSpherePage.subheadingWrapper(), {
|
512
|
+
'color': css.color.primaryBtnBorder,
|
513
|
+
'font-size': css.fontSize.normal,
|
514
|
+
'font-weight': css.fontWeight.bold,
|
515
|
+
});
|
516
|
+
});
|
517
|
+
|
518
|
+
thinkSpherePage.strategiesToPlanWrapper()
|
519
|
+
.within(() => {
|
520
|
+
utilities.verifyCSS(thinkSpherePage.subheadingWrapper(), {
|
521
|
+
'color': css.color.primaryBtnBorder,
|
522
|
+
'font-size': css.fontSize.normal,
|
523
|
+
'font-weight': css.fontWeight.bold,
|
524
|
+
});
|
525
|
+
});
|
526
|
+
|
527
|
+
thinkSpherePage.writePlanWrapper()
|
528
|
+
.within(() => {
|
529
|
+
utilities.verifyCSS(thinkSpherePage.subheadingWrapper(), {
|
530
|
+
'color': css.color.primaryBtnBorder,
|
531
|
+
'font-size': css.fontSize.normal,
|
532
|
+
'font-weight': css.fontWeight.bold,
|
533
|
+
});
|
534
|
+
});
|
535
|
+
});
|
536
|
+
|
537
|
+
it('Accessibility of planning journal', { tags: 'a11y' }, () => {
|
538
|
+
cy.checkAccessibility(thinkSpherePage.PlanningPreviewWrapper());
|
539
|
+
});
|
540
|
+
});
|
541
|
+
});
|