feat(Navigation): add pages for 500 and 901 errors [YTFRONT-4049] #2383
ci-e2e.yaml
on: pull_request
Annotations
5 errors, 11 warnings, and 3 notices
[chromium] › pages/aco.spec.ts:38:5 › @ACO: the permissions request button should be hidden:
packages/ui/tests/e2e/pages/aco.spec.ts#L18
1) [chromium] › pages/aco.spec.ts:38:5 › @aco: the permissions request button should be hidden ───
Error: locator.click: Error: strict mode violation: getByText('ACL') resolved to 2 elements:
1) <span role="button" class="yt-clickable-text yt-clicka…>ACL</span> aka getByRole('button', { name: 'ACL' })
2) <div class="meta-table-item__key meta-table-item__key…>Inherit ACL</div> aka getByText('Inherit ACL')
Call log:
- waiting for getByText('ACL')
16 |
17 | async clickOnACLTab() {
> 18 | await this.page.getByText('ACL').click();
| ^
19 | }
20 | }
21 |
at ACOPage.clickOnACLTab (/actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/aco.spec.ts:18:42)
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/e2e/pages/aco.spec.ts:42:19
|
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L119
1) [chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ───────
Error: Screenshot comparison failed:
148 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---List---Tablet-cells-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium/Bundles---List---Tablet-cells-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium/Bundles---List---Tablet-cells-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
- 148 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
- 148 pixels (ratio 0.01 of all image pixels) are different.
117 | await bundles(page).replaceTabletCells();
118 |
> 119 | await expect(page).toHaveScreenshot();
| ^
120 |
121 | await page.click('input[placeholder="Enter bundle name..."]');
122 | await page.waitForSelector('.g-popup_open');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:119:24
|
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells:
packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts#L119
1) [chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
148 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---List---Tablet-cells-1-chromium-linux.png
Received: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium-retry1/Bundles---List---Tablet-cells-1-actual.png
Diff: /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/test-results/pages-bundles-bundles.base-00500-ndles---List---Tablet-cells-chromium-retry1/Bundles---List---Tablet-cells-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
- 148 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
- 148 pixels (ratio 0.01 of all image pixels) are different.
117 | await bundles(page).replaceTabletCells();
118 |
> 119 | await expect(page).toHaveScreenshot();
| ^
120 |
121 | await page.click('input[placeholder="Enter bundle name..."]');
122 | await page.waitForSelector('.g-popup_open');
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/bundles/bundles.base.screen.ts:119:24
|
[chromium] › pages/settings/settings.base.screen.ts:4:5 › Settings: checking the functionality of the menu:
packages/ui/tests/screenshots/pages/settings/settings.base.screen.ts#L1
2) [chromium] › pages/settings/settings.base.screen.ts:4:5 › Settings: checking the functionality of the menu
Test timeout of 10000ms exceeded.
|
[chromium] › pages/settings/settings.base.screen.ts:4:5 › Settings: checking the functionality of the menu:
packages/ui/tests/screenshots/pages/settings/settings.base.screen.ts#L9
2) [chromium] › pages/settings/settings.base.screen.ts:4:5 › Settings: checking the functionality of the menu
Error: page.waitForSelector: Test timeout of 10000ms exceeded.
Call log:
- waiting for locator('.settings-panel') to be visible
7 |
8 | page.click('.gn-footer-item');
> 9 | await page.waitForSelector('.settings-panel');
| ^
10 | let header = await page.textContent('.gn-settings__section-heading');
11 | expect(header).toEqual('General');
12 | await expect(page).toHaveScreenshot();
at /actions-runner/_work/ytsaurus-ui/ytsaurus-ui/packages/ui/tests/screenshots/pages/settings/settings.base.screen.ts:9:16
|
Start VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 30.2s
|
Slow Test:
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts#L1
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts took 15.3s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts#L1
packages/ui/tests/[chromium] › pages/navigation.base.spec.ts took 30.2s
|
Slow Test:
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts#L1
packages/ui/tests/[chromium] › pages/query-tracker.spec.ts took 15.4s
|
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 20.7s
|
Slow Test:
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/navigation/navigation.base.screen.ts took 18.1s
|
Slow Test:
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts#L1
packages/ui/tests/[chromium] › pages/components/components.base.screen.ts took 16.4s
|
Stop VM
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
50 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › pages/aco.spec.ts:38:5 › @aco: the permissions request button should be hidden ────
49 passed (2.3m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › pages/bundles/bundles.base.screen.ts:112:5 › Bundles - List - Tablet cells ────────
[chromium] › pages/settings/settings.base.screen.ts:4:5 › Settings: checking the functionality of the menu
36 passed (2.3m)
|