feat(TabletErrors): add TabletErrors for bundles and dyn-tables [YTFRONT-4119] #2123
ci-e2e.yaml
on: pull_request
Annotations
11 errors, 13 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/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L72
1) [chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle ──────────────
Error: Screenshot comparison failed:
3523 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts-snapshots/Bundles---Active-bundle-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium/Bundles---Active-bundle-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium/Bundles---Active-bundle-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3523 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3523 pixels (ratio 0.01 of all image pixels) are different.
70 |
71 | await bundles(page).replaceBundleCells();
> 72 | await expect(page).toHaveScreenshot();
| ^
73 |
74 | await test.step('Editor', async () => {
75 | await page.click(':text("Edit bundle")');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:72:24
|
[chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L72
1) [chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3523 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts-snapshots/Bundles---Active-bundle-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium-retry1/Bundles---Active-bundle-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium-retry1/Bundles---Active-bundle-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3523 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3523 pixels (ratio 0.01 of all image pixels) are different.
70 |
71 | await bundles(page).replaceBundleCells();
> 72 | await expect(page).toHaveScreenshot();
| ^
73 |
74 | await test.step('Editor', async () => {
75 | await page.click(':text("Edit bundle")');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:72:24
|
[chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L72
1) [chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3523 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts-snapshots/Bundles---Active-bundle-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium-retry2/Bundles---Active-bundle-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base.screen.ts-Bundles---Active-bundle-chromium-retry2/Bundles---Active-bundle-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 3523 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 3523 pixels (ratio 0.01 of all image pixels) are different.
70 |
71 | await bundles(page).replaceBundleCells();
> 72 | await expect(page).toHaveScreenshot();
| ^
73 |
74 | await test.step('Editor', async () => {
75 | await page.click(':text("Edit bundle")');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:72:24
|
[chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L54
2) [chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor ────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Nodes---Flavor-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium/Components---Nodes---Flavor-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium/Components---Nodes---Flavor-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
52 | ]);
53 |
> 54 | await expect(page).toHaveScreenshot();
| ^
55 | });
56 |
57 | test('Components - Node - Memory popup', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:54:24
|
[chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L54
2) [chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Nodes---Flavor-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium-retry1/Components---Nodes---Flavor-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium-retry1/Components---Nodes---Flavor-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
52 | ]);
53 |
> 54 | await expect(page).toHaveScreenshot();
| ^
55 | });
56 |
57 | test('Components - Node - Memory popup', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:54:24
|
[chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L54
2) [chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Nodes---Flavor-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium-retry2/Components---Nodes---Flavor-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-53ba0-Components---Nodes---Flavor-chromium-retry2/Components---Nodes---Flavor-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
52 | ]);
53 |
> 54 | await expect(page).toHaveScreenshot();
| ^
55 | });
56 |
57 | test('Components - Node - Memory popup', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:54:24
|
[chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L88
3) [chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets ───────────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Tablets-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium/Components---Tablets-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium/Components---Tablets-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
86 | '.yt-host .g-link': 'local:XXX',
87 | });
> 88 | await expect(page).toHaveScreenshot();
| ^
89 | });
90 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:88:24
|
[chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L88
3) [chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Tablets-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium-retry1/Components---Tablets-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium-retry1/Components---Tablets-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
86 | '.yt-host .g-link': 'local:XXX',
87 | });
> 88 | await expect(page).toHaveScreenshot();
| ^
89 | });
90 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:88:24
|
[chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets:
packages/ui/tests/screenshots/pages/components/components.base.screen.ts#L88
3) [chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets ───────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
128 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts-snapshots/Components---Tablets-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium-retry2/Components---Tablets-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-components-component-356b9-een.ts-Components---Tablets-chromium-retry2/Components---Tablets-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 128 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 128 pixels (ratio 0.01 of all image pixels) are different.
86 | '.yt-host .g-link': 'local:XXX',
87 | });
> 88 | await expect(page).toHaveScreenshot();
| ^
89 | });
90 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/components/components.base.screen.ts:88:24
|
E2E-screenshots for 'Local'
Process completed with exit code 1.
|
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/
|
E2E for 'Local'
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E for 'Local'
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@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.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts#L1
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts took 15.8s
|
E2E for 'Local as remote'
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E for 'Local as remote'
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@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.9s
|
Slow Test:
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts#L1
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts took 15.4s
|
E2E-screenshots for 'Local'
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E-screenshots for 'Local'
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@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/navigation.table.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.table.base.screen.ts took 19.3s
|
🎭 Playwright Run Summary
48 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/system.spec.ts:4:5 › System: check short name ───────────────────────────────
47 passed (2.1m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › pages/bundles/bundles.base.screen.ts:68:5 › Bundles - Active bundle ───────────────
[chromium] › pages/components/components.base.screen.ts:37:5 › Components - Nodes - Flavor ─────
[chromium] › pages/components/components.base.screen.ts:82:5 › Components - Tablets ────────────
28 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots_test-results
|
1.98 MB |
|