feat(Queries): inline suggestions [YTFRONT-4612] #2669
Annotations
1 error, 1 warning, and 1 notice
Tests for 'Local as remote':
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
|
Tests for 'Local as remote':
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 27.7s
|
Tests for 'Local as remote'
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
50 passed (2.2m)
|
Loading