feat(experimental): InputPhoneInternational
refactor to new textfield approach
#11053
Annotations
1 error, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-slider/input-slider.pw.spec.ts#L55
1) [webkit] › tests/legacy/input-slider/input-slider.pw.spec.ts:41:13 › InputSlider › examples page › pressing ArrowUp/ArrowDown change textInput value and slider position
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#right-label [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(2-0-arrow-up-checks-5.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#right-label [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#right-label [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
53 | await expect(inputSlider.textfield).toHaveValue(`${i}`);
54 | await expect(inputSlider.slider).toHaveValue(`${i}`);
> 55 | await expect(example).toHaveScreenshot(`2-0-arrow-up-checks-${i}.png`);
| ^
56 | }
57 |
58 | for (let i = 9; i >= 0; i--) {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-slider/input-slider.pw.spec.ts:55:39
|
Mac OS X building all dependencies
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Mac OS X building all dependencies
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Mac OS X building all dependencies
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Mac OS X building all dependencies
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Mac OS X building all dependencies
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Run screenshot tests on dist/demo/browser
1 flaky
[webkit] › tests/legacy/input-slider/input-slider.pw.spec.ts:41:13 › InputSlider › examples page › pressing ArrowUp/ArrowDown change textInput value and slider position
10 skipped
98 passed (3.1m)
|
Run screenshot tests on dist/demo/browser/main
10 skipped
99 passed (2.0m)
|
Loading