Skip to content

refactor(kit): Range uses signal inputs #16421

refactor(kit): Range uses signal inputs

refactor(kit): Range uses signal inputs #16421

Triggered via pull request October 15, 2025 20:30
Status Success
Total duration 17m 2s
Artifacts 12

e2e.yml

on: pull_request
Cypress / Component Testing
8m 48s
Cypress / Component Testing
Matrix: playwright
performance-stress  /  ...  /  Performance Stress
9m 28s
performance-stress / Playwright / Performance Stress
E2E result
51s
E2E result
Playwright E2E Tests matrix result
2s
Playwright E2E Tests matrix result
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 1 warning, and 30 notices
[chromium] › projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:104:9 › LineClamp › do not close after click in hint area: projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts#L118
1) [chromium] › projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:104:9 › LineClamp › do not close after click in hint area TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('tui-popups .hint') 116 | await expect.soft(example).toHaveScreenshot('06-1-line-clamp-basic.png'); 117 | > 118 | await hintElement.click(); | ^ 119 | await hintElement.selectText(); 120 | await expect(hintElement).toBeInViewport(); 121 | await page.keyboard.press(`${CMD}+KeyC`); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:118:27
[chromium] › projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:104:9 › LineClamp › do not close after click in hint area: projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts#L116
1) [chromium] › projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:104:9 › LineClamp › do not close after click in hint area Error: expect(locator).toHaveScreenshot(expected) failed Locator: locator('#basic [automation-id="tui-doc-example"]') 134614 pixels (ratio 0.24 of all image pixels) are different. Snapshot: 06-1-line-clamp-basic.png Call log: - Expect "soft toHaveScreenshot(06-1-line-clamp-basic.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#basic [automation-id="tui-doc-example"]') - locator resolved to <section class="t-demo" _ngcontent-ng-c1120723968="" automation-id="tui-doc-example">…</section> - 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 - 134614 pixels (ratio 0.24 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#basic [automation-id="tui-doc-example"]') - locator resolved to <section class="t-demo" _ngcontent-ng-c1120723968="" automation-id="tui-doc-example">…</section> - 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 - 134614 pixels (ratio 0.24 of all image pixels) are different. 114 | 115 | await expect(hintElement).toBeInViewport(); > 116 | await expect.soft(example).toHaveScreenshot('06-1-line-clamp-basic.png'); | ^ 117 | 118 | await hintElement.click(); 119 | await hintElement.selectText(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:116:36
Unable to comment on PR
Unable to comment on your PR — this can happen for PR's originating from a fork without write permissions. You can copy the test results directly into a comment using the markdown summary below: <!-- playwright-report-github-action -- ⚙️ E2E testing --> ### Playwright test results ![passed](https://icongr.am/octicons/check-circle.svg?size=14&color=3fb950)  **1236 passed** ![flaky](https://icongr.am/octicons/alert.svg?size=14&color=d29922)  **1 flaky** ![skipped](https://icongr.am/octicons/skip.svg?size=14&color=0967d9)  **39 skipped** #### Details ![stats](https://icongr.am/octicons/pulse.svg?size=14&color=abb4bf)  1276 tests across 86 suites ![duration](https://icongr.am/octicons/clock.svg?size=14&color=abb4bf)  7 minutes, 1 second ![commit](https://icongr.am/octicons/git-pull-request.svg?size=14&color=abb4bf)  [eca63e2](https://github.com/taiga-family/taiga-ui/commit/eca63e2f5706c7eed98466d9d8b4a3f596102c75) <details ><summary><strong>Flaky tests</strong></summary> chromium › tests/kit/line-clamp/line-clamp.pw.spec.ts › LineClamp › do not close after click in hint area </details> <details ><summary><strong>Skipped tests</strong></summary> chromium › tests/addon-doc/navigation.pw.spec.ts › Navigation › anchor links navigation works › scroll to "tui-doc-example" chromium › tests/core/dropdown/dropdown.pw.spec.ts › Dropdown › Esc -> Hosted Dropdown chromium › tests/demo/source-code-link.pw.spec.ts › Source code button › /variables chromium › tests/demo/source-code-link.pw.spec.ts › Source code button › /appearances chromium › tests/demo/source-code-link.pw.spec.ts › Source code button › /portals chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputCard › update on change chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputCard › update on blur chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputCard › update on submit chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputInline › update on change chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputInline › update on blur chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputInline › update on submit chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputPin › update on change chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputPin › update on blur chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputPin › update on submit chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputFiles › update on change chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputFiles › update on blur chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › InputFiles › update on submit chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › Textfield › update on change chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › Textfield › update on blur chromium › tests/inputs/update-on.pw.spec.ts › Inputs - updateOn › Textfield › update on submit chromium › tests/kit/input-number/input-number.pw.spec.ts › InputNumber › API › [prefix] & [postfix] props › non-erasable minus (as [prefix]) for [max] <= 0 › forbids to enter more minuses chromium › tests/legacy/combo-box/combobox.pw.spec.ts › ComboBox chromium › tests/legacy/input/input.pw.spec.ts › Input chromium › tests/legacy/input-date/input-date-mobile.pw.spec.ts › InputDate and mobile user agent chromium › tests/legacy/input-date/input-date.pw.spec.ts › InputDate chromium › tests/legacy/input-date-range/input-date-range.pw.spec.ts › InputDateRange chromium › tests/legacy/input-date-time/input-date-time.pw.spec.ts › InputDateTime chromium › tests/legacy/input-month/input-month.pw.spec.ts › InputMonth chromium › tests/legacy/input-month-range/input-month-range.pw.spec.ts › InputMonthRange chromium › tests/legacy/input-number/input-number.pw.spec.ts › InputNumber chromium › tests/legacy/input-phone/input-phone.pw.spec.ts › InputPhone ch
🎭 Playwright Run Summary
142 passed (1.4m)
🎭 Playwright Run Summary
142 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 141 passed (1.6m)
🎭 Playwright Run Summary
1 skipped 141 passed (1.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › projects/demo-playwright/tests/kit/line-clamp/line-clamp.pw.spec.ts:104:9 › LineClamp › do not close after click in hint area 140 passed (1.8m)
🎭 Playwright Run Summary
141 passed (1.6m)
🎭 Playwright Run Summary
18 skipped 124 passed (1.8m)
🎭 Playwright Run Summary
18 skipped 124 passed (2.0m)
🎭 Playwright Run Summary
1 skipped 141 passed (1.9m)
🎭 Playwright Run Summary
1 skipped 141 passed (2.1m)
🎭 Playwright Run Summary
18 skipped 123 passed (2.0m)
🎭 Playwright Run Summary
18 skipped 123 passed (2.2m)
🎭 Playwright Run Summary
1 skipped 141 passed (1.7m)
🎭 Playwright Run Summary
1 skipped 141 passed (1.8m)
🎭 Playwright Run Summary
13 passed (30.5s)
🎭 Playwright Run Summary
13 passed (30.1s)
🎭 Playwright Run Summary
13 passed (30.2s)
🎭 Playwright Run Summary
13 passed (30.4s)
🎭 Playwright Run Summary
13 passed (31.0s)
🎭 Playwright Run Summary
13 passed (31.2s)
🎭 Playwright Run Summary
13 passed (31.5s)
🎭 Playwright Run Summary
13 passed (31.3s)
🎭 Playwright Run Summary
13 passed (30.7s)
🎭 Playwright Run Summary
13 passed (30.5s)
🎭 Playwright Run Summary
13 passed (30.5s)
🎭 Playwright Run Summary
13 passed (35.4s)
🎭 Playwright Run Summary
142 passed (3.5m)
🎭 Playwright Run Summary
142 passed (4.5m)
🎭 Playwright Run Summary
142 passed (3.1m)
🎭 Playwright Run Summary
142 passed (4.1m)

Artifacts

Produced during runtime
Name Size Digest
cy_baseline_eca63e2f5706c7eed98466d9d8b4a3f596102c75
1.11 MB
sha256:dccf97a108e98f0d2a16d1dcb4ed2a8f6d124d6d03b89ea77a66029835f03eba
demo-dist-24f54760d29d62ce4b18dca4b46ca562a50c2f68
103 MB
sha256:595093ad9cc02040b0044eed5defa9cff27e220e776c2011f6da68bb96f7db15
performance-stress-artifacts_24f54760d29d62ce4b18dca4b46ca562a50c2f68
270 KB
sha256:1ebb3f600dd45b81f36db3e40b70db4adb1025cb008d24c58ecc7fc3523323e4
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_1
383 KB
sha256:73da992da20aaba77bed9d6af612c51ce0198e7e14c67aa8d730ed45d4826a96
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_2
429 KB
sha256:d3be15231821018906149062fc894725576f3fdc4b1aeda88b83e655dda4f534
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_3
443 KB
sha256:78f5448af49e7d32810955ba9b829e0543aebb8eade0a5539bdd493916fe4d7e
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_4
841 KB
sha256:bc0685d5e5e79ce91a73cc6035bca9bb5eeae6eb58131bf6ef92cb06a2baee53
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_5
879 KB
sha256:abe6f7260463d01c1d1fe4493108c8f704b81a85697a2fafbb8ed2f72a808a03
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_6
410 KB
sha256:b1076e10d86bf7f7636e8432071801c9deaad275a423c1443b5582d953e1efe9
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_7
436 KB
sha256:295dc753f7f99edb516ae9cc7cad46df2c5819bcf650450f96ce3f2522626550
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_8
1.3 MB
sha256:06764fed7c1a229f8300fc48f5331df88e316cb4a6a5115571da5ff8590b0f27
playwright-blob-artifacts--eca63e2f5706c7eed98466d9d8b4a3f596102c75-18541802265-12221-Linux_9
557 KB
sha256:a2cbf62063d5988f6350119a5921b2686f5d578c9d97e5fa131037b656ebf86c