Skip to content

Commit

Permalink
fix: frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitFicus committed Jul 2, 2024
1 parent 9a21671 commit b374cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion izanami-frontend/tests/users.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test("User invitation flow should work", async ({
await page1.goto(url);
await page1.getByLabel("Username").fill(`foobar${browserName}`);
await page1
.getByLabel("Password", { exact: true })
.getByLabel("Password*", { exact: true })
.fill(`foobarbar${browserName}`);
await page1.getByLabel("Confirm password").fill("foobarbar");
await page1.getByRole("button", { name: "Create user" }).click();
Expand Down

0 comments on commit b374cb7

Please sign in to comment.