feat(experimental): InputPhoneInternational
refactor to new textfield approach
#10974
Annotations
7 errors, 1 warning, and 1 notice
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L26
1) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
24 | await expect(dropdown).not.toBeAttached();
25 |
> 26 | await select.click();
| ^
27 |
28 | await expect(dropdown).toBeAttached();
29 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:26:26
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts#L36
2) [chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-phone-international select')
34 | await expect(dropdown).not.toBeAttached();
35 |
> 36 | await select.click();
| ^
37 |
38 | await expect(dropdown).not.toBeAttached();
39 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:36:26
|
Run screenshot tests on dist/demo/browser
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run screenshot tests on dist/demo/browser
2 failed
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:18:13 › InputPhoneInternational › API page › Open dropdown if readonly=false
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
107 passed (1.6m)
|
Loading