diff --git a/cypress/e2e/tests/migration/migration-waves/crud.test.ts b/cypress/e2e/tests/migration/migration-waves/crud.test.ts index f91a543e0..99d74e5af 100644 --- a/cypress/e2e/tests/migration/migration-waves/crud.test.ts +++ b/cypress/e2e/tests/migration/migration-waves/crud.test.ts @@ -45,7 +45,7 @@ const now = new Date(); const end = new Date(now.getTime()); end.setFullYear(end.getFullYear() + 1); -describe(["@tier0"], "Migration Waves CRUD operations", () => { +describe(["@tier0", "interop"], "Migration Waves CRUD operations", () => { before("Create test data", () => { login(); stakeHolders = createMultipleStakeholders(2); diff --git a/cypress/e2e/tests/migration/migration-waves/export_to_jira_cloud.test.ts b/cypress/e2e/tests/migration/migration-waves/export_to_jira_cloud.test.ts index 4d394dc75..c66f529b8 100644 --- a/cypress/e2e/tests/migration/migration-waves/export_to_jira_cloud.test.ts +++ b/cypress/e2e/tests/migration/migration-waves/export_to_jira_cloud.test.ts @@ -52,7 +52,7 @@ let projectName = ""; * @see export_to_jira_datacenter.test.ts for Jira Datacenter tests * This suite is almost identical to jira_datacenter but putting both tests in the same suite would make the code harder to read */ -describe(["@tier1", "@interop"], "Export Migration Wave to Jira Cloud", function () { +describe(["@tier1"], "Export Migration Wave to Jira Cloud", function () { before("Create test data", function () { if ( !Cypress.env("jira_atlassian_cloud_project") ||