mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:13:38 +00:00
chore: correct error message lockout policy
This commit is contained in:
@@ -29,7 +29,7 @@ export async function passwordScreen(page: Page, password: string) {
|
|||||||
|
|
||||||
export async function passwordScreenExpect(page: Page, password: string) {
|
export async function passwordScreenExpect(page: Page, password: string) {
|
||||||
await expect(page.getByTestId(passwordField)).toHaveValue(password);
|
await expect(page.getByTestId(passwordField)).toHaveValue(password);
|
||||||
await expect(page.getByTestId("error").locator("div")).toContainText("Could not verify password");
|
await expect(page.getByTestId("error").locator("div")).toContainText("Failed to authenticate.");
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function changePasswordScreenExpect(
|
export async function changePasswordScreenExpect(
|
||||||
|
Reference in New Issue
Block a user