itemengine-cypress-automation 1.0.592-IEI-7055-cypress-0ab0b9d.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
- // numberLinePage.steps.verifyQuestionPreviewStateWhenSwitchingBackToStudentView();
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.592-IEI-7055-cypress-0ab0b9d.0",
3
+ "version": "1.0.592-IEI-7055-cypress-da1193e.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {