T: Fix label

This commit is contained in:
Ivan 2025-03-20 15:01:35 +03:00
parent a78a26d2b8
commit e63aedbe34

View File

@ -31,7 +31,7 @@ test('logout procedure and consequence', async ({ page }) => {
await page.goto('/');
await page.getByRole('button', { name: 'Пользователь' }).click();
await page.getByRole('button', { name: 'Выйти' }).click();
await page.getByRole('button', { name: 'Выход из приложения' }).click();
await page.getByRole('button', { name: 'Перейти на страницу логина' }).click();
await expect(page.getByRole('button', { name: 'Войти' })).toBeVisible();