fix(legacy): TuiMultiSelect
fix arrow
#11109
Annotations
1 error, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L14
1) [chromium] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: expect(locator).toHaveScreenshot(expected)
21089 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label-no-hover-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-charts-pie-cha-c170f-uld-be-show-hints-on-charts-chromium/01-pie-chart-with-label-no-hover-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-charts-pie-cha-c170f-uld-be-show-hints-on-charts-chromium/01-pie-chart-with-label-no-hover-diff.png
Call log:
- expect.toHaveScreenshot(01-pie-chart-with-label-no-hover.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#labels [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 21089 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#labels [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</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
- 21089 pixels (ratio 0.07 of all image pixels) are different.
12 | .all();
13 |
> 14 | await expect(example).toHaveScreenshot('01-pie-chart-with-label-no-hover.png');
| ^
15 |
16 | for (const [i, segment] of pieChartSegments.entries()) {
17 | await segment.hover();
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:14:31
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[chromium] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
109 passed (1.6m)
|
Run screenshot tests on dist/demo/browser
110 passed (1.6m)
|
Loading