Skip to content

Commit

Permalink
Fixed test that tries to remove Jira connection in use
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins committed Oct 18, 2023
1 parent 5683cd9 commit e61a36c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe(["@tier2"], "Jira connection negative tests", () => {
});
});

it("Bug MTA-1014 | Trying to remove Jira connection used by wave", () => {
it("Trying to remove Jira connection used by wave", () => {
/**
Implements MTA-363 - Delete Jira Instance in use
*/
Expand Down Expand Up @@ -196,9 +196,7 @@ describe(["@tier2"], "Jira connection negative tests", () => {
migrationWave.delete();
cy.wait("@deleteWave");
jiraCloudConnectionIncorrect.delete();
jiraCloudConnection.delete();
jiraBasicCredentialInvalid.delete();
jiraBasicCredential.delete();
deleteByList(applicationList);
});
});

0 comments on commit e61a36c

Please sign in to comment.