fix(cdk): ActiveZone
do not exit zone when scrollable container becomes non-scrollable
#9612
Annotations
3 errors, 2 warnings, and 1 notice
projects/demo-playwright/tests/kit/input-phone/input-phone.spec.ts#L46
1) [chromium] › tests/kit/input-phone/input-phone.spec.ts:34:13 › InputPhone › API page › Remove country prefix on blur if textfield does not contains any other symbols
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#demo-content').locator('tui-input-phone').getByRole('textbox')
Expected string: ""
Received string: "+1 "
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#demo-content').locator('tui-input-phone').getByRole('textbox')
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
44 |
45 | await inputPhone.textfield.blur();
> 46 | await expect(inputPhone.textfield).toHaveValue('');
| ^
47 |
48 | await inputPhone.textfield.pressSequentially('2125552368');
49 | await expect(inputPhone.textfield).toHaveValue('+1 (212) 555-23-68');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone/input-phone.spec.ts:46:48
|
projects/demo-playwright/tests/kit/input-phone/input-phone.spec.ts#L46
1) [chromium] › tests/kit/input-phone/input-phone.spec.ts:34:13 › InputPhone › API page › Remove country prefix on blur if textfield does not contains any other symbols
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveValue(expected)
Locator: locator('#demo-content').locator('tui-input-phone').getByRole('textbox')
Expected string: ""
Received string: "+1 "
Call log:
- expect.toHaveValue with timeout 5000ms
- waiting for locator('#demo-content').locator('tui-input-phone').getByRole('textbox')
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
- locator resolved to <input tabindex="0" tuimaskaccessor="" aria-invalid="fa…/>
- unexpected value "+1 "
44 |
45 | await inputPhone.textfield.blur();
> 46 | await expect(inputPhone.textfield).toHaveValue('');
| ^
47 |
48 | await inputPhone.textfield.pressSequentially('2125552368');
49 | await expect(inputPhone.textfield).toHaveValue('+1 (212) 555-23-68');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone/input-phone.spec.ts:46:48
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/cache/[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--aaeec56a4d1ed973037dea12e51454f5b67e5aa4-10491304534-8631", "playwright-e2e-artifacts--aaeec56a4d1ed973037dea12e51454f5b67e5aa4-10491304534-8631".
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 failed
Loading