fix(kit): InputNumber
should handle initial ngModel
phantom null
value
#11347
e2e.yml
on: pull_request
Build demo
4m 16s
Cypress / Component Testing
5m 5s
Matrix: playwright
E2E result
1m 14s
Playwright E2E Tests matrix result
0s
Annotations
3 errors, 59 warnings, and 36 notices
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L67
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-dropdown-mobile').locator('.t-filler')
- locator resolved to <div waintersectionobserver="" waintersectionthreshold="1" class="t-filler ng-tns-c3475129421-24 ng-star-inserted"></div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <tui-doc-example id="dropdown-mobile" _nghost-ng-c644840128="" class="ng-star-inserted" heading="With DropdownMobile">…</tui-doc-example> from <div class="t-root-content">…</div> subtree intercepts pointer events
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
65 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
66 |
> 67 | await mobileCalendar.overlay.click();
| ^
68 |
69 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached();
70 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:67:46
|
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay:
projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts#L67
1) [chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-dropdown-mobile').locator('.t-filler')
- locator resolved to <div waintersectionobserver="" waintersectionthreshold="1" class="t-filler ng-tns-c3475129421-24 ng-star-inserted"></div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
- <tui-doc-example id="dropdown-mobile" _nghost-ng-c644840128="" class="ng-star-inserted" heading="With DropdownMobile">…</tui-doc-example> from <div class="t-root-content">…</div> subtree intercepts pointer events
- retrying click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
65 | await expect(page.locator('tui-dropdown-mobile')).toBeVisible();
66 |
> 67 | await mobileCalendar.overlay.click();
| ^
68 |
69 | await expect(page.locator('tui-dropdown-mobile')).not.toBeAttached();
70 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:67:46
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=l:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L126
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=l
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-01-input-date-l.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
124 | await documentationPage.prepareBeforeScreenshot();
125 |
> 126 | await expect(page).toHaveScreenshot(`02-01-input-date-${size}.png`);
| ^
127 |
128 | await page.keyboard.type('01.');
129 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:126:36
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 18.0s
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
118 passed (1.7m)
|
🎭 Playwright Run Summary
118 passed (1.8m)
|
🎭 Playwright Run Summary
119 passed (1.7m)
|
🎭 Playwright Run Summary
119 passed (1.8m)
|
🎭 Playwright Run Summary
118 passed (2.2m)
|
🎭 Playwright Run Summary
118 passed (2.0m)
|
🎭 Playwright Run Summary
118 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/kit/dropdown-hover/dropdown-hover.pw.spec.ts:56:17 › DropdownHover › Examples › With DropdownMobile › Closes dropdown on click on overlay
117 passed (1.7m)
|
🎭 Playwright Run Summary
118 passed (2.6m)
|
🎭 Playwright Run Summary
118 passed (2.3m)
|
🎭 Playwright Run Summary
118 passed (2.5m)
|
🎭 Playwright Run Summary
118 passed (2.3m)
|
🎭 Playwright Run Summary
118 passed (2.0m)
|
🎭 Playwright Run Summary
118 passed (2.1m)
|
🎭 Playwright Run Summary
9 skipped
110 passed (2.0m)
|
🎭 Playwright Run Summary
9 skipped
110 passed (1.7m)
|
🎭 Playwright Run Summary
44 skipped
74 passed (2.9m)
|
🎭 Playwright Run Summary
44 skipped
74 passed (3.4m)
|
🎭 Playwright Run Summary
118 passed (3.6m)
|
🎭 Playwright Run Summary
118 passed (4.0m)
|
🎭 Playwright Run Summary
118 passed (3.3m)
|
🎭 Playwright Run Summary
118 passed (3.7m)
|
🎭 Playwright Run Summary
118 passed (5.1m)
|
🎭 Playwright Run Summary
118 passed (4.6m)
|
🎭 Playwright Run Summary
118 passed (6.2m)
|
🎭 Playwright Run Summary
118 passed (7.2m)
|
🎭 Playwright Run Summary
14 skipped
104 passed (2.1m)
|
🎭 Playwright Run Summary
14 skipped
104 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:117:17 › InputDate › API › correct filler display for size=l
12 skipped
105 passed (3.1m)
|
🎭 Playwright Run Summary
12 skipped
106 passed (1.9m)
|
🎭 Playwright Run Summary
118 passed (9.0m)
|
🎭 Playwright Run Summary
118 passed (8.3m)
|
🎭 Playwright Run Summary
4 skipped
114 passed (2.7m)
|
🎭 Playwright Run Summary
4 skipped
114 passed (2.1m)
|
🎭 Playwright Run Summary
118 passed (3.7m)
|
🎭 Playwright Run Summary
118 passed (3.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46
|
130 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_1
|
376 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_2
|
491 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_3
|
1.45 MB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_4
|
664 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_5
|
1.08 MB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_6
|
762 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_7
|
452 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_8
|
490 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-Linux_9
|
515 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_1
|
292 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_2
|
382 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_3
|
1.35 MB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_4
|
606 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_5
|
1010 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_6
|
354 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_7
|
358 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_8
|
426 KB |
|
playwright-blob-artifacts--2113fc4e4a61910e40f2db4cb52ed6c4ed9d7b46-12768481901-10168-macOS_9
|
406 KB |
|