From de1e6dbf7bbd738a22f56925d3e7e88e6e34d89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Thu, 6 Nov 2025 23:27:49 +0300 Subject: [PATCH] group.spec.js Updated the credentials used for login in tests. --- example scripts/group.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example scripts/group.spec.js b/example scripts/group.spec.js index 38f3496..d09e1fd 100644 --- a/example scripts/group.spec.js +++ b/example scripts/group.spec.js @@ -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(); // Сохраняем страницу для последующих тестов