From 33acaebdc171e4fcea7bd67ca6d7a5740d6b0b53 Mon Sep 17 00:00:00 2001 From: kpunwatk Date: Thu, 31 Oct 2024 14:17:10 +0530 Subject: [PATCH] [RFR] Mark the custome rule test case with bug Signed-off-by: Karishma Punwatkar modified: cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts --- .../applicationinventory/analysis/custom-rules.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts index c9f4025fd..2d999480f 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/custom-rules.test.ts @@ -78,7 +78,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () { exists("CUSTOM RULE"); }); - it("Verify triggered rule", function () { + it("Bug MTA-4126: Verify triggered rule", function () { const app = new Analysis( getRandomApplicationData("jee-example-app custom rule"), getRandomAnalysisData({ @@ -117,7 +117,7 @@ describe(["@tier2"], "Custom Rules in analyses", function () { }); // Automates Bug MTA-2000 - it("Verify triggered rule for javax.* package import", function () { + it("Bug MTA-4126: Verify triggered rule for javax.* package import", function () { Issues.openSingleApplication(tackleTestapp.name); exists("CUSTOM RULE for javax.* package import"); });