chore(deps): update dependency express to v4.19.2 #906
Annotations
10 errors and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L22
1) [chromium] › tests/kit/carousel/carousel.spec.ts:17:9 › Carousel › padding has zero value ─────
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-padding-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium/carousel-padding-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium/carousel-padding-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
20 |
21 | await expect(apiPageExample).toBeVisible();
> 22 | await expect(apiPageExample).toHaveScreenshot('carousel-padding-0.png');
| ^
23 | });
24 |
25 | test('should show next item after drag', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:22:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L22
1) [chromium] › tests/kit/carousel/carousel.spec.ts:17:9 › Carousel › padding has zero value ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-padding-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium-retry1/carousel-padding-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium-retry1/carousel-padding-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
20 |
21 | await expect(apiPageExample).toBeVisible();
> 22 | await expect(apiPageExample).toHaveScreenshot('carousel-padding-0.png');
| ^
23 | });
24 |
25 | test('should show next item after drag', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:22:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L22
1) [chromium] › tests/kit/carousel/carousel.spec.ts:17:9 › Carousel › padding has zero value ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-padding-0-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium-retry2/carousel-padding-0-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-padding-has-zero-value-chromium-retry2/carousel-padding-0-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
20 |
21 | await expect(apiPageExample).toBeVisible();
> 22 | await expect(apiPageExample).toHaveScreenshot('carousel-padding-0.png');
| ^
23 | });
24 |
25 | test('should show next item after drag', async ({page}) => {
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:22:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L34
2) [chromium] › tests/kit/carousel/carousel.spec.ts:25:9 › Carousel › should show next item after drag
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-draggable-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium/carousel-draggable-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium/carousel-draggable-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
32 | await page.mouse.up();
33 |
> 34 | await expect(apiPageExample).toHaveScreenshot('carousel-draggable.png');
| ^
35 | });
36 | });
37 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:34:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L34
2) [chromium] › tests/kit/carousel/carousel.spec.ts:25:9 › Carousel › should show next item after drag
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-draggable-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium-retry1/carousel-draggable-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium-retry1/carousel-draggable-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
32 | await page.mouse.up();
33 |
> 34 | await expect(apiPageExample).toHaveScreenshot('carousel-draggable.png');
| ^
35 | });
36 | });
37 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:34:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/carousel/carousel.spec.ts#L34
2) [chromium] › tests/kit/carousel/carousel.spec.ts:25:9 › Carousel › should show next item after drag
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/carousel/carousel.spec.ts-snapshots/carousel-draggable-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium-retry2/carousel-draggable-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-carousel-carousel-Carousel-should-show-next-item-after-drag-chromium-retry2/carousel-draggable-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c1271414993="">…</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
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
32 | await page.mouse.up();
33 |
> 34 | await expect(apiPageExample).toHaveScreenshot('carousel-draggable.png');
| ^
35 | });
36 | });
37 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/carousel/carousel.spec.ts:34:38
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts#L15
3) [chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
Error: Screenshot comparison failed:
10849 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/combo-box/combobox.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium/01-combobox-dont-allow-disabled-01-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10849 pixels (ratio 0.02 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
- 10849 pixels (ratio 0.02 of all image pixels) are different.
13 | await example.scrollIntoViewIfNeeded();
14 | await input.click();
> 15 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
16 |
17 | await input.fill('Graham Chapman');
18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-02.png');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts:15:28
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts#L15
3) [chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10849 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/combo-box/combobox.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium-retry1/01-combobox-dont-allow-disabled-01-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium-retry1/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10849 pixels (ratio 0.02 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
- 10849 pixels (ratio 0.02 of all image pixels) are different.
13 | await example.scrollIntoViewIfNeeded();
14 | await input.click();
> 15 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
16 |
17 | await input.fill('Graham Chapman');
18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-02.png');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts:15:28
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts#L15
3) [chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
10849 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/combo-box/combobox.spec.ts-snapshots/01-combobox-dont-allow-disabled-01-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium-retry2/01-combobox-dont-allow-disabled-01-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-Don-t-allow-disabled-options-to-be-selected-by-typing-them-chromium-retry2/01-combobox-dont-allow-disabled-01-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10849 pixels (ratio 0.02 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
- 10849 pixels (ratio 0.02 of all image pixels) are different.
13 | await example.scrollIntoViewIfNeeded();
14 | await input.click();
> 15 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-01.png');
| ^
16 |
17 | await input.fill('Graham Chapman');
18 | await expect(page).toHaveScreenshot('01-combobox-dont-allow-disabled-02.png');
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts:15:28
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts#L41
4) [chromium] › tests/kit/combo-box/combobox.spec.ts:29:17 › ComboBox › API › search shouldn't be reset if an exact match is entered when strict is true
Error: Screenshot comparison failed:
10574 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/combo-box/combobox.spec.ts-snapshots/search-should-not-be-reset-strict-true-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-API-sear-d6662-f-an-exact-match-is-entered-when-strict-is-true-chromium/search-should-not-be-reset-strict-true-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-combo-box-combobox-ComboBox-API-sear-d6662-f-an-exact-match-is-entered-when-strict-is-true-chromium/search-should-not-be-reset-strict-true-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10574 pixels (ratio 0.02 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
- 10574 pixels (ratio 0.02 of all image pixels) are different.
39 | `components/combo-box/API?strict=${strict}&sandboxExpanded=true`,
40 | );
> 41 | await expect(page).toHaveScreenshot(
| ^
42 | `search-should-not-be-reset-strict-${strict}.png`,
43 | );
44 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/combo-box/combobox.spec.ts:41:36
|
Run screenshot tests on dist/demo/browser
110 passed (1.9m)
|
Run screenshot tests on dist/demo/browser/main
92 failed
[chromium] › tests/kit/carousel/carousel.spec.ts:17:9 › Carousel › padding has zero value ──────
[chromium] › tests/kit/carousel/carousel.spec.ts:25:9 › Carousel › should show next item after drag
[chromium] › tests/kit/combo-box/combobox.spec.ts:6:9 › ComboBox › Don't allow disabled options to be selected by typing them
[chromium] › tests/kit/combo-box/combobox.spec.ts:29:17 › ComboBox › API › search shouldn't be reset if an exact match is entered when strict is true
[chromium] › tests/kit/combo-box/combobox.spec.ts:73:17 › ComboBox › API › correct word match when strict is true
[chromium] › tests/kit/combo-box/combobox.spec.ts:29:17 › ComboBox › API › search shouldn't be reset if an exact match is entered when strict is false
[chromium] › tests/kit/combo-box/combobox.spec.ts:73:17 › ComboBox › API › correct word match when strict is false
[chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:7:9 › DropdownContext › opens dropdown on right click
[chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:18:9 › DropdownContext › closes previous dropdown after new one is opened
[chromium] › tests/kit/dropdown-context/dropdown-context.spec.ts:33:9 › DropdownContext › does not close dropdown when nested dropdown is clicked
[chromium] › tests/kit/dropdown-selection/dropdown-selection.spec.ts:9:9 › DropdownSelection › current range must be a text node only
[chromium] › tests/kit/field-error/field-error.spec.ts:5:9 › FieldError › Errors of invalid control are shown correctly
[chromium] › tests/kit/field-error/field-error.spec.ts:22:9 › FieldError › Submit invalid form ─
[chromium] › tests/kit/input/input.spec.ts:5:9 › Input › has custom content (text) + cleaner + hint which don't overlapping each others
[chromium] › tests/kit/input/input.spec.ts:17:9 › Input › correctly aligns single custom content (as large icon)
[chromium] › tests/kit/input/input.spec.ts:27:9 › Input › custom content (as large icon) + cleaner + hint don't overlapping each others
[chromium] › tests/kit/input/input.spec.ts:40:9 › Input › custom content (as normal-size icon) + cleaner + hint don't overlapping each others
[chromium] › tests/kit/input/input.spec.ts:53:9 › Input › input overflow due to placeholder ────
[chromium] › tests/kit/input/input.spec.ts:73:9 › Input › character descenders overflow the line
[chromium] › tests/kit/input/input.spec.ts:93:9 › Input › can be horizontally scrolled ─────────
[chromium] › tests/kit/input/input.spec.ts:117:9 › Input › external mask works ─────────────────
[chromium] › tests/kit/input/input.spec.ts:132:17 › Input › check tuiTextfieldCleaner › size=s ─
[chromium] › tests/kit/input/input.spec.ts:132:17 › Input › check tuiTextfieldCleaner › size=m ─
[chromium] › tests/kit/input/input.spec.ts:132:17 › Input › check tuiTextfieldCleaner › size=l ─
[chromium] › tests/kit/input-date/input-date.spec.ts:16:13 › InputDate › Examples › correct filler display for size
[chromium] › tests/kit/input-date/input-date.spec.ts:63:17 › InputDate › API › correct filler display for size=s
[chromium] › tests/kit/input-date/input-date.spec.ts:63:17 › InputDate › API › correct filler display for size=m
[chromium] › tests/kit/input-date/input-date.spec.ts:63:17 › InputDate › API › correct filler display for size=l
[chromium] › tests/kit/input-date/input-date.spec.ts:79:13 › InputDate › API › maximum month less than current month
[chromium] › tests/kit/input-date/input-date.spec.ts:88:13 › InputDate › API › minimum month more than current month
[chromium] › tests/kit/input-date/input-date.spec.ts:98:17 › InputDate › API › Invalid date cases › does not accept day > 31
[chromium] › tests/kit/input-date/input-date.spec.ts:108:17 › InputDate › API › Invalid date cases › does not accept month > 12
[chromium] › tests/kit/input-date/input-date.spec.ts:118:17 › InputDate › API › Invalid date cases › Type 999999 => 09.09.9999
[chromium] › tests/kit/input-date/input-
|
Loading