mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
T: Fix label
This commit is contained in:
parent
a78a26d2b8
commit
e63aedbe34
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user