mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-11 20:52:43 +00:00
change error messages
This commit is contained in:
@@ -8,5 +8,5 @@ export async function loginnameScreen(page: Page, username: string) {
|
||||
|
||||
export async function loginnameScreenExpect(page: Page, username: string) {
|
||||
await expect(page.getByTestId(usernameTextInput)).toHaveValue(username);
|
||||
await expect(page.getByTestId("error").locator("div")).toContainText("Could not find user");
|
||||
await expect(page.getByTestId("error").locator("div")).toContainText("User not found in the system");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user