fix(kit): Carousel
fix scrolling page on mobile devices
#11037
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L52
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:30:13 › InputDate › Examples › correct filler display for size
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(01-03-input-date-m.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
50 | await page.keyboard.type('01.');
51 |
> 52 | await expect(page).toHaveScreenshot(`01-03-input-date-${size}.png`);
| ^
53 |
54 | await input.focus();
55 | await page.keyboard.type('06.1994');
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:52:36
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L83
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(14-backspace-pressed-7-times.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#date-localization [automation-id="tui-doc-example"]').locator('tui-input-date')
- locator resolved to <tui-input-date data-size="l" _nghost-ng-c2818982625="" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
81 | await inputDate.textfield.press('Backspace');
82 |
> 83 | await expect(inputDate.host).toHaveScreenshot(
| ^
84 | `14-backspace-pressed-${i}-times.png`,
85 | );
86 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:83:50
|
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
2 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:30:13 › InputDate › Examples › correct filler display for size
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:62:17 › InputDate › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
5 skipped
102 passed (3.7m)
|
Run screenshot tests on dist/demo/browser/main
5 skipped
104 passed (2.7m)
|
Loading