fix(kit): InputTag
fix scrolling to input
#9397
Annotations
3 errors, 2 warnings, and 2 notices
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L202
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:184:13 › MultiSelect › API page › should scroll to end on focus
Error: Screenshot comparison failed:
7593 pixels (ratio 0.02 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/08-multi-select-2-after-scroll-to-end-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-should-scroll-to-end-on-focus-chromium/08-multi-select-2-after-scroll-to-end-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-should-scroll-to-end-on-focus-chromium/08-multi-select-2-after-scroll-to-end-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 7593 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 7593 pixels (ratio 0.02 of all image pixels) are different.
200 | await multiSelect.arrow.click();
201 |
> 202 | await expect(page).toHaveScreenshot(
| ^
203 | '08-multi-select-2-after-scroll-to-end.png',
204 | );
205 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:202:32
|
projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L202
1) [chromium] › tests/kit/multi-select/multi-select.spec.ts:184:13 › MultiSelect › API page › should scroll to end on focus
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
7593 pixels (ratio 0.02 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/08-multi-select-2-after-scroll-to-end-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-should-scroll-to-end-on-focus-chromium-retry1/08-multi-select-2-after-scroll-to-end-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-should-scroll-to-end-on-focus-chromium-retry1/08-multi-select-2-after-scroll-to-end-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 7593 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 7593 pixels (ratio 0.02 of all image pixels) are different.
200 | await multiSelect.arrow.click();
201 |
> 202 | await expect(page).toHaveScreenshot(
| ^
203 | '08-multi-select-2-after-scroll-to-end.png',
204 | );
205 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:202:32
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--2b581afdd9ee986030b95eb8b2c9a3c0555b5bf7-9401202956-7655", "playwright-e2e-artifacts--2b581afdd9ee986030b95eb8b2c9a3c0555b5bf7-9401202956-7655".
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