chore(schematics): valid migration for resizable module #11204
Annotations
1 error, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L52
1) [chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/pie-chart ──────
Error: expect(locator).toHaveScreenshot(expected)
186 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.pw.spec.ts-snapshots/deep--charts-pie-chart--value--row—2-select-option-2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-pie-chart-chromium/deep--charts-pie-chart--value--row—2-select-option-2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-pie-chart-chromium/deep--charts-pie-chart--value--row—2-select-option-2-diff.png
Call log:
- expect.toHaveScreenshot(deep-/charts/pie-chart-[value]-row—2-select-option-2.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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
- 186 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</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
- 186 pixels (ratio 0.01 of all image pixels) are different.
50 | await page.waitForTimeout(300);
51 |
> 52 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
53 | `deep-${path}-${name}-row—${rowIndex}-select-option-${index}.png`,
54 | );
55 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:52:54
|
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/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/pie-chart ───────
116 passed (6.9m)
|
Run screenshot tests on dist/demo/browser
117 passed (8.0m)
|
Loading