chore(cdk): migrations for TuiDestroyService
=> takeUntilDestroyed
(@angular/core/rxjs-interop
)
#676
Annotations
1 error and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/demo/demo.spec.ts#L37
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/island ────────────────────────
Error: Timeout 5000ms exceeded.
Previous: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-island-chromium/components-island/3-previous.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-island-chromium/components-island/3-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-island-chromium/components-island/3-diff.png
Call log:
- expect.toHaveScreenshot(components-island/3.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div automation-id="tui-doc-example" class="t-demo ng…>…</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
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div automation-id="tui-doc-example" class="t-demo ng…>…</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
- 11296 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- locator resolved to <div automation-id="tui-doc-example" class="t-demo ng…>…</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
- 11296 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms before taking screenshot
- waiting for getByTestId('tui-doc-example').nth(2)
- Timeout 5000ms exceeded.
35 | await documentation.networkidle(); // note: load lazy loading images
36 |
> 37 | await expect(example).toHaveScreenshot(
| ^
38 | [path.replace('/', '').replaceAll('/', '-'), `${i + 1}.png`],
39 | {threshold: 0.02},
40 | );
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:37:39
|
Run screenshot tests on dist/demo/browser/main
110 passed (1.9m)
|
Run screenshot tests on dist/demo/browser
1 flaky
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/island ─────────────────────────
109 passed (2.3m)
|
Loading