itemengine-cypress-automation 1.0.436-ITEM-1309-disable-question-mcq-d308e76.0 → 1.0.436-ITEM-1309-disable-question-mcq-fac976a.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.
@@ -4,7 +4,7 @@ import utilities from "../../../support/helpers/utilities";
4
4
  const options = ['Pollution caused by treating chemical waste', 'Pollution caused by cement production', 'Pollution caused by methane production', 'Pollution caused by cement and methane production'];
5
5
  const grepTags = Cypress.env('grepTags');
6
6
  let correctAnswerViews = ['Question preview', 'Item preview', 'Grading view'];
7
- let questionMethodsViews = ['Question preview','Grading view'];
7
+ let questionMethodsViews = ['Question preview', 'Grading view'];
8
8
  const views = utilities.getViews(correctAnswerViews);
9
9
  const viewsForQuestionMethods = utilities.getViews(questionMethodsViews);
10
10
  var itemReferenceID = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.436-ITEM-1309-disable-question-mcq-d308e76.0",
3
+ "version": "1.0.436-ITEM-1309-disable-question-mcq-fac976a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {