chore: fix proprietary build for feed-item #993
Annotations
1 error and 2 notices
Run screenshot tests on dist/demo/browser/main:
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
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[chromium] › tests/addon-tablebars/table-bars-service/table-bars-service.mobile.spec.ts:19:9 › TableBarsService › works
107 passed (1.7m)
|
Run screenshot tests on dist/demo/browser
108 passed (2.4m)
|
Loading