Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-0.6] move tag and mig wave crud tests to tier2 #1339

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cypress/e2e/tests/migration/controls/tags/tag/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Tag } from "../../../../../models/migration/controls/tags";
import * as data from "../../../../../../utils/data_utils";
import { migration, tdTag } from "../../../../../types/constants";

describe(["@tier0"], "Tag CRUD operations", () => {
describe(["@tier2"], "Tag CRUD operations", () => {
beforeEach("Login", function () {
login();

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/tests/migration/migration-waves/crud.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const now = new Date();
const end = new Date(now.getTime());
end.setFullYear(end.getFullYear() + 1);

describe(["@tier0", "interop"], "Migration Waves CRUD operations", () => {
describe(["@tier2", "interop"], "Migration Waves CRUD operations", () => {
before("Create test data", () => {
login();
stakeHolders = createMultipleStakeholders(2);
Expand Down