Skip to content

Commit

Permalink
Update archetype misc test (#1301)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored Jan 10, 2025
1 parent 14bcbc8 commit f49b8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/tests/migration/archetypes/miscellaneous.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe(["@tier3"], "Miscellaneous Archetype tests", () => {

archetype = new Archetype(
data.getRandomWord(8),
["Language / Java", "Runtime / Quarkus"],
["Language / Java", "Runtime / Spring Boot"],
["Language / Java"],
null
);
Expand All @@ -86,7 +86,7 @@ describe(["@tier3"], "Miscellaneous Archetype tests", () => {
"Applications",
"No applications currently match the criteria tags."
);
applications = createMultipleApplications(2, ["Language / Java", "Runtime / Quarkus"]);
applications = createMultipleApplications(2, ["Language / Java", "Runtime / Spring Boot"]);
Archetype.verifyColumnValue(archetype.name, "Applications", "2 applications");
selectRow(archetype.name);
exists(applications[0].name);
Expand Down

0 comments on commit f49b8e0

Please sign in to comment.