itemengine-cypress-automation 1.0.120 → 1.0.122-updateILCRepo28Feb-2c3e0e3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/ILC/AudioResponseNew/editTabBasicSection.js +13 -1
- package/cypress/e2e/ILC/AudioResponseNew/gradingViewAndCorrectAnswerViewContents.smoke.js +2 -0
- package/cypress/e2e/ILC/AudioResponseNew/previewContentsForAllViews.smoke.js +1 -0
- package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +2 -0
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +1 -1
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/clickAndDrop.js +2 -2
- package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/studentViewSettings.js +1 -4
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/Scoring/allOrNothingForAllViews.smoke.js +273 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/checkAnswerFunctionalityForAllViews.smoke.js +116 -0
- package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +136 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/allOrNothingForAllView.smoke.js +224 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/checkAnswerFunctionalityForAllViews.smoke.js +120 -0
- package/cypress/e2e/ILC/FillInTheGapsDropdownNew/previewContentsForAllViews.smoke.js +158 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/backgroundImageAndCanvasProperties.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +1 -4
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/dropdownAndDropdownMenuSection.js +246 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/dropdownOptionsSection.js +332 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/editTabBasicSection.js +409 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/headerSection.js +80 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/studentViewSettings.js +213 -0
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/HeaderSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsBasic.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsBasic.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/allOrNothingForAllViews.smoke.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/backgroundImageAndCanvasProperties.js +68 -68
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/editTabScoringSection.js +6 -6
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/previewContentsForAllViews.smoke.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/setLimitSection.js +3 -289
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/specialCharactersSection.js +1 -1
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/specifyCorrectAnswerSection.js +2 -2
- package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +2 -23
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +191 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +190 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +284 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/allOrNothingPenaltyScoring.js +52 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/manuallyAndNonScored.js +113 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +217 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsBasic.js +234 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +217 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsGreaterThanAlternativePoints.js +217 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsBasic.js +136 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +197 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithCorrectPointsEqualToAlternativePoints.js +169 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithCorrectPointsGreaterThanAlternativePoints.js +197 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/allOrNothingForAllViews.smoke.js +219 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/checkAnswerFunctionalityForAllViews.smoke.js +115 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/editTabBasicSection.js +142 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/previewContentsForAllViews.smoke.js +152 -0
- package/cypress/e2e/ILC/FillInTheGapsTextNew/setLimitSection.js +39 -0
- package/cypress/e2e/ILC/MultipleSelection/studentViewSettings.js +2 -12
- package/cypress/e2e/ILC/ShortTextResponseNew/conditionalCheckboxes.js +497 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +503 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/responseAnswersAndAcceptedStudentInput.js +233 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/specialCharactersSection.js +291 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +332 -0
- package/cypress/e2e/ILC/SingleSelection/studentViewSettings.js +2 -12
- package/cypress/e2e/ILC/TextEntryMath/editTabBasicSection.js +9 -8
- package/cypress/e2e/ILC/TextEntryMath/editTabScoringSection.js +4 -4
- package/cypress/e2e/ILC/TextEntryMath/minimumScoringPenaltyPointsAndRoundingDropdown.js +8 -2
- package/cypress/e2e/ILC/TextEntryMath/specifyCorrectAnswerSection.js +5 -2
- package/cypress/e2e/ILC/TextEntryMathWithImage/allOrNothingScoringForAllViews.smoke.js +334 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/backgroundImageAndCanvasProperties.js +419 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/checkAnswerFunctionalityForAllViews.smoke.js +166 -0
- package/cypress/e2e/ILC/TextEntryMathWithImage/previewTabContentsForAllViews.smoke.js +166 -0
- package/cypress/e2e/ILC/UploadResponse/editTabScoringSection.js +51 -0
- package/cypress/e2e/ILC/UploadResponse/gradingViewAndCorrectAnswerViewContents.smoke.js +99 -0
- package/cypress/e2e/ILC/UploadResponse/manuallyAndNonScoredScoring.js +71 -0
- package/cypress/e2e/ILC/UploadResponse/previewContentsForAllViews.smoke.js +155 -0
- package/cypress/e2e/ILC/UploadResponse/uploadResponseHeaderSection.js +66 -0
- package/cypress/fixtures/theme/ilc.json +3 -1
- package/cypress/pages/audioResponsePage.js +2 -1
- package/cypress/pages/components/additionalSettingsPanel.js +27 -0
- package/cypress/pages/components/autoScoredPreviewBase.js +1 -1
- package/cypress/pages/components/autoScoredScoringSection.js +1 -1
- package/cypress/pages/components/autoScoredScoringSectionMultipleResponsesType.js +1 -1
- package/cypress/pages/components/autoScoredSetCorrectAnswerSection.js +1 -1
- package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +2 -2
- package/cypress/pages/components/autoScoredStudentViewSettings.js +8 -1
- package/cypress/pages/components/backgroundImageUploadComponent.js +5 -5
- package/cypress/pages/components/createQuestionBasePage.js +8 -2
- package/cypress/pages/components/essayResponseCommonComponents.js +6 -0
- package/cypress/pages/components/fillInTheGapsCommonComponents.js +13 -0
- package/cypress/pages/components/fillInTheGapsDragAndDropCommonComponents.js +40 -0
- package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +422 -314
- package/cypress/pages/components/fillInTheGapsTextCommonComponent.js +438 -710
- package/cypress/pages/components/{figOverImageCanvasComponent.js → imageCanvasComponent.js} +274 -272
- package/cypress/pages/components/index.js +3 -3
- package/cypress/pages/components/maximumRecorderLengthComponent.js +55 -11
- package/cypress/pages/components/previewScoringAndShowCorrectAnswerComponent.js +1 -1
- package/cypress/pages/components/questionInputFieldComponent.js +49 -23
- package/cypress/pages/components/scoringSectionBase.js +1 -1
- package/cypress/pages/createItemPage.js +67 -2
- package/cypress/pages/fillInTheGapsDragAndDropPage.js +172 -711
- package/cypress/pages/fillInTheGapsDropdownPage.js +75 -72
- package/cypress/pages/fillInTheGapsOverImageDragAndDropPage.js +4 -4
- package/cypress/pages/fillInTheGapsOverImageDropdownPage.js +109 -273
- package/cypress/pages/fillInTheGapsOverImageTextPage.js +49 -291
- package/cypress/pages/fillInTheGapsTextPage.js +52 -199
- package/cypress/pages/index.js +5 -5
- package/cypress/pages/multipleSelectionPage.js +1 -0
- package/cypress/pages/shortTextResponsePage.js +575 -33
- package/cypress/pages/singleSelectionGridPage.js +1 -2
- package/cypress/pages/singleSelectionPage.js +5 -6
- package/cypress/pages/textEntryMathPage.js +46 -22
- package/cypress/pages/textEntryMathWithImagePage.js +212 -0
- package/cypress/pages/uploadResponsePage.js +74 -21
- package/package.json +2 -2
- package/cypress/e2e/ILC/AudioResponseNew/minimalRecorderStyle.js +0 -482
- package/cypress/e2e/ILC/EssayResponse/essayResponseEquationEditor.smoke.js +0 -412
- package/cypress/pages/components/figOverImageCommonComponent.js +0 -1113
- package/cypress/pages/dragAndDropIntoCategoriesAllOrNothingScoring.js +0 -1155
- package/cypress/pages/dragAndDropIntoCategoriesCellsScoring.js +0 -1561
- package/cypress/pages/dragAndDropIntoCategoriesResponseScoring.js +0 -1396
- package/cypress/pages/fillInTheGapsScoring.js +0 -5872
- package/cypress/pages/fillInTheGapsSetCorrectAnswerSection.js +0 -260
@@ -1,98 +1,101 @@
|
|
1
|
-
import
|
2
|
-
import {
|
3
|
-
import { fillInTheGapsTextPage } from "./fillInTheGapsTextPage"
|
1
|
+
import utilities from "../support/helpers/utilities";
|
2
|
+
import { autoScoredScoringPreviewTab, createQuestionBasePage, scoringSectionBaseEditTab, questionInstructionsComponent, correctIncorrectAnswerLabelComponent, autoScoredStudentViewSettings, autoScoredSpecifyCorrectAnswerSection, autoScoredScoringSectionMultiResponseType, fillInTheGapsDropdownCommonComponent, questionInputFieldComponent, commonComponents, additionalSettingsPanel } from "./components";
|
4
3
|
const css = Cypress.env('css');
|
5
4
|
|
6
5
|
const selectors = {
|
7
|
-
...fillInTheGapsTextPage,
|
8
6
|
...questionInstructionsComponent,
|
9
|
-
...
|
10
|
-
...
|
7
|
+
...autoScoredScoringPreviewTab,
|
8
|
+
...correctIncorrectAnswerLabelComponent,
|
11
9
|
...fillInTheGapsDropdownCommonComponent,
|
12
10
|
...questionInputFieldComponent,
|
13
|
-
|
14
|
-
|
15
|
-
|
11
|
+
...commonComponents,
|
12
|
+
dropdownWrapperPreviewTab: () => cy.get('.cloze-with-text-answer-status-response-preview-wrapper'),
|
13
|
+
correctAnswerSectionWrapper: () => cy.get('.cloze-with-text-correct-answer-wrapper'),
|
14
|
+
correctAnswerResponseWrapper: () => cy.get('.answer-block'),
|
15
|
+
correctAnswerResponse: () => cy.get('.numeration-wrapper'),
|
16
16
|
}
|
17
17
|
|
18
18
|
const steps = {
|
19
|
+
...autoScoredScoringPreviewTab.steps,
|
20
|
+
...correctIncorrectAnswerLabelComponent.steps,
|
19
21
|
...createQuestionBasePage.steps,
|
22
|
+
...scoringSectionBaseEditTab.steps,
|
20
23
|
...questionInstructionsComponent.steps,
|
21
|
-
...
|
22
|
-
...
|
23
|
-
...
|
24
|
-
...autoScoredPreviewBase.steps,
|
25
|
-
...autoScoredAdditionalSettings.steps,
|
26
|
-
...autoScoredSetCorrectAnswerSection.steps,
|
27
|
-
...autoScoredScoringSectionMultipleResponsesType.steps,
|
28
|
-
...answerNumerationComponent.steps,
|
24
|
+
...autoScoredStudentViewSettings.steps,
|
25
|
+
...autoScoredSpecifyCorrectAnswerSection.steps,
|
26
|
+
...autoScoredScoringSectionMultiResponseType.steps,
|
29
27
|
...fillInTheGapsDropdownCommonComponent.steps,
|
30
28
|
...questionInputFieldComponent.steps,
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
29
|
+
...commonComponents.steps,
|
30
|
+
...additionalSettingsPanel.steps,
|
31
|
+
/**
|
32
|
+
* Verify that the correct option icon is is displayed for a specific dropdown.
|
33
|
+
* @param {number} dropdownIndex - The index of the dropdown.
|
34
|
+
*/
|
35
|
+
verifyCorrectOptionIcon: (dropdownIndex) => {
|
36
|
+
utilities.getNthElement(fillInTheGapsDropdownPage.dropdownWrapperPreviewTab(), dropdownIndex)
|
37
|
+
.within(() => {
|
38
|
+
utilities.verifyElementVisibilityState(autoScoredScoringPreviewTab.correctIcon(), 'visible');
|
39
|
+
});
|
39
40
|
},
|
40
41
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
});
|
42
|
+
/**
|
43
|
+
* Verify that both correct and incorrect option icons do not exist for a specific dropdown.
|
44
|
+
* @param {number} dropdownIndex - The index of the dropdown.
|
45
|
+
*/
|
46
|
+
verifyCorrectIncorrectIconNotExist: (dropdownIndex) => {
|
47
|
+
utilities.getNthElement(fillInTheGapsDropdownPage.dropdownWrapperPreviewTab(), dropdownIndex)
|
48
|
+
.within(() => {
|
49
|
+
utilities.verifyElementVisibilityState(fillInTheGapsDropdownCommonComponent.tickIconWrapper(), 'notExist');
|
50
50
|
});
|
51
51
|
},
|
52
|
-
}
|
53
52
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
...previewScoringAndShowCorrectAnswerComponent.tests,
|
65
|
-
...autoScoredScoringSectionMultipleResponsesType.tests,
|
66
|
-
...answerNumerationComponent.tests,
|
67
|
-
...questionInputFieldComponent.tests,
|
68
|
-
verifySetCorrectAnswerTabContentsAndFunctionality: (tabName) => {
|
69
|
-
it(`CSS of ${tabName} contents`, { tags: 'css' }, () => {
|
70
|
-
fillInTheGapsCommonComponents.setCorrectAnswerResponseFieldLabel()
|
71
|
-
.verifyCSS(css.color.labels, css.fontSize.default, css.fontWeight.regular);
|
72
|
-
fillInTheGapsDropdownPage.responseDropdownSetCorrectAnswerSection()
|
73
|
-
.should('have.css', 'border', `1px solid ${css.color.figDefaultComponentBorder}`)
|
74
|
-
.and('have.css', 'background-color', css.color.defaultBackground);
|
75
|
-
});
|
53
|
+
/**
|
54
|
+
* Verify that the incorrect option icon is displayed for a specific dropdown.
|
55
|
+
* @param {number} dropdownIndex - The index of the dropdown.
|
56
|
+
*/
|
57
|
+
verifyIncorrectOptionIcon: (dropdownIndex) => {
|
58
|
+
utilities.getNthElement(fillInTheGapsDropdownPage.dropdownWrapperPreviewTab(), dropdownIndex)
|
59
|
+
.within(() => {
|
60
|
+
utilities.verifyElementVisibilityState(autoScoredScoringPreviewTab.incorrectIcon(), 'visible');
|
61
|
+
});
|
62
|
+
},
|
76
63
|
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
64
|
+
verifyDropdownNumerationPreviewTab: () => {
|
65
|
+
fillInTheGapsDropdownPage.dropdownWrapperPreviewTab()
|
66
|
+
.each(($element, index) => {
|
67
|
+
cy.wrap($element)
|
68
|
+
.within(() => {
|
69
|
+
utilities.verifyTextContent(fillInTheGapsDropdownCommonComponent.dropdownNumerationPreviewTab(), `${index + 1}`);
|
70
|
+
});
|
71
|
+
});
|
72
|
+
},
|
83
73
|
|
84
|
-
|
85
|
-
|
74
|
+
/**
|
75
|
+
* Verify correct answer responses in the correct answer section and count.
|
76
|
+
* @param {string[]} correctAnswerArray - An array containing the expected correct answer responses.
|
77
|
+
* @example verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(['Flower', 'Petals', 'Stem']);
|
78
|
+
*/
|
79
|
+
verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount: (correctAnswerArray) => {
|
80
|
+
utilities.verifyElementCount(fillInTheGapsDropdownPage.correctAnswerResponseWrapper(), correctAnswerArray.length);
|
81
|
+
correctAnswerArray.forEach((correctAnswer, index) => {
|
82
|
+
fillInTheGapsDropdownPage.correctAnswerResponseWrapper()
|
83
|
+
.eq(index)
|
84
|
+
.within(() => {
|
85
|
+
utilities.verifyInnerText(fillInTheGapsDropdownCommonComponent.correctAnswerResponseNumeration(), `${index + 1}`);
|
86
|
+
fillInTheGapsDropdownPage.correctAnswerResponse()
|
87
|
+
.should('have.text', correctAnswer);
|
88
|
+
});
|
86
89
|
});
|
90
|
+
},
|
87
91
|
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
});
|
92
|
+
verifyCorrectAnswerSectionNotExists: () => {
|
93
|
+
utilities.verifyElementVisibilityState(fillInTheGapsDropdownPage.correctAnswerSectionWrapper(), 'notExist');
|
94
|
+
},
|
95
|
+
}
|
93
96
|
|
94
|
-
|
95
|
-
|
97
|
+
const tests = {
|
98
|
+
...autoScoredScoringPreviewTab.tests,
|
96
99
|
}
|
97
100
|
|
98
101
|
export const fillInTheGapsDropdownPage = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import constants from "../fixtures/constants";
|
2
2
|
import utilities from "../support/helpers/utilities";
|
3
|
-
import { createQuestionBasePage, questionInstructionsComponent, uploadImageSectionComponent, scoringSectionBaseEditTab, optionsWrapperComponent, equationEditorFlyout, ckEditorToolbar, commonComponents, autoScoredScoringPreviewTab, autoScoredStudentViewSettings, maximumCapacityPerDropzoneComponent, autoScoredSpecifyCorrectAnswerSection, autoScoredScoringSectionMultiResponseType,
|
3
|
+
import { createQuestionBasePage, questionInstructionsComponent, uploadImageSectionComponent, scoringSectionBaseEditTab, optionsWrapperComponent, equationEditorFlyout, ckEditorToolbar, commonComponents, autoScoredScoringPreviewTab, autoScoredStudentViewSettings, maximumCapacityPerDropzoneComponent, autoScoredSpecifyCorrectAnswerSection, autoScoredScoringSectionMultiResponseType, imageCanvasComponent, backgroundImageUploadComponent, correctIncorrectAnswerLabelComponent, draggableOptionsSectionComponent, draggableOptionContainer, studentViewSettingsLabelComponent, randomizeOptionsComponent, enableOuterBorderComponent, allowMultipleInstancesOfSameDraggableOptionComponent, additionalSettingsPanel, opacityComponent, imageActionsComponent, colorPopupComponent } from "./components";
|
4
4
|
import { dialogBoxBase } from "./dialogBoxBase";
|
5
5
|
const css = Cypress.env('css');
|
6
6
|
|
@@ -15,7 +15,7 @@ const selectors = {
|
|
15
15
|
...optionsWrapperComponent,
|
16
16
|
...draggableOptionsSectionComponent,
|
17
17
|
...draggableOptionContainer,
|
18
|
-
...
|
18
|
+
...imageCanvasComponent,
|
19
19
|
...backgroundImageUploadComponent,
|
20
20
|
...correctIncorrectAnswerLabelComponent,
|
21
21
|
...dialogBoxBase,
|
@@ -74,7 +74,7 @@ const steps = {
|
|
74
74
|
...autoScoredScoringSectionMultiResponseType.steps,
|
75
75
|
...draggableOptionsSectionComponent.steps,
|
76
76
|
...draggableOptionContainer.steps,
|
77
|
-
...
|
77
|
+
...imageCanvasComponent.steps,
|
78
78
|
...backgroundImageUploadComponent.steps,
|
79
79
|
...correctIncorrectAnswerLabelComponent.steps,
|
80
80
|
...draggableOptionsSectionComponent.steps,
|
@@ -631,7 +631,7 @@ const tests = {
|
|
631
631
|
...colorPopupComponent.tests,
|
632
632
|
...opacityComponent.tests,
|
633
633
|
...backgroundImageUploadComponent.tests,
|
634
|
-
...
|
634
|
+
...imageCanvasComponent.tests,
|
635
635
|
|
636
636
|
verifyContentsOfSpecifyCorrectAnswerSection: () => {
|
637
637
|
it('When user selects a scoring type then in the \'Correct\' accordion, all the contents should be displayed', () => {
|