itemengine-cypress-automation 1.0.177-contentBlocksScript-333ddc9.0 → 1.0.177-contentBlocksScript-8f6c76a.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,5 @@
1
1
  import { migrationScript } from "../../support/migrationHelpers/migrationScript"
2
2
 
3
- let referenceIds = ['#182 RL.6.1 RL.6.3 RL.6.4 RL.6.6 Reading Literature Craft and Structure Key Ideas and Details ELA-Literacy 06',
4
- '#307 RL.4.1 Reading Literature Key Ideas and Details ELA-Literacy 04',
5
- '#309 RI.4.9 RL.4.9 W.4.2 W.4.4 Reading Literature Reading Informational Text Writing Integration of Knowledge and Ideas Production and Distribution of',
6
- '#310 RL.5.1 RL.5.2 Reading Literature Key Ideas and Details ELA-Literacy 05',
7
- '#311 RL.5.3 Reading Literature Key Ideas and Details ELA-Literacy 05']//JSON.parse(Cypress.env('referenceIds')).slice(50, 100);
3
+ let referenceIds = JSON.parse(Cypress.env('referenceIds')).slice(50, 100);
8
4
 
9
5
  migrationScript(referenceIds);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.177-contentBlocksScript-333ddc9.0",
3
+ "version": "1.0.177-contentBlocksScript-8f6c76a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {