Skip to content

Commit 86b52ee

Browse files
committed
Fix e2e test
1 parent abe0bb5 commit 86b52ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ export async function createUser(
10911091
// as the label for the currently active option.
10921092
const passwordField = page.locator("input[name=password]");
10931093
await passwordField.fill(password);
1094-
await page.getByRole("button", { name: "Create user" }).click();
1094+
await page.getByRole("button", { name: "Save" }).click();
10951095
await expect(page.getByText("Successfully created user.")).toBeVisible();
10961096

10971097
await expect(page).toHaveTitle("Users - Coder");

0 commit comments

Comments
 (0)