Skip to content

Commit

Permalink
[RFR][JF] Marked Analysis test cases with bug
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/source_analysis.test.ts
  • Loading branch information
kpunwatk committed Oct 31, 2024
1 parent 6e4e92a commit f31490a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe(["@tier1"], "Source Analysis", () => {
Application.open(true);
});

it("Source + dependencies analysis on tackletest app", function () {
it("Bug MTA-4135: Source + dependencies analysis on tackletest app", function () {
// Source code analysis require both source and maven credentials
const application = new Analysis(
getRandomApplicationData("tackleTestApp_Source+dependencies", {
Expand All @@ -107,7 +107,7 @@ describe(["@tier1"], "Source Analysis", () => {
);
});

it("Source + dependencies analysis on daytrader app", function () {
it("Bug MTA-4135: Source + dependencies analysis on daytrader app", function () {
// Automate bug https://issues.redhat.com/browse/TACKLE-721
const application = new Analysis(
getRandomApplicationData("dayTraderApp_Source+dependencies", {
Expand Down Expand Up @@ -248,7 +248,7 @@ describe(["@tier1"], "Source Analysis", () => {
cy.get("h2", { timeout: 5 * SEC }).should("contain", "No tags available");
});

it("Analysis for Konveyor example1 application", function () {
it("Bug MTA-4135: Analysis for Konveyor example1 application", function () {
// Automates https://github.com/konveyor/example-applications/tree/main/example-1
const application = new Analysis(
getRandomApplicationData("Example 1", {
Expand Down Expand Up @@ -349,7 +349,7 @@ describe(["@tier1"], "Source Analysis", () => {
});

// Automates bug MTA-3422
it("4 targets source analysis on tackle app public", function () {
it("Bug MTA-4135: 4 targets source analysis on tackle app public", function () {
const application = new Analysis(
getRandomApplicationData("tackle-public-4-targets", {
sourceData: this.appData["tackle-testapp-public"],
Expand Down

0 comments on commit f31490a

Please sign in to comment.