chore: update taiga-family/ci action to v1.104.0 #11023
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L220
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item, textfield is empty
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(10-input-date-range.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-valid ng-touched ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
218 |
219 | await expect(inputDateRange.textfield).toHaveValue('');
> 220 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
221 | '10-input-date-range.png',
222 | );
223 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:220:52
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L261
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-calendar-range, tui-mobile-calendar').getByTestId('tui-mobile-calendar__confirm')
- locator resolved to <button tuilink="" tuiicons="" type="button" class="t-link" tuiappearance="" tuitouchable="opacity" data-appearance="action" _ngcontent-ng-c1057446120="" automation-id="tui-mobile-calendar__confirm"> Done </button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
259 |
260 | await calendarSheet?.clickOnDay(17);
> 261 | await mobileCalendar.confirmButton.click();
| ^
262 |
263 | await expect(inputDateRange.textfield).toHaveValue(
264 | `17.08.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}17.08.2020`,
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:261:52
|
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-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item, textfield is empty
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
5 skipped
102 passed (3.2m)
|
Run screenshot tests on dist/demo/browser/main
5 skipped
104 passed (2.1m)
|
Loading