fix(Navigation): change request permission button [YTFRONT-4379] #2024
ci-e2e.yaml
on: pull_request
Annotations
4 errors, 10 warnings, and 3 notices
[chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics:
packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts#L95
1) [chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics ─────────
Error: Screenshot comparison failed:
943 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts-snapshots/Operation---Statistics-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium/Operation---Statistics-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium/Operation---Statistics-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
- 943 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
- 943 pixels (ratio 0.01 of all image pixels) are different.
93 | await operationsPage(page).waitForStatisticsRows();
94 |
> 95 | await expect(page).toHaveScreenshot();
| ^
96 | });
97 |
98 | test('Operation - Jobs', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts:95:24
|
[chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics:
packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts#L95
1) [chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
943 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts-snapshots/Operation---Statistics-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium-retry1/Operation---Statistics-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium-retry1/Operation---Statistics-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
- 943 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
- 943 pixels (ratio 0.01 of all image pixels) are different.
93 | await operationsPage(page).waitForStatisticsRows();
94 |
> 95 | await expect(page).toHaveScreenshot();
| ^
96 | });
97 |
98 | test('Operation - Jobs', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts:95:24
|
[chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics:
packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts#L95
1) [chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics ─────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
943 pixels (ratio 0.01 of all image pixels) are different.
Expected: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts-snapshots/Operation---Statistics-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium-retry2/Operation---Statistics-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-operations-operation-59475-n.ts-Operation---Statistics-chromium-retry2/Operation---Statistics-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
- 943 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
- 943 pixels (ratio 0.01 of all image pixels) are different.
93 | await operationsPage(page).waitForStatisticsRows();
94 |
> 95 | await expect(page).toHaveScreenshot();
| ^
96 | });
97 |
98 | test('Operation - Jobs', async ({page}) => {
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/operations/operations.base.screen.ts:95: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 22.7s
|
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 26.1s
|
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
47 passed (1.7m)
|
🎭 Playwright Run Summary
47 passed (1.9m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › pages/operations/operations.base.screen.ts:89:5 › Operation - Statistics ──────────
26 passed (1.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots_test-results
Expired
|
910 KB |
|