chore: update @taiga-ui/* deps to v0.236.0 #11022
Annotations
1 error, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/core/textfield/textfield.pw.spec.ts#L22
1) [webkit] › tests/core/textfield/textfield.pw.spec.ts:15:13 › Textfield › interactivity on hover › disable state
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#states [automation-id="tui-doc-example"]')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(textfield-disabled-hover.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#states [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#states [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
20 | await textfield.hover({force: true});
21 |
> 22 | await expect(example).toHaveScreenshot('textfield-disabled-hover.png');
| ^
23 | });
24 |
25 | test('readonly state', async () => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/textfield/textfield.pw.spec.ts:22: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/main
44 skipped
66 passed (1.6m)
|
Run screenshot tests on dist/demo/browser
1 flaky
[webkit] › tests/core/textfield/textfield.pw.spec.ts:15:13 › Textfield › interactivity on hover › disable state
44 skipped
65 passed (2.0m)
|
Loading