feature: support multiply pool tree selection #2109
ci-e2e.yaml
on: pull_request
Annotations
4 errors, 12 warnings, and 3 notices
[chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content:
packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts#L51
1) [chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content › Merge dialog
Error: Screenshot comparison failed:
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts-snapshots/Navigation-table---Content-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium/Navigation-table---Content-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium/Navigation-table---Content-3-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
- 225 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
- 225 pixels (ratio 0.01 of all image pixels) are different.
49 | await page.click('.df-dialog__field-group_type_pool-tree button.g-select-control__button');
50 |
> 51 | await expect(page).toHaveScreenshot();
| ^
52 | });
53 | });
54 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:51:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:30:5
|
[chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content:
packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts#L51
1) [chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content › Merge dialog
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts-snapshots/Navigation-table---Content-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium-retry1/Navigation-table---Content-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium-retry1/Navigation-table---Content-3-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
- 225 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
- 225 pixels (ratio 0.01 of all image pixels) are different.
49 | await page.click('.df-dialog__field-group_type_pool-tree button.g-select-control__button');
50 |
> 51 | await expect(page).toHaveScreenshot();
| ^
52 | });
53 | });
54 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:51:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:30:5
|
[chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content:
packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts#L51
1) [chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content › Merge dialog
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
225 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts-snapshots/Navigation-table---Content-3-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium-retry2/Navigation-table---Content-3-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-navigation-navigatio-cba84--Navigation-table---Content-chromium-retry2/Navigation-table---Content-3-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
- 225 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
- 225 pixels (ratio 0.01 of all image pixels) are different.
49 | await page.click('.df-dialog__field-group_type_pool-tree button.g-select-control__button');
50 |
> 51 | await expect(page).toHaveScreenshot();
| ^
52 | });
53 | });
54 |
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:51:28
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/navigation/navigation.table.base.screen.ts:30:5
|
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 28.4s
|
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 28.1s
|
Slow Test:
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts#L1
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts took 15.9s
|
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/
|
🎭 Playwright Run Summary
48 passed (2.1m)
|
🎭 Playwright Run Summary
48 passed (2.1m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › pages/navigation/navigation.table.base.screen.ts:10:5 › Navigation: table - Content
30 passed (1.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots_test-results
|
2.16 MB |
|