itemengine-cypress-automation 1.0.574-IEI-7080-e6d1871.0 → 1.0.574-IEI-7080-a30fc9a.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.
@@ -25,7 +25,7 @@ describe('Create item page - Fill in the gaps with text: Partial different weigh
25
25
  fillInTheGapsTextPage.steps.switchToPreviewTab();
26
26
  });
27
27
 
28
- it.only('When the user selects \'Grading\' view without attempting the question, response area numeration should be displayed, correct answers section should be displayed with correct answers from the alternative accordion and respective response area numeration', () => {
28
+ it('When the user selects \'Grading\' view without attempting the question, response area numeration should be displayed, correct answers section should be displayed with correct answers from the alternative accordion and respective response area numeration', () => {
29
29
  fillInTheGapsTextPage.steps.switchToGradingView();
30
30
  fillInTheGapsTextPage.steps.verifyResponseAreaNumeration();
31
31
  if (alternativeAnswerCheck) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.574-IEI-7080-e6d1871.0",
3
+ "version": "1.0.574-IEI-7080-a30fc9a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {