diff --git a/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts b/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts index f1edb9c38..bb27cb514 100644 --- a/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts +++ b/cypress/e2e/tests/migration/applicationinventory/analysis/affected_files.test.ts @@ -163,7 +163,7 @@ describe(["@tier2"], "Affected files validation", () => { ); }); - // Automates Bug https://issues.redhat.com/browse/MTA-4024 + // Automates Bug MTA-4024 and MTA-4025 it("Affected files validation with source+deps analysis on coolStore app", function () { const application = new Analysis( getRandomApplicationData("affected_files_on_coolStoreApp", { diff --git a/cypress/fixtures/analysis.json b/cypress/fixtures/analysis.json index f742796d2..db6a64ca1 100644 --- a/cypress/fixtures/analysis.json +++ b/cypress/fixtures/analysis.json @@ -1267,6 +1267,19 @@ "ruleSet": "eap7/weblogic/tests/data", "rule": "maven-javax-to-jakarta-00002", "labels": ["JakartaEE", "konveyor.io/source"] + }, + { + "name": "Replace the Java EE version with the Jakarta equivalent", + "category": "mandatory", + "sources": ["None"], + "targets": ["eap"], + "effort": 1, + "totalEffort": 2, + "incidents": 2, + "affectedFiles": 1, + "ruleSet": "eap8/eap7", + "rule": "javaee-to-jakarta-namespaces-00033", + "labels": ["konveyor.io/source"] } ] },