fix(core): emit tuiDropdownOpenChange on distinct values #10938
Annotations
5 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#L277
1) [webkit] › tests/legacy/input-number/input-number.pw.spec.ts:266:17 › InputNumber › [min] prop › [min] property is negative number › don't touch any positive value
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(18-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...
- 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>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
275 | await expect(input).toHaveJSProperty('selectionStart', 1);
276 | await expect(input).toHaveJSProperty('selectionEnd', 1);
> 277 | await expect(example).toHaveScreenshot('18-input-number.png');
| ^
278 |
279 | await input.blur();
280 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts:277:39
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts#L332
2) [webkit] › tests/legacy/input-number/input-number.pw.spec.ts:325:17 › InputNumber › [max] prop › [max] property is negative number › validates negative value only on blur
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(21-input-number-before-blur.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>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
330 | await expect(input).toHaveJSProperty('selectionStart', 2);
331 | await expect(input).toHaveJSProperty('selectionEnd', 2);
> 332 | await expect(example).toHaveScreenshot('21-input-number-before-blur.png');
| ^
333 |
334 | await input.blur();
335 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts:332:39
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L615
3) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:594:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press "Backspace" › +7 (912) 345-6|7-89| => Backspace => +7 (912) 345-6|
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(16-input-phone.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')
- Timeout 5000ms exceeded.
613 | );
614 |
> 615 | await expect(example).toHaveScreenshot('16-input-phone.png');
| ^
616 | });
617 |
618 | test('+7 (912) 345-6|7-8|9 => Backspace => +7 (912) 345-6|9', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:615:47
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts#L1346
4) [webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1328:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Non-removable country prefix › cannot be removed via selectAll + Delete
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(50-input-phone.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>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
1344 | await expect(input).toHaveJSProperty('selectionEnd', '+7 '.length);
1345 |
> 1346 | await expect(example).toHaveScreenshot('50-input-phone.png');
| ^
1347 | });
1348 |
1349 | test('cannot be removed via Backspace', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-phone/input-phone.pw.spec.ts:1346:43
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts#L45
5) [webkit] › tests/legacy/input-range/input-range.pw.spec.ts:39:13 › InputRange › Keyboard interactions › pressing Arrow Down decreases RIGHT value when RIGHT text input is focused
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-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>
- 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
- Timeout 5000ms exceeded.
43 | await page.keyboard.down('ArrowDown');
44 |
> 45 | await expect(example).toHaveScreenshot('03-input-range.png');
| ^
46 |
47 | await page.keyboard.down('ArrowDown');
48 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-range/input-range.pw.spec.ts:45: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
5 flaky
[webkit] › tests/legacy/input-number/input-number.pw.spec.ts:266:17 › InputNumber › [min] prop › [min] property is negative number › don't touch any positive value
[webkit] › tests/legacy/input-number/input-number.pw.spec.ts:325:17 › InputNumber › [max] prop › [max] property is negative number › validates negative value only on blur
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:594:25 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Text selection › Select range and press "Backspace" › +7 (912) 345-6|7-89| => Backspace => +7 (912) 345-6|
[webkit] › tests/legacy/input-phone/input-phone.pw.spec.ts:1328:21 › InputPhone › iphone-x › [countryCode]="+7" & [phoneMaskAfterCountryCode]="(###) ###-##-##" › Non-removable country prefix › cannot be removed via selectAll + Delete
[webkit] › tests/legacy/input-range/input-range.pw.spec.ts:39:13 › InputRange › Keyboard interactions › pressing Arrow Down decreases RIGHT value when RIGHT text input is focused
104 passed (3.7m)
|
Run screenshot tests on dist/demo/browser/main
109 passed (2.5m)
|
Loading