itemengine-cypress-automation 1.0.574-scoring-fix-dd14c63.0 → 1.0.574
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/FillInTheGapsOverImageDropdownNew/Scoring/partialEqualWeightsBasic.js
CHANGED
|
@@ -163,7 +163,6 @@ describe('Create item page - Fill in the gaps over image with dropdown: Partial
|
|
|
163
163
|
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownSpecifyCorrectAnswerSection(1, correctAnswerArray[1]);
|
|
164
164
|
fillInTheGapsOverImageDropdownPage.steps.selectAutoScoredScoringSubtype('Partial equal weights');
|
|
165
165
|
fillInTheGapsOverImageDropdownPage.steps.selectResponseFromDropdownSpecifyCorrectAnswerSection(1, correctAnswerArray[1]);
|
|
166
|
-
//fillInTheGapsOverImageDropdownPage.steps.checkAllowStudentsToCheckAnswerCheckbox();
|
|
167
166
|
fillInTheGapsOverImageDropdownPage.steps.switchToPreviewTab();
|
|
168
167
|
});
|
|
169
168
|
|
|
@@ -196,12 +195,6 @@ describe('Create item page - Fill in the gaps over image with dropdown: Partial
|
|
|
196
195
|
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
197
196
|
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerResponsesInCorrectAnswerSectionAndCount(correctAnswerArray);
|
|
198
197
|
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
199
|
-
/*cy.log('When the user attempts the question partially correct and clicks on \'Check answer\' button, then correct icon should be displayed besides the correct answer responses, incorrect icon should be displayed besides incorrect answer response, correct/incorrect status message and correct answer section should not be displayed')
|
|
200
|
-
fillInTheGapsOverImageDropdownPage.steps.checkAnswer();
|
|
201
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(0);
|
|
202
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyIncorrectOptionIcon(1);
|
|
203
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
204
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
|
205
198
|
});
|
|
206
199
|
|
|
207
200
|
it('When user attempts the question correctly, the user should be awarded full points and on switching to \'Grading\' view, then correct icons should be displayed beside all the correct responses, correct/incorrect status message and correct answer section should not be displayed', () => {
|
|
@@ -215,12 +208,6 @@ describe('Create item page - Fill in the gaps over image with dropdown: Partial
|
|
|
215
208
|
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
216
209
|
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerSectionNotExists();
|
|
217
210
|
fillInTheGapsOverImageDropdownPage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
218
|
-
/*cy.log('When user clicks on Check answer button after he attempts the question correctly, then correct icon should be displayed besides the correct answer responses, correct/incorrect status message and correct answer section should not be displayed')
|
|
219
|
-
fillInTheGapsOverImageDropdownPage.steps.checkAnswer();
|
|
220
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(0);
|
|
221
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectOptionIcon(1);
|
|
222
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
223
|
-
fillInTheGapsOverImageDropdownPage.steps.verifyCorrectAnswerSectionNotExists();*/
|
|
224
211
|
});
|
|
225
212
|
});
|
|
226
213
|
});
|