Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Aug 6, 2024
1 parent dbd474b commit 5a6eade
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/cypress/support/commands.js
Original file line number Diff line number Diff line change
@@ -220,9 +220,7 @@ Cypress.Commands.add("fetchLinkAndGrantPermission", (email) => {

// *ADD ID
cy.get(".mt-5").within(() => {
cy.get("h2")
.filter('[jhitranslate="landingPage.success.thanks.string"]')
.should("exist");
cy.get("h2").filter('[data-cy="thanksMessage"]').should("exist");
});
});

0 comments on commit 5a6eade

Please sign in to comment.