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 =
|
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);
|