test(Operation/Jobs): add screenshot tests [YTFRONT-3772] #2410
Annotations
1 error, 1 warning, and 1 notice
E2E for 'Local':
packages/ui/tests/e2e/pages/system.spec.ts#L18
1) [chromium] › pages/system.spec.ts:4:5 › System: check short name ──────────────────────────────
TypeError: Cannot read properties of undefined (reading 'innerText')
16 |
17 | const mastersNameElements = await page.$$('.master-group__host-name');
> 18 | const firstMasterName = await mastersNameElements[0].innerText();
| ^
19 | expect(firstMasterName).toEqual('local');
20 | });
21 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/system.spec.ts:18:58
|
E2E for 'Local':
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 24.0s
|
E2E for 'Local'
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
49 passed (1.9m)
|
Loading