Skip to content

Commit

Permalink
Update Archetype.open() method
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Sep 18, 2024
1 parent 22541b0 commit d061481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/models/migration/archetypes/archetype.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class Archetype {
const itemsPerPage = 100;
if (forceReload) {
cy.visit(Archetype.fullUrl, { timeout: 15 * SEC }).then((_) =>
cy.get("h1", { timeout: 35 * SEC }).should("contain", 'Archetypes');
selectItemsPerPage(itemsPerPage)
);
return;
Expand Down

0 comments on commit d061481

Please sign in to comment.