1c/Ox
1
0
mirror of https://github.com/LazarenkoA/Ox.git synced 2025-11-29 05:36:44 +02:00

group.spec.js

Updated the credentials used for login in tests.
This commit is contained in:
Артем
2025-11-06 23:27:49 +03:00
committed by GitHub
parent 5b5380a0ff
commit de1e6dbf7b

View File

@@ -9,8 +9,8 @@ test.describe('Свод отчетов', () => {
await page.goto('https://localhost/sko/ru/');
// Авторизация
await page.locator('#userName').fill('АдминистраторП');
await page.locator('#userPassword').fill('Ho0de3vi');
await page.locator('#userName').fill('Администратор');
await page.locator('#userPassword').fill('H');
await page.getByRole('button', { name: 'Войти' }).click();
// Сохраняем страницу для последующих тестов