itemengine-cypress-automation 1.0.574-IEI-7080-a30fc9a.0 → 1.0.574-IEI-7071-main-360bc22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cypress/e2e/ILC/ShortTextResponseNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +63 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +63 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +87 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/Scoring/allOrNothingWeightsBasic.js +163 -0
- package/cypress/e2e/ILC/ShortTextResponseNew/{manuallyAndNonScoredScoring.js → Scoring/manuallyAndNonScoredScoring.js} +6 -18
- package/cypress/e2e/ILC/ShortTextResponseNew/additionalSettings.js +99 -2
- package/cypress/e2e/ILC/ShortTextResponseNew/editTabBasicSections.js +55 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/specialCharactersSection.js +3 -3
- package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +129 -1
- package/cypress/pages/components/printPreviewComponent.js +8 -1
- package/cypress/pages/shortTextResponsePage.js +195 -6
- package/package.json +1 -1
- package/cypress/e2e/ILC/ShortTextResponseNew/allOrNothingWithAlternativeAnswer.js +0 -245
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
import { shortTextResponsePage } from "../../../pages/shortTextResponsePage";
|
|
2
|
-
import abortEarlySetup from "../../../support/helpers/abortEarly";
|
|
3
|
-
const css = Cypress.env('css');
|
|
4
|
-
|
|
5
|
-
describe('Create item page - Single selection: All or nothing with alternative answer', () => {
|
|
6
|
-
before(() => {
|
|
7
|
-
cy.loginAs('admin');
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
describe('Question preview: Auto scored - All or nothing with alternative answer - When \'Correct answer\' points are more than \'Alternative answer\' points', () => {
|
|
11
|
-
abortEarlySetup();
|
|
12
|
-
before(() => {
|
|
13
|
-
shortTextResponsePage.steps.navigateToCreateQuestion('short text response');
|
|
14
|
-
cy.barsPreLoaderWait();
|
|
15
|
-
shortTextResponsePage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
|
16
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Buildings');
|
|
17
|
-
shortTextResponsePage.steps.allotPoints(20);
|
|
18
|
-
shortTextResponsePage.steps.clickOnAddAlternativeAnswerButton();
|
|
19
|
-
shortTextResponsePage.steps.allotPoints(10);
|
|
20
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Fossil fuel combustion');
|
|
21
|
-
//shortTextResponsePage.steps.checkAllowStudentToCheckAnswerCheckbox();
|
|
22
|
-
shortTextResponsePage.steps.switchToPreviewTab();
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
//TODO: need to fix it after https://redmine.zeuslearning.com/issues/561054 is resolved
|
|
26
|
-
it('When the user selects \'Grading\' view without attempting the question then incorrect answer border and correct answer section should be displayed and correct/incorrect icons should not be displayed', () => {
|
|
27
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
28
|
-
shortTextResponsePage.steps.verifyCorrectIncorrectIconNotVisibleGradingView();
|
|
29
|
-
// shortTextResponsePage.steps.verifyCorrectIncorrectBorderNotExist();
|
|
30
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Buildings');
|
|
31
|
-
shortTextResponsePage.steps.switchToStudentView();
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
it('When the user attempts the question with response from the correct accordion, then the user should be awarded with points specified for correct accordion and on switching to \'Grading\' view, correct icon and correct answer border should be displayed and correct answer section should not be displayed', () => {
|
|
35
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Buildings');
|
|
36
|
-
shortTextResponsePage.steps.verifyPreviewScore(20, 20);
|
|
37
|
-
shortTextResponsePage.steps.verifyPreviewTabPointsBackgroundForCorrectAnswer();
|
|
38
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
39
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
40
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
41
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
42
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
43
|
-
/*cy.log('When the user has attempted the question with response from the correct accordion and clicks on \'Check answer\' button, then correct icon and correct answer border should be displayed in the question preview')
|
|
44
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
45
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
46
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
47
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();*/
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
shortTextResponsePage.tests.verifyPointsCorrectAnswerLabelAndBorderCSSAndA11y('short text response');
|
|
51
|
-
|
|
52
|
-
it('When the user attempts the question with response from the alternative accordion, then the user should be awarded with points specified for alternative accordion (less than overall points) and on switching to \'Grading\' view, correct icon should be displayed beside response input field and correct answer border be displayed and correct answer section should not be displayed', () => {
|
|
53
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
54
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil fuel combustion');
|
|
55
|
-
shortTextResponsePage.steps.verifyPreviewScore(10, 20);
|
|
56
|
-
shortTextResponsePage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
|
57
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
58
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
59
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
60
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
61
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
62
|
-
/*cy.log('When the user has attempted the question with response from the alternative accordion and clicks on \'Check answer\' button, then correct icon should only be displayed beside response input field and correct answer border should be displayed in question preview');
|
|
63
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
64
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
65
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
66
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();*/
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icon should be displayed beside response input field, incorrect answer border and correct answer section should be displayed in question preview', () => {
|
|
70
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
71
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Incorrect answer');
|
|
72
|
-
shortTextResponsePage.steps.verifyPreviewScore(0, 20);
|
|
73
|
-
shortTextResponsePage.steps.verifyPreviewTabPointsBackgroundForIncorrectOrPartiallyCorrectAnswer();
|
|
74
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
75
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
76
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();
|
|
77
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Buildings');
|
|
78
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
79
|
-
/*cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then incorrect icon should be displayed beside response input field and incorrect answer border should not be displayed in question preview')
|
|
80
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
81
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
82
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();
|
|
83
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();*/
|
|
84
|
-
});
|
|
85
|
-
|
|
86
|
-
shortTextResponsePage.tests.verifyIncorrectAnswerLabelAndBorderCSSAndA11y('single selection');
|
|
87
|
-
|
|
88
|
-
it('When the user sets \'Award minimum score only if attempted\' in minimum scoring dropdown and allots minimum points such that minimum points are less than alternative answer points, then attempts the question with response from the alternative accordion, the user should be awarded with alternative answer points', () => {
|
|
89
|
-
shortTextResponsePage.steps.switchToEditTab();
|
|
90
|
-
shortTextResponsePage.steps.expandMinimumScoringDropdown();
|
|
91
|
-
shortTextResponsePage.steps.selectOptionFromMinimumScoringDropdown('Award minimum score only if attempted');
|
|
92
|
-
shortTextResponsePage.steps.allotMinimumPoints(3);
|
|
93
|
-
shortTextResponsePage.steps.switchToPreviewTab();
|
|
94
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil fuel combustion');
|
|
95
|
-
shortTextResponsePage.steps.verifyPreviewScore(10, 20);
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
it('When the user sets minimum points such that minimum points are greater than alternative answer points, then attempts the question with response from the alternative accordion, the user should be awarded with minimum points', () => {
|
|
99
|
-
shortTextResponsePage.steps.switchToEditTab();
|
|
100
|
-
shortTextResponsePage.steps.allotMinimumPoints(13);
|
|
101
|
-
shortTextResponsePage.steps.switchToPreviewTab();
|
|
102
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil fuel combustion');
|
|
103
|
-
shortTextResponsePage.steps.verifyPreviewScore(13, 20);
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
|
|
107
|
-
describe('Question preview: Auto scored - All or nothing with alternative answer - When \'Alternative answer\' points are more than \'Correct answer\' points', () => {
|
|
108
|
-
abortEarlySetup();
|
|
109
|
-
before(() => {
|
|
110
|
-
shortTextResponsePage.steps.navigateToCreateQuestion('short text response');
|
|
111
|
-
cy.barsPreLoaderWait();
|
|
112
|
-
shortTextResponsePage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
|
113
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Buildings');
|
|
114
|
-
shortTextResponsePage.steps.allotPoints(10);
|
|
115
|
-
shortTextResponsePage.steps.clickOnAddAlternativeAnswerButton();
|
|
116
|
-
shortTextResponsePage.steps.allotPoints(20);
|
|
117
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Fossil fuel combustion');
|
|
118
|
-
//shortTextResponsePage.steps.checkAllowStudentToCheckAnswerCheckbox();
|
|
119
|
-
shortTextResponsePage.steps.switchToPreviewTab();
|
|
120
|
-
});
|
|
121
|
-
|
|
122
|
-
//TODO: need to fix it after https://redmine.zeuslearning.com/issues/561054 is resolved
|
|
123
|
-
it('When the user selects \'Grading\' view without attempting the question, correct/incorrect icons should not be displayed and answer input field should have incorrect answer border and correct answer section should be displayed below response input field', () => {
|
|
124
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
125
|
-
//shortTextResponsePage.steps.verifyCorrectIncorrectBorderNotExist();
|
|
126
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Fossil fuel combustion');
|
|
127
|
-
shortTextResponsePage.steps.switchToStudentView();
|
|
128
|
-
});
|
|
129
|
-
|
|
130
|
-
it('When the user attempts the question with response from the correct accordion, then the user should be awarded with points specified for correct accordion (less than overall points) and on switching to \'Grading\' view, correct icon should be displayed beside response input field, correct answer border should be displayed and correct answer section should not be displayed', () => {
|
|
131
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Buildings');
|
|
132
|
-
shortTextResponsePage.steps.verifyPreviewScore(10, 20);
|
|
133
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
134
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
135
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
136
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
137
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
138
|
-
/*cy.log('When the user has attempted the question with response from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed beside correct response input field, correct answer border should be displayed in question preview')
|
|
139
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
140
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
141
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
142
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();*/
|
|
143
|
-
});
|
|
144
|
-
|
|
145
|
-
it('When the user attempts the question with response from the alternative accordion, then the user should be awarded with points specified for alternative accordion and on switching to \'Grading\' view, correct icon should be displayed beside response input field, correct answer border should be displayed and correct answer section should not be displayed', () => {
|
|
146
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
147
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil fuel combustion');
|
|
148
|
-
shortTextResponsePage.steps.verifyPreviewScore(20, 20);
|
|
149
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
150
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
151
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
152
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
153
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
154
|
-
/*cy.log('When the user has attempted the question with response input field from the alternative accordion and clicks on \'Check answer\' button, then correct icon should beside response input field and correct answer border should be displayed in the question preview')
|
|
155
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
156
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
157
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
158
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();*/
|
|
159
|
-
});
|
|
160
|
-
|
|
161
|
-
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icon should be displayed beside response input field, incorrect answer border and correct answer section should be displayed', () => {
|
|
162
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
163
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil');
|
|
164
|
-
shortTextResponsePage.steps.verifyPreviewScore(0, 20);
|
|
165
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
166
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
167
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();
|
|
168
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Fossil fuel combustion');
|
|
169
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
170
|
-
/*cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then incorrect icon should be displayed beside response input field and incorrect answer border should be displayed question preview')
|
|
171
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
172
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
173
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();*/
|
|
174
|
-
});
|
|
175
|
-
});
|
|
176
|
-
|
|
177
|
-
describe('Question preview: Auto scored - All or nothing with alternative answer - When \'Correct answer\' points is equal to \'Alternative answer\' points', () => {
|
|
178
|
-
abortEarlySetup();
|
|
179
|
-
before(() => {
|
|
180
|
-
shortTextResponsePage.steps.navigateToCreateQuestion('short text response');
|
|
181
|
-
cy.barsPreLoaderWait();
|
|
182
|
-
shortTextResponsePage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
|
183
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Buildings');
|
|
184
|
-
shortTextResponsePage.steps.allotPoints(20);
|
|
185
|
-
shortTextResponsePage.steps.clickOnAddAlternativeAnswerButton();
|
|
186
|
-
shortTextResponsePage.steps.allotPoints(20);
|
|
187
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldSpecifyCorrectAnswerSection('Fossil fuel combustion');
|
|
188
|
-
//shortTextResponsePage.steps.checkAllowStudentToCheckAnswerCheckbox();
|
|
189
|
-
shortTextResponsePage.steps.switchToPreviewTab();
|
|
190
|
-
});
|
|
191
|
-
|
|
192
|
-
//TODO: need to fix it after https://redmine.zeuslearning.com/issues/561054 is resolved
|
|
193
|
-
it('When the user switches to \'Grading\' view without attempting the question, then incorrect border and correct answer section should be displayed', () => {
|
|
194
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
195
|
-
//shortTextResponsePage.steps.verifyCorrectIncorrectBorderNotExist();
|
|
196
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Buildings');
|
|
197
|
-
shortTextResponsePage.steps.switchToStudentView();
|
|
198
|
-
});
|
|
199
|
-
|
|
200
|
-
it('When the user attempts the question with response from the correct accordion, then the user should be awarded with points specified for correct accordion and on switching to \'Grading\' view, correct icon should be displayed beside response input field, correct answer border should be displayed and correct answer section should not be displayed', () => {
|
|
201
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Buildings');
|
|
202
|
-
shortTextResponsePage.steps.verifyPreviewScore(20, 20);
|
|
203
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
204
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
205
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
206
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
207
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
208
|
-
/*cy.log('When the user has attempted the question with response input field from the correct accordion and clicks on \'Check answer\' button, then correct icon should be displayed beside response input field and correct answer border should be displayed in question preview')
|
|
209
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
210
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
211
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();*/
|
|
212
|
-
});
|
|
213
|
-
|
|
214
|
-
it('When the user attempts the question with response from the alternative accordion, then the user should be awarded with points specified for alternative accordion (same as correct answer points) and on switching to \'Grading\' view, correct icon should only be displayed beside response input field, correct answer border and correct answer section should not be displayed in question preview', () => {
|
|
215
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
216
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Fossil fuel combustion');
|
|
217
|
-
shortTextResponsePage.steps.verifyPreviewScore(20, 20);
|
|
218
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
219
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
220
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
221
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();
|
|
222
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
223
|
-
/*cy.log('When the user has attempted the question with response input field from the alternative accordion and clicks on \'Check answer\' button, then correct icon should only be displayed beside response input field and correct answer border should be displayed in question preview')
|
|
224
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
225
|
-
shortTextResponsePage.steps.verifyCorrectIcon();
|
|
226
|
-
shortTextResponsePage.steps.verifyCorrectAttemptBorder();
|
|
227
|
-
shortTextResponsePage.steps.verifyCorrectAnswerWrapperNotExist();*/
|
|
228
|
-
});
|
|
229
|
-
|
|
230
|
-
it('When the user attempts the question incorrectly, then the user should be awarded 0 points and on switching to \'Grading\' view, incorrect icon should be displayed beside response input field, incorrect answer border and correct answer section should be displayed in question preview', () => {
|
|
231
|
-
shortTextResponsePage.steps.resetQuestionPreview();
|
|
232
|
-
shortTextResponsePage.steps.enterTextInAnswerInputFieldPreviewTab('Incorrect');
|
|
233
|
-
shortTextResponsePage.steps.verifyPreviewScore(0, 20);
|
|
234
|
-
shortTextResponsePage.steps.switchToGradingView();
|
|
235
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
236
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();
|
|
237
|
-
shortTextResponsePage.steps.verifyCorrectAnswerResponseInCorrectAnswerWrapper('Buildings');
|
|
238
|
-
shortTextResponsePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
239
|
-
/*cy.log('When the user has attempted the question incorrectly and clicks on \'Check answer\' button, then incorrect icon should only be displayed beside incorrect response input field, correct icon should not be displayed beside unattempted correct options, incorrect answer border and a label should not be displayed in question preview')
|
|
240
|
-
shortTextResponsePage.steps.checkAnswer();
|
|
241
|
-
shortTextResponsePage.steps.verifyIncorrectIcon();
|
|
242
|
-
shortTextResponsePage.steps.verifyIncorrectAttemptBorder();*/
|
|
243
|
-
});
|
|
244
|
-
});
|
|
245
|
-
});
|