Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Dec 4, 2024
1 parent 1f77d9a commit 9f9df32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("Create an organization flow", () => {
cy.get('[data-testid="organization-description"]').type(description);

cy.contains("Next: Configure voting").click();
cy.contains("Next: Set tokens or members").click();
cy.contains("Next: Set members").click();
cy.get('[data-testid="member-settings-next"]').click();
cy.contains("Confirm & Launch the Organization").click();

Expand Down

0 comments on commit 9f9df32

Please sign in to comment.