fix(kit): InputDate
hold initial value with min/max defined
#10299
Annotations
3 errors, 2 warnings, and 2 notices
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L13
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:7:9 › Dropdown › base ───────────────────────
Error: Screenshot comparison failed:
115108 pixels (ratio 0.06 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/01-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium/01-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium/01-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(01-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 115108 pixels (ratio 0.06 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
- 115108 pixels (ratio 0.06 of all image pixels) are different.
11 | .locator('button')
12 | .click();
> 13 | await expect(page).toHaveScreenshot('01-dropdown.png');
| ^
14 | });
15 |
16 | test('Interesting', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:13:28
|
projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts#L13
1) [chromium] › tests/core/dropdown/dropdown.spec.ts:7:9 › Dropdown › base ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
115075 pixels (ratio 0.06 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/01-dropdown-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium-retry1/01-dropdown-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-dropdown-dropdown-Dropdown-base-chromium-retry1/01-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(01-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 115075 pixels (ratio 0.06 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
- 115075 pixels (ratio 0.06 of all image pixels) are different.
11 | .locator('button')
12 | .click();
> 13 | await expect(page).toHaveScreenshot('01-dropdown.png');
| ^
14 | });
15 |
16 | test('Interesting', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/dropdown/dropdown.spec.ts:13: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--08cd8a45e1873f6b22d97bfb6d794565ef6fb96e-11608217703-9623", "playwright-e2e-artifacts--08cd8a45e1873f6b22d97bfb6d794565ef6fb96e-11608217703-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