fix(kit): InputDateTime
validators not triggered when value change
#10691
Annotations
5 errors, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts#L1
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:261:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error
Test timeout of 30000ms exceeded.
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts#L267
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:261:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error
Error: locator.clear: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#with-validator [automation-id="tui-doc-example"]').locator('tui-input-date-time').getByRole('textbox')
265 | );
266 |
> 267 | await inputDateTime.textfield.clear();
| ^
268 | await inputDateTime.textfield.fill('11');
269 | await inputDateTime.textfield.blur();
270 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts:267:43
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts#L1
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:261:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run screenshot tests on dist/demo/browser/v3.x:
projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts#L267
1) [chromium] › tests/kit/input-date-time/input-date-time.spec.ts:261:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.clear: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('#with-validator [automation-id="tui-doc-example"]').locator('tui-input-date-time').getByRole('textbox')
265 | );
266 |
> 267 | await inputDateTime.textfield.clear();
| ^
268 | await inputDateTime.textfield.fill('11');
269 | await inputDateTime.textfield.blur();
270 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-time/input-date-time.spec.ts:267:43
|
Run screenshot tests on dist/demo/browser/v3.x
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--b23af893d1232bb8e24e394fa0e7de2eb225b849-12050794179-9846", "playwright-e2e-artifacts--b23af893d1232bb8e24e394fa0e7de2eb225b849-12050794179-9846".
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/
|
Run screenshot tests on dist/demo/browser/v3.x
1 failed
[chromium] › tests/kit/input-date-time/input-date-time.spec.ts:261:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error
93 passed (2.1m)
|
Run screenshot tests on dist/demo/browser
94 passed (1.5m)
|
Loading