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

Change the way dc tests are tagged as they don't run properly with cy… #1263

Merged
merged 1 commit into from
Nov 14, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ describe(["@tier2"], "Validation of Source Control Credentials", () => {
});

it(
["@tier1", "@dc", "@interop"],
"Creating source control credentials with username/password and cancelling without saving",
{ tags: ["@tier1", "@dc", "@interop"] },
() => {
scCredsUsername.create(toBeCanceled);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ describe(["@tier3"], "Operations after application import", () => {
});

it(
["@dc"],
"Perform application assessment after a successful application import",
{ tags: "@dc" },
function () {
const application = new Application(appdata);

Expand Down
Loading