itemengine-cypress-automation 1.0.147-migrationScripts-83ce324.0 → 1.0.148-migrationScripts-ed27ff7.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cypress/e2e/migration/migration.js +2 -0
- package/cypress/e2e/migration/migration10.js +2 -0
- package/cypress/e2e/migration/migration2.js +2 -0
- package/cypress/e2e/migration/migration3.js +2 -0
- package/cypress/e2e/migration/migration4.js +2 -0
- package/cypress/e2e/migration/migration5.js +2 -0
- package/cypress/e2e/migration/migration6.js +2 -0
- package/cypress/e2e/migration/migration7.js +2 -0
- package/cypress/e2e/migration/migration8.js +2 -0
- package/cypress/e2e/migration/migration9.js +2 -0
- package/package.json +1 -1
- package/language +0 -1
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["dndIntoCategories"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
@@ -3,6 +3,7 @@ import utilities from "../../support/helpers/utilities";
|
|
3
3
|
import { extractLrnQuestionData, lrnPage } from "../../support/migrationHelpers/extractLrnQuestionData";
|
4
4
|
import lrnQuestionTypesENUM from "../../support/migrationHelpers/lrnQestionTypesENUM";
|
5
5
|
import { verifyIeQuestionData } from "../../support/migrationHelpers/verifyIeQuestionData";
|
6
|
+
import abortEarlySetup from "../../support/helpers/abortEarly";
|
6
7
|
|
7
8
|
const migrationQuestionTypes = Cypress.env('migrationQuestionTypes');//["drawingResponse"]
|
8
9
|
const migrationQuestionTypesLrn = migrationQuestionTypes.map((questionType) => lrnQuestionTypesENUM[questionType]);
|
@@ -23,6 +24,7 @@ if (referenceIds.length > 0) {
|
|
23
24
|
|
24
25
|
referenceIds.forEach((referenceId) => {
|
25
26
|
describe(`Migration item check for item "${referenceId}"`, () => {
|
27
|
+
abortEarlySetup();
|
26
28
|
before(() => {
|
27
29
|
cy.interceptGraphql('getItemPreview');
|
28
30
|
cy.setGraphqlWait();
|
package/package.json
CHANGED
package/language
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
npm
|