fix(Navigation): add missing attribute for flow tab [YTFRONT-4665] #2606
ci-e2e.yaml
on: pull_request
Annotations
3 errors, 9 warnings, and 3 notices
[chromium] › pages/system.spec.ts:4:5 › System: check short name:
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
|
[chromium] › pages/system.spec.ts:4:5 › System: check short name:
packages/ui/tests/e2e/pages/system.spec.ts#L18
1) [chromium] › pages/system.spec.ts:4:5 › System: check short name ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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
|
[chromium] › pages/query-tracker.spec.ts:79:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query:
packages/ui/tests/e2e/pages/query-tracker.spec.ts#L98
1) [chromium] › pages/query-tracker.spec.ts:79:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 0
+ Received + 1
USE `epdl8v79nunuv5glqkr2:8000`;
SELECT
`key`, `value`, `empty`
FROM `//tmp/e2e.2025-01-31.10:09:13.1cxd5r/static-table`
LIMIT 50;
+ SELECT * FROM "//tmp/test-table"
96 | const resetQueryText = await queryTrackerPage.getQueryText();
97 |
> 98 | await expect(resetQueryText).toBe(queryText);
| ^
99 | });
100 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/query-tracker.spec.ts:98:34
|
Build docker image
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 27.6s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 28.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts took 23.1s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts took 17.5s
|
Slow Test:
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts took 17.2s
|
Slow Test:
packages/ui/tests/[chromium] › pages/accounts/accounts.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/accounts/accounts.base.screen.ts took 17.1s
|
Slow Test:
packages/ui/tests/[chromium] › pages/bundles/bundles.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/bundles/bundles.base.screen.ts took 16.6s
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
50 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/query-tracker.spec.ts:79:5 › @QueryTracker: Click on the new query button in the queries widget should reset to the current query
50 passed (2.4m)
|
🎭 Playwright Run Summary
41 passed (2.2m)
|