itemengine-cypress-automation 1.0.592-IEI-7055-cypress-384b76a.0 → 1.0.592-IEI-7055-cypress-da1193e.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.
|
@@ -62,7 +62,7 @@ describe('Create Item page - Number line: Partial equal weights with alternative
|
|
|
62
62
|
numberLinePage.steps.verifyCorrectPointsOnNumberLineCorrectAnswerSection(range, [2], true);
|
|
63
63
|
numberLinePage.steps.verifyCorrectLineSegmentOnNumberLineCorrectAnswerSection(range, [{ x1: -5, x2: -4 }], true);
|
|
64
64
|
}
|
|
65
|
-
|
|
65
|
+
numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
|
|
66
66
|
|
|
67
67
|
/*cy.log('When the user clicks on \'Check answer\' button without attempting the question, status message \'Your answer is incorrect\' should be displayed and correct answer section should not be displayed')
|
|
68
68
|
numberLinePage.steps.checkAnswer();
|
package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js
CHANGED
|
@@ -240,7 +240,7 @@ describe('Create Item page - Number line: All or nothing ', () => {
|
|
|
240
240
|
|
|
241
241
|
if (alternativeAnswerCheck) {
|
|
242
242
|
views.forEach((view) => {
|
|
243
|
-
describe
|
|
243
|
+
describe(`Number line: All or nothing scoring with alternative answers - ${view}`, { tags: 'smoke' }, () => {
|
|
244
244
|
abortEarlySetup();
|
|
245
245
|
before(() => {
|
|
246
246
|
switch (view) {
|