Skip to content

Commit

Permalink
Remove bug number (#1256)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts
  • Loading branch information
kpunwatk authored Nov 8, 2024
1 parent a273120 commit 468c8b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () {
exists("CUSTOM RULE");
});

it("Bug MTA-4126: Verify triggered rule", function () {
it("Verify triggered rule", function () {
const app = new Analysis(
getRandomApplicationData("jee-example-app custom rule"),
getRandomAnalysisData({
Expand Down Expand Up @@ -117,7 +117,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () {
});

// Automates Bug MTA-2000
it("Bug MTA-4126: Verify triggered rule for javax.* package import", function () {
it("Verify triggered rule for javax.* package import", function () {
Issues.openSingleApplication(tackleTestapp.name);
exists("CUSTOM RULE for javax.* package import");
});
Expand Down

0 comments on commit 468c8b8

Please sign in to comment.