chore: update @taiga-ui/* deps #11938
Annotations
3 errors, 6 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L29
1) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-input-year.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.
27 | await input.pressSequentially('2040');
28 |
> 29 | await expect(page).toHaveScreenshot('02-input-year.png');
| ^
30 | });
31 |
32 | test('0000 => blur => 0', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:29:32
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L35
2) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-input-year.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting 100ms before taking screenshot
- Timeout 5000ms exceeded.
33 | await input.pressSequentially('0000');
34 |
> 35 | await expect(page).toHaveScreenshot('03-input-year.png');
| ^
36 |
37 | await input.blur();
38 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:35:32
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/utils/wait-icons.ts#L14
1) [webkit] › projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
TimeoutError: locator.evaluate: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-icon').first()
- locator resolved to hidden <tui-icon tuichevron="" _ngcontent-ng-c1705191575="" class="t-icon ng-star-inserted"></tui-icon>
at utils/wait-icons.ts:14
12 |
13 | for (const icon of icons) {
> 14 | const url = await icon.evaluate((element: HTMLElement) => {
| ^
15 | const location = window.location;
16 | const baseUrl = `${location.protocol}//${location.host}/`;
17 |
at waitIcons (/Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/wait-icons.ts:14:32)
at tuiGoto (/Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/utils/goto.ts:67:20)
|
Post Run taiga-family/ci/actions/setup/[email protected]
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, run:
brew reinstall libpng
|
Mac OS X building all dependencies
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, 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] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:26:13 › InputYear › Does not allow incorrect year entry › 2040 => 2020
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0
4 skipped
115 passed (2.6m)
|
Run screenshot tests on dist/demo/browser/main
1 flaky
[webkit] › projects/demo-playwright/tests/legacy/input-tag/input-tag.pw.spec.ts:31:13 › InputTag › Examples › switch theme mode
4 skipped
116 passed (2.3m)
|
Loading