feat(experimental): InputPhoneInternational
refactor to new textfield approach
#10990
Annotations
4 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#L36
1) [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-textfield .t-ipi-select')
- locator resolved to <button tuiicons="" tuibutton="" tuichevron="" tabindex="-1" type="button" data-size="l" tuiappearance="" data-focus="false" appearance="textfield" data-appearance="textfield" class="t-ipi-select t-ipi-select_readonly ng-star-inserted">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 100ms
18 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 500ms
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
1) [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-textfield .t-ipi-select')
- locator resolved to <button tuiicons="" tuibutton="" tuichevron="" tabindex="-1" type="button" data-size="l" tuiappearance="" data-focus="false" appearance="textfield" data-appearance="textfield" class="t-ipi-select t-ipi-select_readonly ng-star-inserted">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 100ms
18 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 500ms
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
1) [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-textfield .t-ipi-select')
- locator resolved to <button tuiicons="" tuibutton="" tuichevron="" tabindex="-1" type="button" data-size="l" tuiappearance="" data-focus="false" appearance="textfield" data-appearance="textfield" class="t-ipi-select t-ipi-select_readonly ng-star-inserted">…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 100ms
19 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="t-input-wrapper" _ngcontent-ng-c2476019924="">…</div> intercepts pointer events
- retrying click action
- waiting 500ms
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
1 failed
[chromium] › tests/legacy/input-phone-international/input-phone-international.pw.spec.ts:31:13 › InputPhoneInternational › API page › Dont open dropdown if readonly=true
108 passed (1.6m)
|
Loading