Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
onehanddev committed Nov 27, 2024
1 parent 2988f39 commit e94337b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/auth/sign-up.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.describe("Auth - Sign Up", () => {
await page.goto(`/auth/signup`);

await page.getByPlaceholder("Enter your name").fill(user.name);
await page.getByPlaceholder("Enter organisation name").fill(user.partnerName);
await page.getByPlaceholder("Enter organization name").fill(user.partnerName);
await page.getByLabel("Email").fill(user.email);
await page.getByRole("checkbox").check();

Expand Down

0 comments on commit e94337b

Please sign in to comment.