We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0bb5 commit 86b52eeCopy full SHA for 86b52ee
site/e2e/helpers.ts
@@ -1091,7 +1091,7 @@ export async function createUser(
1091
// as the label for the currently active option.
1092
const passwordField = page.locator("input[name=password]");
1093
await passwordField.fill(password);
1094
- await page.getByRole("button", { name: "Create user" }).click();
+ await page.getByRole("button", { name: "Save" }).click();
1095
await expect(page.getByText("Successfully created user.")).toBeVisible();
1096
1097
await expect(page).toHaveTitle("Users - Coder");
0 commit comments