fix(cdk): fix tuiFocusedIn error when focus events happened in reactive context #11045
Annotations
2 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts#L377
1) [webkit] › tests/legacy/input-number/input-number.pw.spec.ts:362:17 › InputNumber › [max] prop › [max] property is positive number › don't touch any negative value
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(24-input-number.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.
375 | await expect(input).toHaveJSProperty('selectionStart', 3);
376 | await expect(input).toHaveJSProperty('selectionEnd', 3);
> 377 | await expect(example).toHaveScreenshot('24-input-number.png');
| ^
378 |
379 | await page.waitForTimeout(100);
380 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts:377:39
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L202
2) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:190:17 › InputRange › Range interactions › click on the sliders' track › clicking on the LEFT side changes only the LEFT value (+ focuses the LEFT text input)
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(14-input-range.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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- Timeout 5000ms exceeded.
200 | await expect(inputRange.leftTextfield).toHaveValue(`${CHAR_MINUS}100`);
201 | await expect(inputRange.rightTextfield).toHaveValue('10');
> 202 | await expect(example).toHaveScreenshot('14-input-range.png');
| ^
203 | });
204 | });
205 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:202:39
|
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-number/input-number.pw.spec.ts:362:17 › InputNumber › [max] prop › [max] property is positive number › don't touch any negative value
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:190:17 › InputRange › Range interactions › click on the sliders' track › clicking on the LEFT side changes only the LEFT value (+ focuses the LEFT text input)
107 passed (3.4m)
|
Run screenshot tests on dist/demo/browser/main
109 passed (3.6m)
|
Loading