Skip to content

Commit

Permalink
[RFR][JF] Remove source analysis bug number
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 Nov 8, 2024
1 parent aef38b2 commit 79f8332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ describe(["@tier1"], "Source Analysis", () => {
cy.get("h2", { timeout: 5 * SEC }).should("contain", "No tags available");
});

it("Bug MTA-4135: Analysis for Konveyor example1 application", function () {
it("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

0 comments on commit 79f8332

Please sign in to comment.