chore(demo): add provideClientHydration
#11027
Annotations
1 error, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ─────
Error: expect(page).toHaveScreenshot(expected)
72139 pixels (ratio 0.13 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-500.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 72139 pixels (ratio 0.13 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
- 72139 pixels (ratio 0.13 of all image pixels) are different.
88 | await page.waitForTimeout(500);
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-500.png`,
92 | );
93 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
|
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
110 passed (1.9m)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ──────
109 passed (1.7m)
|
Loading