itemengine-cypress-automation 1.0.183 → 1.0.184
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/AudioPlayerNew/allSupportedFileTypes.js +79 -0
- package/cypress/e2e/ILC/AudioPlayerNew/barAudioPlayerStyle.js +345 -0
- package/cypress/e2e/ILC/AudioPlayerNew/compactAudioPlayerStyle.js +429 -0
- package/cypress/e2e/ILC/AudioPlayerNew/previewContents.smoke.js +162 -0
- package/cypress/e2e/ILC/AudioPlayerNew/standardAudioPlayerStyle.js +489 -0
- package/cypress/e2e/ILC/AudioPlayerNew/uploadAndAddAudioFile.js +313 -0
- package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +1 -1
- package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +1 -1
- package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/clickAndDrop.js +1 -1
- package/cypress/e2e/ILC/DrawingResponse/drawingResponseGradingViewAndCorrectAnswerViewContents.smoke.js +5 -8
- package/cypress/e2e/ILC/EditTabSettingPage/itemPreviewSettingsTabFunctionality.js +417 -28
- package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +1 -1
- package/cypress/e2e/ILC/FeedbackScaleNew/headerSection.js +29 -1
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabScoring.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/previewContentsForAllViews.smoke.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +4 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +5 -5
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +3 -4
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +1 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +2 -2
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +2 -2
- package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +2 -2
- package/cypress/e2e/ILC/Graphing/addBackgroundShapesSection.js +2 -2
- package/cypress/e2e/ILC/Graphing/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/GridFill/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
- package/cypress/e2e/ILC/GridFill/gridLayoutContents.js +11 -3
- package/cypress/e2e/ILC/GridFill/previewContentsForAllViews.smoke.js +3 -3
- package/cypress/e2e/ILC/GridFill/studentViewSettingsSection.js +1 -1
- package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +230 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/checkAnswerFunctionalityForAllViews.smoke.js +124 -0
- package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +201 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +216 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +214 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +251 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingPenaltyScoring.js +52 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +128 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +279 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +109 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +278 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +278 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +335 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +250 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +161 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +216 -0
- package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +252 -0
- package/cypress/e2e/ILC/ListOrderingNew/additionalSettings.js +118 -0
- package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +243 -0
- package/cypress/e2e/ILC/ListOrderingNew/checkAnswerFunctionalityForAllViews.smoke.js +128 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +155 -0
- package/cypress/e2e/ILC/ListOrderingNew/editTabScoring.js +195 -0
- package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +78 -0
- package/cypress/e2e/ILC/ListOrderingNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +194 -0
- package/cypress/e2e/ILC/ListOrderingNew/previewContentsForAllViews.smoke.js +176 -0
- package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +112 -0
- package/cypress/e2e/ILC/ListOrderingNew/studentViewSettings.js +244 -0
- package/cypress/e2e/ILC/Matching/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +1 -0
- package/cypress/e2e/ILC/MultipleSelectionGridNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/NumberLine/LayoutSection.js +181 -0
- package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +3 -3
- package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +57 -1
- package/cypress/e2e/ILC/NumberLine/lineSettingsSection.js +33 -0
- package/cypress/e2e/ILC/NumberLine/numberLineSection.js +46 -0
- package/cypress/e2e/ILC/NumberLine/previewTabContentsForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/NumberLine/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/NumberLine/toolSettings.js +2 -1
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +696 -0
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/gradingViewAndCorrectAnswerView.smoke.js +173 -0
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/layoutSection.js +183 -0
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/numberLineSection.js +73 -0
- package/cypress/e2e/ILC/NumberLine/verticalNumberLine/previewTabContentsForAllViews.smoke.js +204 -0
- package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +288 -0
- package/cypress/e2e/ILC/NumberLineLabel/checkAnswerFunctionalityForAllViews.smoke.js +153 -0
- package/cypress/e2e/ILC/NumberLineLabel/gradingViewAndCorrectAnswerView.smoke.js +164 -0
- package/cypress/e2e/ILC/NumberLineLabel/previewContentsForAllViews.smoke.js +120 -0
- package/cypress/e2e/ILC/Protractor/protractorPreviewContents.smoke.js +1 -1
- package/cypress/e2e/ILC/ReadingRuler/readingRulerEditTabBasicsSection.js +49 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/SingleSelectionGridNew/studentViewSettings.js +1 -1
- package/cypress/e2e/ILC/TextEntryMath/responseEvaluationMethodsAndCustomSettings.js +2 -2
- package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +0 -1
- package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -1
- package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +0 -1
- package/cypress/e2e/ILC/TextSelection/Scoring/basicScoringForAllTextSelectionTypes.smoke.js +0 -1
- package/cypress/e2e/ILC/TextSelection/additionalSettings.js +125 -0
- package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +0 -1
- package/cypress/e2e/ILC/TextSelection/checkAnswerFunctionalityForAllViews.smoke.js +1 -2
- package/cypress/e2e/ILC/TextSelection/editTabScoringSection.js +5 -4
- package/cypress/e2e/ILC/TextSelection/headerSection.js +73 -0
- package/cypress/e2e/ILC/TextSelection/previewContentsForAllViews.smoke.js +6 -7
- package/cypress/e2e/ILC/TextSelection/questionInstructionsAndQuestion.js +179 -0
- package/cypress/e2e/ILC/TextSelection/specifyCorrectAnswerSection.js +89 -0
- package/cypress/e2e/ILC/TextSelection/studentViewSettings.js +436 -0
- package/cypress/e2e/ILC/TextSelection/styleAndLayoutCustomizationAccordion.js +277 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInPreviewTab.js +222 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyCorrectAnswerSection.js +260 -0
- package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +380 -0
- package/cypress/e2e/ILC/ToolSettings/toolSettingsContent.js +5 -5
- package/cypress/e2e/ILC/ToolSettings/toolSettingsPreviewContents.smoke.js +3 -3
- package/cypress/fixtures/constants.js +1 -1
- package/cypress/fixtures/equationEditorCategoriesAndSymbols .js +20 -20
- package/cypress/fixtures/theme/ilc.json +20 -18
- package/cypress/pages/audioPlayerPage.js +274 -504
- package/cypress/pages/brainingCampManipulativePage.js +1 -1
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +3 -3
- package/cypress/pages/components/autoScoredStudentViewSettings.js +5 -5
- package/cypress/pages/components/commonComponents.js +1 -0
- package/cypress/pages/components/draggableOptionContainer.js +1 -0
- package/cypress/pages/components/equationEditorFlyout.js +3 -2
- package/cypress/pages/components/essayResponseCommonComponents.js +8 -2
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +1 -0
- package/cypress/pages/components/imageCanvasComponent.js +2 -1
- package/cypress/pages/components/index.js +3 -0
- package/cypress/pages/components/layoutSectionComponent.js +1191 -0
- package/cypress/pages/components/numberLineCommonComponent.js +36 -0
- package/cypress/pages/components/optionsWrapperComponent.js +13 -2
- package/cypress/pages/components/playbackControlsBaseComponent.js +20 -13
- package/cypress/pages/components/styleAndLayoutCustomizationAccordionComponent.js +46 -0
- package/cypress/pages/components/toolSettingsComponent.js +6 -0
- package/cypress/pages/contentBlocksPage.js +18 -2
- package/cypress/pages/createItemPage.js +75 -8
- package/cypress/pages/dialogBoxBase.js +2 -2
- package/cypress/pages/drawingResponsePage.js +24 -4
- package/cypress/pages/feedbackScalePage.js +3 -0
- package/cypress/pages/graphingPage.js +19 -1
- package/cypress/pages/gridFillPage.js +25 -8
- package/cypress/pages/index.js +2 -1
- package/cypress/pages/itemPreviewSettingsPage.js +4 -0
- package/cypress/pages/listOrderingPage.js +435 -557
- package/cypress/pages/matchingPage.js +1 -1
- package/cypress/pages/multipleSelectionPage.js +23 -1
- package/cypress/pages/numberLineLabelPage.js +333 -0
- package/cypress/pages/numberLinePage.js +1370 -132
- package/cypress/pages/rulerPage.js +6 -2
- package/cypress/pages/textSelectionPage.js +461 -23
- package/package.json +1 -1
@@ -0,0 +1,251 @@
|
|
1
|
+
import { listOrderingPage } from "../../../../pages/listOrderingPage";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
import utilities from "../../../../support/helpers/utilities";
|
4
|
+
let options = ['sprout', 'plant', 'flower', 'seed'];
|
5
|
+
let correctAnswerArray = ['seed', 'sprout', 'plant', 'flower'];
|
6
|
+
let alternateCorrectAnswerArray = ['seed', 'flower', 'sprout', 'plant'];
|
7
|
+
|
8
|
+
describe('Create Item page - List ordering: All or nothing scoring with alternative answer - When Correct answer points are more than alternative Answer points', () => {
|
9
|
+
before(() => {
|
10
|
+
cy.loginAs('admin');
|
11
|
+
});
|
12
|
+
|
13
|
+
describe('Question Preview: AutoScored - All or nothing with alternative answer: When Correct Answer points are more than alternative Answer points', () => {
|
14
|
+
abortEarlySetup();
|
15
|
+
before(() => {
|
16
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
17
|
+
cy.barsPreLoaderWait();
|
18
|
+
listOrderingPage.steps.addTextInQuestionInstructionsInputField('Arrange options in correct order.');
|
19
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
20
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('seed', 0);
|
21
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('sprout', 1);
|
22
|
+
listOrderingPage.steps.allotPoints(20);
|
23
|
+
listOrderingPage.steps.addAlternativeAnswerAccordion(1);
|
24
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('seed', 0);
|
25
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('plant', 3);
|
26
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('flower', 1);
|
27
|
+
listOrderingPage.steps.allotPoints(12);
|
28
|
+
listOrderingPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
29
|
+
listOrderingPage.steps.switchToPreviewTab();
|
30
|
+
});
|
31
|
+
|
32
|
+
it('When the user switches to the \'Grading view\' without attempting the question, then correct/incorrect icons should be displayed for the default list order, "Your answer is incorrect" label and correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion', () => {
|
33
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
34
|
+
listOrderingPage.steps.switchToGradingView();
|
35
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
36
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
37
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
38
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
39
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
40
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
41
|
+
});
|
42
|
+
|
43
|
+
it('CSS of correct answer section', { tags: 'css' }, () => {
|
44
|
+
utilities.verifyCSS(listOrderingPage.correctAnswersLabel(), {
|
45
|
+
'color': css.color.sectionHeading,
|
46
|
+
'font-size': css.fontSize.default,
|
47
|
+
'font-weight': css.fontWeight.bold
|
48
|
+
});
|
49
|
+
utilities.verifyCSS(listOrderingPage.correctAnswerSectionAnswerWrapper(), {
|
50
|
+
'border': `1px solid ${css.color.correctAnswer}`
|
51
|
+
});
|
52
|
+
utilities.verifyCSS(listOrderingPage.correctAnswerSectionAnswerWrapper().find('question-text-wrapper'), {
|
53
|
+
'color': css.color.text,
|
54
|
+
'font-size': css.fontSize.default,
|
55
|
+
'font-weight': css.fontWeight.regular,
|
56
|
+
});
|
57
|
+
});
|
58
|
+
|
59
|
+
it('Accessibility of correct answer section', { tags: 'a11y' }, () => {
|
60
|
+
cy.checkAccessibility(listOrderingPage.previewTabQuestionWrapper());
|
61
|
+
});
|
62
|
+
|
63
|
+
it('When the user attempts the question with responses from the correct accordion, then the user should be awarded full points and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed', () => {
|
64
|
+
listOrderingPage.steps.resetQuestionPreview();
|
65
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('seed', 0);
|
66
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 1);
|
67
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(correctAnswerArray);
|
68
|
+
listOrderingPage.steps.verifyPreviewScore(20, 20);
|
69
|
+
listOrderingPage.steps.switchToGradingView();
|
70
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
71
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
72
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
73
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
74
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
75
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
76
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
77
|
+
cy.log('When the user has attempted the question with responses from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed')
|
78
|
+
listOrderingPage.steps.checkAnswer();
|
79
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
80
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
81
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
82
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
83
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
84
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
85
|
+
});
|
86
|
+
|
87
|
+
it('When the user attempts the question with responses from the alternative accordion, then the user should be awarded with points specified for alternative accordion (less than full points) and on switching to \'Grading\' view, correct icons should be displayed beside all the correct responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed', () => {
|
88
|
+
listOrderingPage.steps.resetQuestionPreview();
|
89
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('seed', 0);
|
90
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('plant', 3);
|
91
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 1);
|
92
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(alternateCorrectAnswerArray);
|
93
|
+
listOrderingPage.steps.verifyPreviewScore(12, 20);
|
94
|
+
listOrderingPage.steps.switchToGradingView();
|
95
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
96
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
97
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
98
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
99
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
100
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
101
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
102
|
+
cy.log('When the user has attempted the question with responses from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed')
|
103
|
+
listOrderingPage.steps.checkAnswer();
|
104
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
105
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
106
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
107
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
108
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
109
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
110
|
+
});
|
111
|
+
|
112
|
+
it('When the user attempts the question with partially correct options exclusively from the correct accordion, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers from the correct accordion along with dropzone numeration should be displayed', () => {
|
113
|
+
listOrderingPage.steps.resetQuestionPreview();
|
114
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 0);
|
115
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 1);
|
116
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(['flower', 'sprout', 'plant', 'seed']);
|
117
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
118
|
+
listOrderingPage.steps.switchToGradingView();
|
119
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
120
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
121
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
122
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
123
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
124
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
125
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
126
|
+
cy.log('When the user has attempted the question with partially correct options exclusively from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
127
|
+
listOrderingPage.steps.checkAnswer()
|
128
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
129
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
130
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
131
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
132
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
133
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
134
|
+
});
|
135
|
+
|
136
|
+
it('When the user attempts the question with partially correct options exclusively from the alternative accordion, then the user should be awarded 0 points and on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers from the correct accordion along with dropzone cell numeration should be displayed', () => {
|
137
|
+
listOrderingPage.steps.resetQuestionPreview();
|
138
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('plant', 0);
|
139
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 1);
|
140
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(['plant', 'flower', 'sprout', 'seed']);
|
141
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
142
|
+
listOrderingPage.steps.switchToGradingView();
|
143
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
144
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
145
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
146
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
147
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
148
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
149
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
150
|
+
cy.log('When the user has attempted the question with partially correct options exclusively from the alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
151
|
+
listOrderingPage.steps.checkAnswer()
|
152
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
153
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
154
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
155
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
156
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
157
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
158
|
+
});
|
159
|
+
|
160
|
+
it('When the user has attempted the question with equal number of correct responses from correct and alternative accordion, then the user should be awarded with 0 points and on switching to \'Grading\' view, correct icon should be displayed besides response field with correct answer responses, red cross-mark icon should be displayed beside responses from the alternative tab, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers from the correct accordion along with dropzone cell numeration should be displayed', () => {
|
161
|
+
listOrderingPage.steps.resetQuestionPreview();
|
162
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('seed', 0);
|
163
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 1);
|
164
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('plant', 3);
|
165
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(['seed', 'sprout', 'flower', 'plant']);
|
166
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
167
|
+
listOrderingPage.steps.switchToGradingView();
|
168
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
169
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
170
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
171
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
172
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
173
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
174
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
175
|
+
cy.log('When the user has attempted the question with equal number of correct responses from correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed beside empty responses a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
176
|
+
listOrderingPage.steps.checkAnswer()
|
177
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
178
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
179
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
180
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
181
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
182
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
183
|
+
});
|
184
|
+
|
185
|
+
it('Race condition : When the user attempts the question with the common response between correct and alternative accordion, then the user should be awarded with 0 points and on switching to \'Grading\' view, correct icon should be besides the common response, \'Your answer is incorrect\' and correct answer section with all correct answers from the correct accordion should be displayed', () => {
|
186
|
+
listOrderingPage.steps.resetQuestionPreview();
|
187
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('seed', 0);
|
188
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 3);
|
189
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(['seed', 'plant', 'flower', 'sprout']);
|
190
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
191
|
+
listOrderingPage.steps.switchToGradingView();
|
192
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
193
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
194
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
195
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
196
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
197
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
198
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
199
|
+
cy.log('When the user has attempted the question with the common response between correct and alternative accordion and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
200
|
+
listOrderingPage.steps.checkAnswer();
|
201
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
202
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
203
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
204
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
205
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
206
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
207
|
+
});
|
208
|
+
|
209
|
+
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icons should be displayed besides all incorrect responses, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with dropzone cell numeration should be displayed', () => {
|
210
|
+
listOrderingPage.steps.resetQuestionPreview();
|
211
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 3);
|
212
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 0);
|
213
|
+
listOrderingPage.steps.verifyOptionsOrderInPreviewTab(['flower', 'plant', 'seed', 'sprout']);
|
214
|
+
listOrderingPage.steps.verifyPreviewScore(0, 20);
|
215
|
+
listOrderingPage.steps.switchToGradingView();
|
216
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
217
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
218
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
219
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
220
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
221
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
222
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
223
|
+
cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then incorrect icons should be displayed besides all incorrect responses, a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
224
|
+
listOrderingPage.steps.checkAnswer();
|
225
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
226
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
227
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
228
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
229
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
230
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
231
|
+
});
|
232
|
+
|
233
|
+
it('CSS of incorrect answer state', { tags: 'css' }, () => {
|
234
|
+
listOrderingPage.incorrectIcon()
|
235
|
+
.verifyPseudoClassBeforeProperty('color', css.color.incorrectAnswer);
|
236
|
+
utilities.verifyCSS(listOrderingPage.correctIncorrectAnswerBlock(), {
|
237
|
+
'background-color': css.color.incorrectAnswerLabelBg,
|
238
|
+
'border': `1px solid ${css.color.incorrectAnswer}`
|
239
|
+
});
|
240
|
+
utilities.verifyCSS(listOrderingPage.correctIncorrectStatusMessageText(), {
|
241
|
+
'color': css.color.text,
|
242
|
+
'font-size': css.fontSize.default,
|
243
|
+
'font-weight': css.fontWeight.regular
|
244
|
+
});
|
245
|
+
});
|
246
|
+
|
247
|
+
it('Accessibility of incorrect answer state', { tags: 'a11y' }, () => {
|
248
|
+
cy.checkAccessibility(listOrderingPage.previewTabQuestionWrapper());
|
249
|
+
});
|
250
|
+
});
|
251
|
+
});
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { listOrderingPage } from "../../../../pages";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
|
4
|
+
describe('Create item page - List ordering: All or nothing penalty scoring', () => {
|
5
|
+
before(() => {
|
6
|
+
cy.loginAs('admin');
|
7
|
+
});
|
8
|
+
|
9
|
+
describe('Question preview: Auto scored - All or nothing: Penalty scoring with \'Round negative score to zero\' unchecked', () => {
|
10
|
+
abortEarlySetup();
|
11
|
+
before(() => {
|
12
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
13
|
+
cy.barsPreLoaderWait();
|
14
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
15
|
+
listOrderingPage.steps.addTextInQuestionInstructionsInputField('Arrange options in correct order.');
|
16
|
+
listOrderingPage.steps.allotPoints(20);
|
17
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('seed', 0);
|
18
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('sprout', 1);
|
19
|
+
listOrderingPage.steps.verifyOptionsOrderInSpecifyCorrectAnswerSection(correctAnswerArray);
|
20
|
+
});
|
21
|
+
|
22
|
+
//Penalty points for the entire question
|
23
|
+
it('When the user sets penalty scoring to \'Penalty points for the entire question\', allots penalty points and attempts the question incorrectly, then the user should be awarded with negative points', () => {
|
24
|
+
listOrderingPage.steps.expandPenaltyScoringDropdown();
|
25
|
+
listOrderingPage.steps.selectOptionFromPenaltyScoringDropdown('Penalty points for the entire question');
|
26
|
+
listOrderingPage.steps.uncheckRoundNegativeScoresToZeroCheckbox();
|
27
|
+
listOrderingPage.steps.allotPenaltyPoints(2);
|
28
|
+
listOrderingPage.steps.switchToPreviewTab();
|
29
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 3);
|
30
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 0);
|
31
|
+
listOrderingPage.steps.verifyPreviewScore(-2, 20);
|
32
|
+
});
|
33
|
+
|
34
|
+
it('When the user attempts the question partially correct, then penalty points should get deducted from the awarded points', () => {
|
35
|
+
listOrderingPage.steps.resetQuestionPreview();
|
36
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 3);
|
37
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('plant', 0);
|
38
|
+
listOrderingPage.steps.verifyPreviewScore(-2, 20);
|
39
|
+
});
|
40
|
+
|
41
|
+
it('When the user has defined penalty points and also sets minimum scoring to \'Award minimum score only if attempted\' and allots minimum points, then on attempting the question incorrectly, minimum points should be awarded', () => {
|
42
|
+
listOrderingPage.steps.switchToEditTab();
|
43
|
+
listOrderingPage.steps.expandMinimumScoringDropdown();
|
44
|
+
listOrderingPage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
|
45
|
+
listOrderingPage.steps.allotMinimumPoints(3);
|
46
|
+
listOrderingPage.steps.switchToPreviewTab();
|
47
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 3);
|
48
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 0);
|
49
|
+
listOrderingPage.steps.verifyPreviewScore(3, 20);
|
50
|
+
});
|
51
|
+
});
|
52
|
+
});
|
@@ -0,0 +1,128 @@
|
|
1
|
+
import { listOrderingPage } from "../../../../pages";
|
2
|
+
import abortEarlySetup from "../../../../support/helpers/abortEarly";
|
3
|
+
import utilities from "../../../../support/helpers/utilities";
|
4
|
+
const options = ['sprout', 'plant', 'flower', 'seed'];
|
5
|
+
const correctAnswerArray = ['seed', 'sprout', 'plant', 'flower'];
|
6
|
+
|
7
|
+
describe('Create Item page - List ordering: Manually and non scored', () => {
|
8
|
+
before(() => {
|
9
|
+
cy.loginAs('admin');
|
10
|
+
});
|
11
|
+
|
12
|
+
describe('Question Preview: Manually Scored', () => {
|
13
|
+
abortEarlySetup();
|
14
|
+
before(() => {
|
15
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
16
|
+
cy.barsPreLoaderWait();
|
17
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
18
|
+
listOrderingPage.steps.addTextInQuestionInstructionsInputField('Arrange options in correct order.');
|
19
|
+
listOrderingPage.steps.expandScoringTypeDropdown();
|
20
|
+
listOrderingPage.steps.selectOptionFromScoringTypeDropdown('Manually scored');
|
21
|
+
listOrderingPage.steps.switchToPreviewTab();
|
22
|
+
});
|
23
|
+
|
24
|
+
it('Question instructions and options should be displayed in the preview tab', () => {
|
25
|
+
listOrderingPage.steps.verifyQuestionInstructionsTextPreviewTab('Arrange options in correct order.');
|
26
|
+
utilities.verifyElementCount(listOrderingPage.optionPreviewTab(), 4);
|
27
|
+
options.forEach((optionText, index) => {
|
28
|
+
listOrderingPage.steps.verifyTextContentOfOptionInPreviewTab(optionText, index);
|
29
|
+
});
|
30
|
+
});
|
31
|
+
|
32
|
+
listOrderingPage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Manually scored');
|
33
|
+
});
|
34
|
+
|
35
|
+
describe('Question Preview: Non Scored', () => {
|
36
|
+
abortEarlySetup();
|
37
|
+
before(() => {
|
38
|
+
listOrderingPage.steps.navigateToCreateQuestion('list ordering');
|
39
|
+
cy.barsPreLoaderWait();
|
40
|
+
listOrderingPage.steps.addTextInQuestionInstructionsInputField('Arrange options in correct order.');
|
41
|
+
listOrderingPage.steps.addInputToOptionsInputField(options);
|
42
|
+
listOrderingPage.steps.expandScoringTypeDropdown();
|
43
|
+
listOrderingPage.steps.selectOptionFromScoringTypeDropdown('Non scored');
|
44
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('seed', 0);
|
45
|
+
listOrderingPage.steps.clickAndReorderOptionInSpecifyCorrectAnswerSection('sprout', 1);
|
46
|
+
listOrderingPage.steps.verifyOptionsOrderInSpecifyCorrectAnswerSection(correctAnswerArray);
|
47
|
+
listOrderingPage.steps.checkAllowStudentToCheckAnswerCheckbox();
|
48
|
+
listOrderingPage.steps.switchToPreviewTab();
|
49
|
+
});
|
50
|
+
|
51
|
+
listOrderingPage.tests.verifyGradingStudentViewRadioButtonAndScoringTypeInPreviewTab('Non scored');
|
52
|
+
|
53
|
+
it('When the user switches to the \'Grading view\' without attempting the question, then correct/incorrect icons should be displayed for the default list order, "Your answer is incorrect" label and correct answers section with a label \'Correct answers\' should be displayed with correct answers from the correct accordion', () => {
|
54
|
+
listOrderingPage.steps.switchToGradingView();
|
55
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
56
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
57
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
58
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
59
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
60
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
61
|
+
});
|
62
|
+
|
63
|
+
it('When the user attempts the question incorrectly and on switching to \'Grading\' view, incorrect icons should be displayed besides all incorrect responses, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers should be displayed', () => {
|
64
|
+
listOrderingPage.steps.resetQuestionPreview();
|
65
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 3);
|
66
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 0);
|
67
|
+
listOrderingPage.steps.switchToGradingView();
|
68
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
69
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
70
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
71
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
72
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
73
|
+
listOrderingPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(correctAnswerArray);
|
74
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
75
|
+
cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then incorrect icons should be displayed besides all incorrect responses, a status message with text \'Your answer is incorrect\' should be displayed and correct answer section should not be displayed')
|
76
|
+
listOrderingPage.steps.checkAnswer();
|
77
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('flower');
|
78
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
79
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
80
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('sprout');
|
81
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
82
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
83
|
+
});
|
84
|
+
|
85
|
+
it('When the user attempts the question partially correct, then on switching to \'Grading\' view, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section with all correct answers along with numeration should be displayed', () => {
|
86
|
+
listOrderingPage.steps.resetQuestionPreview();
|
87
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('flower', 3);
|
88
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('plant', 0);
|
89
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
90
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
91
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
92
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
93
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
94
|
+
listOrderingPage.steps.verifyOptionsInCorrectAnswerSection(correctAnswerArray);
|
95
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
96
|
+
cy.log('When the user has attempted the question partially correct and clicks on \'Check answer\' button, correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, a status message with text \'Your answer is incorrect\' and correct answer section should not be displayed')
|
97
|
+
listOrderingPage.steps.checkAnswer();
|
98
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('plant');
|
99
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
100
|
+
listOrderingPage.steps.verifyIncorrectOptionIcon('seed');
|
101
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
102
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('incorrect');
|
103
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
104
|
+
});
|
105
|
+
|
106
|
+
it('When user attempts the question correctly, then on switching to \'Grading\' view, then correct icons should be displayed beside all the correct responses, correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is correct\' and correct answer section should not be displayed', () => {
|
107
|
+
listOrderingPage.steps.resetQuestionPreview();
|
108
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('seed', 0);
|
109
|
+
listOrderingPage.steps.clickAndReorderOptionInPreviewTab('sprout', 1);
|
110
|
+
listOrderingPage.steps.switchToGradingView();
|
111
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
112
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
113
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
114
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
115
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
116
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
117
|
+
listOrderingPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
118
|
+
cy.log('When the user has attempted the question correctly and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, a status message with text \'Your answer is correct\' should be displayed and correct answer section should not be displayed')
|
119
|
+
listOrderingPage.steps.checkAnswer();
|
120
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('seed');
|
121
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('sprout');
|
122
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('plant');
|
123
|
+
listOrderingPage.steps.verifyCorrectOptionIcon('flower');
|
124
|
+
listOrderingPage.steps.verifyCorrectIncorrectAnswerLabel('correct');
|
125
|
+
listOrderingPage.steps.verifyCorrectAnswerSectionNotExists();
|
126
|
+
});
|
127
|
+
});
|
128
|
+
});
|