mirror of
https://github.com/LazarenkoA/Ox.git
synced 2025-11-23 21:33:13 +02:00
доработан пример скрипта. Отладка
This commit is contained in:
@@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test';
|
|||||||
test('Тест свод отчетов', async ({ page }) => {
|
test('Тест свод отчетов', async ({ page }) => {
|
||||||
test.setTimeout(100_000); // секунд только для этого теста
|
test.setTimeout(100_000); // секунд только для этого теста
|
||||||
|
|
||||||
await page.goto('https://digital.zo.gov.ru/sko/ru/');
|
await page.goto('https://localhost/sko/ru/');
|
||||||
await page.locator('#userName').click();
|
await page.locator('#userName').click();
|
||||||
await page.locator('#userName').fill('АдминистраторП');
|
await page.locator('#userName').fill('АдминистраторП');
|
||||||
await page.locator('.authPassInput').first().click();
|
await page.locator('.authPassInput').first().click();
|
||||||
|
|||||||
Reference in New Issue
Block a user