Skip to content

chore: fix proprietary build for feed-item #993

chore: fix proprietary build for feed-item

chore: fix proprietary build for feed-item #993

Triggered via pull request March 29, 2024 15:36
Status Failure
Total duration 23m 14s
Artifacts 2

e2e-playwright.yml

on: pull_request
Matrix: playwright
E2E result
7s
E2E result
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 16 notices
[chromium] › tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts:19:9 › TableBarsService › works: projects/demo-playwright/tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts#L29
1) [chromium] › tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts:19:9 › TableBarsService › works Error: Screenshot comparison failed: 708 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts-snapshots/01-table-bars-mobile-service-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-tablebars-table-bars-service-table-bars-service.mobile-TableBarsService-works-chromium/01-table-bars-mobile-service-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-tablebars-table-bars-service-table-bars-service.mobile-TableBarsService-works-chromium/01-table-bars-mobile-service-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for getByTestId('tui-table-bar__bar') - locator resolved to <div _ngcontent-ng-c8049351="" automation-id="tui-tab…>…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 708 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for getByTestId('tui-table-bar__bar') - locator resolved to <div _ngcontent-ng-c8049351="" automation-id="tui-tab…>…</div> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 708 pixels (ratio 0.01 of all image pixels) are different. 27 | const tableBarExample = page.getByTestId('tui-table-bar__bar'); 28 | > 29 | await expect(tableBarExample).toHaveScreenshot( | ^ 30 | '01-table-bars-mobile-service.png', 31 | ); 32 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts:29:39
[chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size: projects/demo-playwright/tests/kit/input-date/input-date.spec.ts#L31
1) [chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size Error: Screenshot comparison failed: 83 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date/input-date.spec.ts-snapshots/01-01-input-date-s-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium/01-01-input-date-s-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium/01-01-input-date-s-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 83 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 - 83 pixels (ratio 0.01 of all image pixels) are different. 29 | await input.scrollIntoViewIfNeeded(); 30 | await input.click(); > 31 | await expect(page).toHaveScreenshot(`01-01-input-date-${size}.png`); | ^ 32 | await input.clear(); 33 | await expect(page).toHaveScreenshot(`01-02-input-date-${size}.png`); 34 | await input.focus(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date/input-date.spec.ts:31:36
[chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size: projects/demo-playwright/tests/kit/input-date/input-date.spec.ts#L31
1) [chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 83 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date/input-date.spec.ts-snapshots/01-01-input-date-s-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium-retry1/01-01-input-date-s-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium-retry1/01-01-input-date-s-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 83 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 - 83 pixels (ratio 0.01 of all image pixels) are different. 29 | await input.scrollIntoViewIfNeeded(); 30 | await input.click(); > 31 | await expect(page).toHaveScreenshot(`01-01-input-date-${size}.png`); | ^ 32 | await input.clear(); 33 | await expect(page).toHaveScreenshot(`01-02-input-date-${size}.png`); 34 | await input.focus(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date/input-date.spec.ts:31:36
[chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size: projects/demo-playwright/tests/kit/input-date/input-date.spec.ts#L31
1) [chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 83 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date/input-date.spec.ts-snapshots/01-01-input-date-s-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium-retry2/01-01-input-date-s-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-input-date-InputDate-Examples-correct-filler-display-for-size-chromium-retry2/01-01-input-date-s-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 83 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 - 83 pixels (ratio 0.01 of all image pixels) are different. 29 | await input.scrollIntoViewIfNeeded(); 30 | await input.click(); > 31 | await expect(page).toHaveScreenshot(`01-01-input-date-${size}.png`); | ^ 32 | await input.clear(); 33 | await expect(page).toHaveScreenshot(`01-02-input-date-${size}.png`); 34 | await input.focus(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date/input-date.spec.ts:31:36
playwright / (6 of 8)
Process completed with exit code 1.
E2E result
Process completed with exit code 1.
🎭 Playwright Run Summary
108 passed (2.1m)
🎭 Playwright Run Summary
108 passed (1.5m)
🎭 Playwright Run Summary
108 passed (2.2m)
🎭 Playwright Run Summary
108 passed (1.5m)
🎭 Playwright Run Summary
107 passed (2.3m)
🎭 Playwright Run Summary
107 passed (1.4m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts:19:9 › TableBarsService › works 107 passed (1.7m)
🎭 Playwright Run Summary
108 passed (2.4m)
🎭 Playwright Run Summary
108 passed (2.6m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size 107 passed (1.7m)
🎭 Playwright Run Summary
108 passed (1.9m)
🎭 Playwright Run Summary
108 passed (2.8m)
🎭 Playwright Run Summary
108 passed (2.8m)
🎭 Playwright Run Summary
108 passed (3.7m)
🎭 Playwright Run Summary
108 passed (6.7m)
🎭 Playwright Run Summary
108 passed (8.5m)

Artifacts

Produced during runtime
Name Size
playwright-e2e-artifacts--fda7bba4f83a3a1370c247c4f2b1efcff2bfe2b6-8482680286-7136_1 Expired
19.7 KB
playwright-e2e-artifacts--fda7bba4f83a3a1370c247c4f2b1efcff2bfe2b6-8482680286-7136_6 Expired
137 KB