itemengine-cypress-automation 1.0.153-migrationScripts-9a4087e.0 → 1.0.154-migrationScripts-36ae74d.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.
@@ -5,7 +5,7 @@ import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypes
5
5
  import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
6
6
  import abortEarlySetup from "../../support/helpers/abortEarly";
7
7
 
8
- const migrationQuestionTypes = ["essayResponse", "essayResponseBasic", "mcq", "textEntryMath"]//Cypress.env('migrationQuestionTypes');
8
+ const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["essayResponse", "essayResponseBasic", "mcq", "textEntryMath"]
9
9
  const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
10
10
  let lrnMcqTypesRegex = /Multiple choice – standard|Multiple choice – multiple response|True or false|Multiple choice – block layout/;
11
11
  let lrnEssayResponseRegex = /Math essay with rich text|Essay with rich text/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.153-migrationScripts-9a4087e.0",
3
+ "version": "1.0.154-migrationScripts-36ae74d.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {