#9721 - Remove tui-form
classes from demo
#11047
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#L126
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=l
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-01-input-date-l.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- Timeout 5000ms exceeded.
124 | await documentationPage.prepareBeforeScreenshot();
125 |
> 126 | await expect(page).toHaveScreenshot(`02-01-input-date-${size}.png`);
| ^
127 |
128 | await page.keyboard.type('01.');
129 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:126:36
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L364
2) [webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#base [automation-id="tui-doc-example"]').locator('tui-input-date-time')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(05-backspace-pressed-8-times.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#base [automation-id="tui-doc-example"]').locator('tui-input-date-time')
- locator resolved to <tui-input-date-time data-size="l" _nghost-ng-c1670950355="" formcontrolname="testValue" class="ng-untouched ng-valid _focused ng-dirty">…</tui-input-date-time>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
362 | await inputDateTime.textfield.press('Backspace');
363 |
> 364 | await expect(inputDateTime.host).toHaveScreenshot(
| ^
365 | `05-backspace-pressed-${i}-times.png`,
366 | );
367 | }
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:364:54
|
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:117:17 › InputDate › API › correct filler display for size=l
[webkit] › tests/legacy/input-date-time/input-date-time.pw.spec.ts:341:17 › InputDateTime › Examples › with `input[tuiTextfieldLegacy]` inside › filler has no change detection problems
5 skipped
102 passed (3.4m)
|
Run screenshot tests on dist/demo/browser/main
5 skipped
104 passed (2.4m)
|
Loading