chore(Bundles): tablet cells e2e test [YTFRONT-3772] #2342
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 28.7s
|
E2E for 'Local'
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
49 passed (2.2m)
|
Loading