Fix failing Account Console tests (#23353)
This commit is contained in:
parent
d796721e00
commit
358bae0652
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ export const login = async (
|
|||
process.env.CI ? `/realms/${realm}/account` : `/?realm=${realm}`,
|
||||
);
|
||||
await page.getByLabel("Username").fill(username);
|
||||
await page.getByLabel("Password").fill(password);
|
||||
await page.getByLabel("Password", { exact: true }).fill(password);
|
||||
await page.getByRole("button", { name: "Sign In" }).click();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue