(frontend) Adapt e2e test utils to the Keycloak 26.3 login page

Fix the keyCloakSignIn() function for the new login page.

Signed-off-by: Fabre Florian <ffabre@hybird.org>
This commit is contained in:
Fabre Florian
2025-09-10 07:15:56 +02:00
parent eb225fc86f
commit 0dd6818e91
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ test.describe('Home page', () => {
// Keyclock login page
await expect(
page.locator('.login-pf-page-header').getByText('impress'),
page.locator('.login-pf #kc-header-wrapper').getByText('impress'),
).toBeVisible();
});
});