fix login error on keycloak template
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -15,7 +15,7 @@ setup('authenticate', async ({ page }) => {
|
||||
|
||||
// Вводим креды
|
||||
await page.getByRole('textbox', { name: 'Username or email' }).fill('testuser');
|
||||
await page.getByRole('textbox', { name: 'Password' }).fill('0');
|
||||
await page.getByRole('textbox', { name: 'Password' }).fill('E7N-A26-2zf-wsA');
|
||||
await page.getByRole('button', { name: 'Sign In' }).click();
|
||||
|
||||
// Ждём редирект обратно на приложение
|
||||
|
||||
Reference in New Issue
Block a user