fix(kit): InputDate
hold initial value with min/max defined
#10354
Annotations
3 errors, 2 warnings, and 2 notices
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L49
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:43:9 › Dropdown › Hosted dropdown and custom position
Error: Screenshot comparison failed:
21231 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/dropdown/dropdown.spec.ts-snapshots/05-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdo-00693-ropdown-and-custom-position-chromium/05-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdo-00693-ropdown-and-custom-position-chromium/05-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(05-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 21231 pixels (ratio 0.02 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
- 21231 pixels (ratio 0.02 of all image pixels) are different.
47 | .locator('button')
48 | .click();
> 49 | await expect(page).toHaveScreenshot('05-dropdown.png');
| ^
50 | });
51 |
52 | test('Esc -> Hosted Dropdown', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:49:28
|
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L49
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:43:9 › Dropdown › Hosted dropdown and custom position
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
194643 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/dropdown/dropdown.spec.ts-snapshots/05-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdo-00693-ropdown-and-custom-position-chromium-retry1/05-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdo-00693-ropdown-and-custom-position-chromium-retry1/05-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(05-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 194643 pixels (ratio 0.10 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
- 194643 pixels (ratio 0.10 of all image pixels) are different.
47 | .locator('button')
48 | .click();
> 49 | await expect(page).toHaveScreenshot('05-dropdown.png');
| ^
50 | });
51 |
52 | test('Esc -> Hosted Dropdown', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:49:28
|
|
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--e44dbf1a50485a7e8471853f9b533158825fa3b3-11651468899-9623", "playwright-e2e-artifacts--e44dbf1a50485a7e8471853f9b533158825fa3b3-11651468899-9623".
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/
|
|
|
The logs for this run have expired and are no longer available.
Loading