fix(kit): MultiSelect
empty line when non empty placeholder
and valueContent
#9638
Annotations
3 errors, 2 warnings, and 2 notices
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L236
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:221:13 › MultiSelect › API page › placeholder with value content
Error: Screenshot comparison failed:
25403 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/10-multi-select-placeholder-with-value-content-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-placeholder-with-value-content-chromium/10-multi-select-placeholder-with-value-content-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-placeholder-with-value-content-chromium/10-multi-select-placeholder-with-value-content-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 25403 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 25403 pixels (ratio 0.04 of all image pixels) are different.
234 | await documentationPage.prepareApiPageBeforeScreenshot();
235 |
> 236 | await expect(page).toHaveScreenshot(
| ^
237 | '10-multi-select-placeholder-with-value-content.png',
238 | );
239 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:236:32
|
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L236
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:221:13 › MultiSelect › API page › placeholder with value content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
25403 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/10-multi-select-placeholder-with-value-content-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-placeholder-with-value-content-chromium-retry1/10-multi-select-placeholder-with-value-content-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-placeholder-with-value-content-chromium-retry1/10-multi-select-placeholder-with-value-content-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 25403 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 25403 pixels (ratio 0.04 of all image pixels) are different.
234 | await documentationPage.prepareApiPageBeforeScreenshot();
235 |
> 236 | await expect(page).toHaveScreenshot(
| ^
237 | '10-multi-select-placeholder-with-value-content.png',
238 | );
239 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:236:32
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--a435702de1de437639addec954a7b7ab2d416a46-10983306413-9127", "playwright-e2e-artifacts--a435702de1de437639addec954a7b7ab2d416a46-10983306413-9127".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
|
This job succeeded
Loading