fix(core): emit tuiDropdownOpenChange on distinct values #10938
Annotations
6 errors, 5 warnings, and 2 notices
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L245
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(12-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
243 |
244 | await expect(inputDate.textfield).toHaveValue('');
> 245 | await expect(inputDate.textfield).toHaveScreenshot('12-input-date.png');
| ^
246 | });
247 |
248 | test('Enter item date, it converts to item name', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:245:47
|
Run screenshot tests on dist/demo/browser:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L98
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
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(05-textfield-maximum-month.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-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- 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('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-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
96 | await inputDateRange.textfield.click();
97 |
> 98 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
99 | '05-textfield-maximum-month.png',
100 | );
101 | await expect(inputDateRange.calendar).toHaveScreenshot(
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:98:52
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts#L18
1) [webkit] › tests/legacy/combo-box/combobox.pw.spec.ts:8:9 › ComboBox › Don't allow disabled options to be selected by typing them
Error: expect(page).toHaveScreenshot(expected)
117703 pixels (ratio 0.12 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/combo-box/combobox.pw.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit/01-combobox-dont-allow-disabled-01-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- expect.toHaveScreenshot(01-combobox-dont-allow-disabled-01.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 117703 pixels (ratio 0.12 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 117703 pixels (ratio 0.12 of all image pixels) are different.
16 | await input.click();
17 |
> 18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
19 |
20 | await input.fill('Graham Chapman');
21 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts:18:28
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts#L18
1) [webkit] › tests/legacy/combo-box/combobox.pw.spec.ts:8:9 › ComboBox › Don't allow disabled options to be selected by typing them
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
117703 pixels (ratio 0.12 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/combo-box/combobox.pw.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit-retry1/01-combobox-dont-allow-disabled-01-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit-retry1/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- expect.toHaveScreenshot(01-combobox-dont-allow-disabled-01.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 117703 pixels (ratio 0.12 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 117703 pixels (ratio 0.12 of all image pixels) are different.
16 | await input.click();
17 |
> 18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
19 |
20 | await input.fill('Graham Chapman');
21 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts:18:28
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts#L18
1) [webkit] › tests/legacy/combo-box/combobox.pw.spec.ts:8:9 › ComboBox › Don't allow disabled options to be selected by typing them
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
117703 pixels (ratio 0.12 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/combo-box/combobox.pw.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit-retry2/01-combobox-dont-allow-disabled-01-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-combo-box-com-5fca4--be-selected-by-typing-them-webkit-retry2/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- expect.toHaveScreenshot(01-combobox-dont-allow-disabled-01.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 117703 pixels (ratio 0.12 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 117703 pixels (ratio 0.12 of all image pixels) are different.
16 | await input.click();
17 |
> 18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
19 |
20 | await input.fill('Graham Chapman');
21 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/combo-box/combobox.pw.spec.ts:18:28
|
Run screenshot tests on dist/demo/browser/main
Process completed with exit code 1.
|
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/input-date.pw.spec.ts:233:13 › InputDate › API › Press backspace to remove `Until today`, textfield is empty
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
5 skipped
102 passed (3.3m)
|
Run screenshot tests on dist/demo/browser/main
1 failed
[webkit] › tests/legacy/combo-box/combobox.pw.spec.ts:8:9 › ComboBox › Don't allow disabled options to be selected by typing them
5 skipped
103 passed (2.7m)
|
Loading