Create & Integrate tuiContainer
layout component
#10969
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#L217
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:205:13 › InputDate › API › Click any day after `Until today` was selected
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(10-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
215 | await calendarSheet?.clickOnDay(1);
216 |
> 217 | await expect(inputDate.textfield).toHaveScreenshot('10-input-date.png');
| ^
218 | });
219 |
220 | test('Click `Until today`, calendar not switched to large date', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:217:47
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L207
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:199:13 › InputDateRange › API › Calendar shows end of period, when selected any range
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(09-calendar-shows-end-of-period.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
205 | await inputDateRange.textfield.click();
206 |
> 207 | await expect(example).toHaveScreenshot('09-calendar-shows-end-of-period.png');
| ^
208 | });
209 |
210 | test('Press backspace to remove item, textfield is empty', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:207:35
|
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:205:13 › InputDate › API › Click any day after `Until today` was selected
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:199:13 › InputDateRange › API › Calendar shows end of period, when selected any range
5 skipped
102 passed (3.8m)
|
Run screenshot tests on dist/demo/browser/main
5 skipped
104 passed (1.7m)
|
Loading