Skip to content

Commit

Permalink
feat(orga): correct e2e test for Pix Orga invitations
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelleBonnemay committed Jan 23, 2025
1 parent 4214ce0 commit 3db8210
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ When(`j'invite {string} à rejoindre l'organisation`, (emailAddresses) => {
.parent()
.within(() => cy.get("textarea").type(emailAddresses));
cy.get("button").contains("Inviter").click();
cy.get("button").contains("Valider").click();
});

0 comments on commit 3db8210

Please sign in to comment.