chore(demo): use new version of InputNumber
for documentation page Currency
#11339
e2e.yml
on: pull_request
Build demo
4m 24s
Cypress / Component Testing
4m 47s
Matrix: playwright
E2E result
1m 18s
Playwright E2E Tests matrix result
0s
Annotations
4 errors, 58 warnings, and 36 notices
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L230
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(11-input-date.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar')
- locator resolved to <tui-calendar class="ng-star-inserted" _nghost-ng-c3861074570="" _ngcontent-ng-c2818982625="" automation-id="tui-input-date__calendar">…</tui-calendar>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
228 | await inputDate.textfield.click();
229 |
> 230 | await expect(inputDate.calendar).toHaveScreenshot('11-input-date.png');
| ^
231 | });
232 |
233 | test('Press backspace to remove `Until today`, textfield is empty', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:230:46
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:248:13 › InputDate › API › Enter item date:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L252
2) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:248:13 › InputDate › API › Enter item date, it converts to item name
TimeoutError: locator.fill: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-date').getByRole('textbox')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c1557642256="" id="tui_interactive_491601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- fill("31.12.9998")
- attempting fill action
- waiting for element to be visible, enabled and editable
250 |
251 | await inputDate.textfield.focus();
> 252 | await inputDate.textfield.fill('31.12.9998');
| ^
253 |
254 | await expect(inputDate.textfield).toHaveValue('Until today');
255 | await expect(inputDate.textfield).toHaveScreenshot('13-input-date.png');
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:252:39
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L58
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/01-textfield-size-s-empty-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(01-textfield-size-s-empty.png) with timeout 5000ms
- verifying given 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-c1557642256="" 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.
56 | await inputDateRange.textfield.click();
57 |
> 58 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
59 | `01-textfield-size-${size}-empty.png`,
60 | );
61 | 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:58:56
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L61
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-range/input-date-range.pw.spec.ts-snapshots/01-calendar-size-m-empty-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(01-calendar-size-m-empty.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3948775841="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
59 | `01-textfield-size-${size}-empty.png`,
60 | );
> 61 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
62 | `01-calendar-size-${size}-empty.png`,
63 | );
64 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:61:55
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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
|
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 / 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 / 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 / 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 / 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 / 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 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
|
Cypress / Component Testing
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 (11.7m)
|
🎭 Playwright Run Summary
118 passed (10.1m)
|
🎭 Playwright Run Summary
9 skipped
110 passed (1.9m)
|
🎭 Playwright Run Summary
9 skipped
110 passed (1.9m)
|
🎭 Playwright Run Summary
44 skipped
74 passed (2.2m)
|
🎭 Playwright Run Summary
44 skipped
74 passed (2.4m)
|
🎭 Playwright Run Summary
118 passed (4.5m)
|
🎭 Playwright Run Summary
118 passed (3.8m)
|
🎭 Playwright Run Summary
14 skipped
104 passed (2.3m)
|
🎭 Playwright Run Summary
14 skipped
104 passed (2.9m)
|
🎭 Playwright Run Summary
118 passed (5.6m)
|
🎭 Playwright Run Summary
118 passed (4.5m)
|
🎭 Playwright Run Summary
119 passed (1.7m)
|
🎭 Playwright Run Summary
119 passed (1.8m)
|
🎭 Playwright Run Summary
4 skipped
114 passed (2.0m)
|
🎭 Playwright Run Summary
4 skipped
114 passed (1.8m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:220:13 › InputDate › API › Click `Until today`, calendar not switched to large date
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:248:13 › InputDate › API › Enter item date, it converts to item name
12 skipped
104 passed (3.0m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size S
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size M
12 skipped
104 passed (2.8m)
|
🎭 Playwright Run Summary
118 passed (6.1m)
|
🎭 Playwright Run Summary
118 passed (7.2m)
|
🎭 Playwright Run Summary
118 passed (2.6m)
|
🎭 Playwright Run Summary
118 passed (2.3m)
|
🎭 Playwright Run Summary
118 passed (3.1m)
|
🎭 Playwright Run Summary
118 passed (2.4m)
|
🎭 Playwright Run Summary
118 passed (3.5m)
|
🎭 Playwright Run Summary
118 passed (4.0m)
|
🎭 Playwright Run Summary
118 passed (2.2m)
|
🎭 Playwright Run Summary
118 passed (2.0m)
|
🎭 Playwright Run Summary
118 passed (1.8m)
|
🎭 Playwright Run Summary
118 passed (1.7m)
|
🎭 Playwright Run Summary
118 passed (2.6m)
|
🎭 Playwright Run Summary
118 passed (2.3m)
|
🎭 Playwright Run Summary
118 passed (1.9m)
|
🎭 Playwright Run Summary
118 passed (2.1m)
|
🎭 Playwright Run Summary
118 passed (1.7m)
|
🎭 Playwright Run Summary
118 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_59d125a347dd20f20343b587aaf994fe8c378437
Expired
|
130 KB |
|