Skip to content

feat(core): Dialog/Dropdown use CloseWatcher to close on Android native back button #11702

feat(core): Dialog/Dropdown use CloseWatcher to close on Android native back button

feat(core): Dialog/Dropdown use CloseWatcher to close on Android native back button #11702

Triggered via pull request February 8, 2025 08:25
Status Failure
Total duration 28m 8s
Artifacts 19

e2e.yml

on: pull_request
Cypress / Component Testing
4m 53s
Cypress / Component Testing
Matrix: playwright
E2E result
0s
E2E result
Playwright E2E Tests matrix result
0s
Playwright E2E Tests matrix result
Fit to window
Zoom out
Zoom in

Annotations

88 errors, 45 warnings, and 30 notices
[chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
[chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
[chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
Playwright / ubuntu-latest / 7 of 9
Process completed with exit code 1.
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
4) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Error: expect(locator).toHaveScreenshot(expected) 103823 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium/04-input-data-time-with-validator-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 103823 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 103823 pixels (ratio 0.18 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
[chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 103823 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium-retry1/04-input-data-time-with-validator-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium-retry1/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 103823 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 103823 pixels (ratio 0.18 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
[chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 103823 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium-retry2/04-input-data-time-with-validator-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-chromium-retry2/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 103823 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 103823 pixels (ratio 0.18 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
Playwright / ubuntu-latest / 8 of 9
Process completed with exit code 1.
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L39
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('.t-table .t-row:not(.t-row_header)').nth(2).locator('.t-cell_value tui-select').first() - locator resolved to <tui-select data-size="m" tuitextfieldsize="m" _nghost-ng-c2696943484="" tuidropdownlimitwidth="min" _ngcontent-ng-c3736721501="" class="ng-tns-c3736721501-14 ng-untouched ng-pristine ng-valid ng-star-inserted">…</tui-select> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events 2 × retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events 4 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms 37 | await expect(select).toBeVisible(); 38 | > 39 | await select.click(); |
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L39
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('.t-table .t-row:not(.t-row_header)').nth(2).locator('.t-cell_value tui-select').first() - locator resolved to <tui-select data-size="m" tuitextfieldsize="m" _nghost-ng-c2696943484="" tuidropdownlimitwidth="min" _ngcontent-ng-c3736721501="" class="ng-tns-c3736721501-14 ng-untouched ng-pristine ng-valid ng-star-inserted">…</tui-select> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events 2 × retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events 4 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms 37 | await expect(select).
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L39
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.click: Timeout 10000ms exceeded. Call log: - waiting for locator('.t-table .t-row:not(.t-row_header)').nth(2).locator('.t-cell_value tui-select').first() - locator resolved to <tui-select data-size="m" tuitextfieldsize="m" _nghost-ng-c2696943484="" tuidropdownlimitwidth="min" _ngcontent-ng-c3736721501="" class="ng-tns-c3736721501-14 ng-untouched ng-pristine ng-valid ng-star-inserted">…</tui-select> - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 20ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events 2 × retrying click action - waiting 100ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events 4 × retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <div class="t-content" _ngcontent-ng-c2476019924="">…</div> from <tui-doc-demo _nghost-ng-c2476019924="" class="_sticky ng-star-inserted">…</tui-doc-demo> subtree intercepts pointer events - retrying click action - waiting 500ms - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - <span _ngcontent-ng-c4024285666="" class="t-content ng-star-inserted">…</span> from <tui-dropdowns>…</tui-dropdowns> subtree intercepts pointer events - retrying click action - waiting 500ms 37 | await expect(select).
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
4) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Error: expect(locator).toHaveScreenshot(expected) 5335 pixels (ratio 0.09 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium/input-number-with-disabled-step-up-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
[chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 5335 pixels (ratio 0.09 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium-retry1/input-number-with-disabled-step-up-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium-retry1/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
[chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 5335 pixels (ratio 0.09 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium-retry2/input-number-with-disabled-step-up-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-chromium-retry2/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5335 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
Playwright / ubuntu-latest / 6 of 9
Process completed with exit code 1.
[chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Error: expect(page).toHaveScreenshot(expected) 22610 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium/02-input-time-dropdown-2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 22610 pixels (ratio 0.04 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 - 22610 pixels (ratio 0.04 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 22610 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium-retry1/02-input-time-dropdown-2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium-retry1/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 22610 pixels (ratio 0.04 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 - 22610 pixels (ratio 0.04 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 22610 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium-retry2/02-input-time-dropdown-2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-chromium-retry2/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 22610 pixels (ratio 0.04 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 - 22610 pixels (ratio 0.04 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Error: expect(page).toHaveScreenshot(expected) 113964 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium/04-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 113964 pixels (ratio 0.06 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 - 113964 pixels (ratio 0.06 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 113964 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium-retry1/04-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium-retry1/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 113964 pixels (ratio 0.06 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 - 113964 pixels (ratio 0.06 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 113964 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium-retry2/04-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-chromium-retry2/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 113964 pixels (ratio 0.06 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 - 113964 pixels (ratio 0.06 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Error: expect(page).toHaveScreenshot(expected) 114315 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium/06-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 114315 pixels (ratio 0.06 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 - 114315 pixels (ratio 0.06 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 114315 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium-retry1/06-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium-retry1/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 114315 pixels (ratio 0.06 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 - 114315 pixels (ratio 0.06 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 114315 pixels (ratio 0.06 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium-retry2/06-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-chromium-retry2/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 114315 pixels (ratio 0.06 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 - 114315 pixels (ratio 0.06 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L70
4) [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min Error: expect(page).toHaveScreenshot(expected) 81380 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/08-input-year-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-7c81a-ur-can-not-be-less-than-min-chromium/08-input-year-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-7c81a-ur-can-not-be-less-than-min-chromium/08-input-year-diff.png Call log: - expect.toHaveScreenshot(08-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 81380 pixels (ratio 0.04 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 - 81380 pixels (ratio 0.04 of all image pixels) are different. 68 | await input.blur(); 69 | > 70 | await expect(page).toHaveScreenshot('08-input-year.png'); | ^ 71 | }); 72 | }); 73 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:70:32
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
4) [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
1) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
2) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
3) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range: projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L45
4) [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range TimeoutError: locator.focus: Timeout 10000ms exceeded. Call log: - waiting for locator('[automation-id="tui-data-list-wrapper__option"]').nth(1) 43 | 44 | for (const [index, option] of options.entries()) { > 45 | await option.focus(); | ^ 46 | await page.keyboard.down('Enter'); 47 | await api.focusOnBody(); 48 | await api.hideNotifications(); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:45:34
[webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Error: expect(locator).toHaveScreenshot(expected) 5113 pixels (ratio 0.09 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit/input-number-with-disabled-step-up-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
[webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 5113 pixels (ratio 0.09 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit-retry1/input-number-with-disabled-step-up-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit-retry1/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
[webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps: projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts#L328
1) [webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 5113 pixels (ratio 0.09 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-number/input-number.pw.spec.ts-snapshots/input-number-with-disabled-step-up-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit-retry2/input-number-with-disabled-step-up-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-number-inp-2a293-annot-be-violated-via-steps-webkit-retry2/input-number-with-disabled-step-up-diff.png Call log: - expect.toHaveScreenshot(input-number-with-disabled-step-up.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-textfield:has([tuiInputNumber])') - locator resolved to <tui-textfield tuiicons="" data-size="l" class="_with-label ng-star-inserted">…</tui-textfield> - 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 - 5113 pixels (ratio 0.09 of all image pixels) are different. 326 | 327 | await expect(inputNumber.textfield).toHaveValue('10'); > 328 | await expect(inputNumber.host).toHaveScreenshot( | ^ 329 | 'input-number-with-disabled-step-up.png', 330 | ); 331 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:328:52
[webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click: projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
2) [webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click Error: expect(page).toHaveScreenshot(expected) 323 pixels (ratio 0.01 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-diff.png Call log: - expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 323 pixels (ratio 0.01 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 - 323 pixels (ratio 0.01 of all image pixels) are different. 30 | await inputPhoneInternational.select.click(); 31 | > 32 | await expect(page).toHaveScreenshot( | ^ 33 | 'input-phone-international-with-mobile-dropdown.png', 34 | ); 35 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
Playwright / macos-latest / 6 of 9
Process completed with exit code 1.
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
[webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist: projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L238
1) [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toBeAttached() Locator: locator('tui-dropdown,tui-dropdown-mobile') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for locator('tui-dropdown,tui-dropdown-mobile') 9 × locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-26 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown> - unexpected value "attached" 236 | await textfield.blur(); 237 | > 238 | await expect(dropdown).not.toBeAttached(); | ^ 239 | 240 | await textfield.focus(); 241 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:238:40
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:92:13 › InputDateRange › API › Maximum month less than current month: projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L99
2) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:92:13 › InputDateRange › API › Maximum month less than current month Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Locator: locator('tui-calendar-range, tui-mobile-calendar') Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(05-calendar-maximum-month.png) with timeout 5000ms - generating new stable screenshot expectation - waiting for locator('tui-calendar-range, tui-mobile-calendar') - locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range> - 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 - Timeout 5000ms exceeded. 97 | '05-textfield-maximum-month.png', 98 | ); > 99 | await expect(inputDateRange.calendar).toHaveScreenshot( | ^ 100 | '05-calendar-maximum-month.png', 101 | ); 102 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:99:51
[webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty: projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L120
3) [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Locator: locator('tui-calendar-range, tui-mobile-calendar') Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(06-calendar-maximum-month-with-items.png) with timeout 5000ms - generating new stable screenshot expectation - waiting for locator('tui-calendar-range, tui-mobile-calendar') - locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3997311668="" _ngcontent-ng-c325314227="">…</tui-calendar-range> - taking element screenshot - disabled all CSS animations - waiting for fonts to load... - Timeout 5000ms exceeded. 118 | '06-textfield-maximum-month-with-items.png', 119 | ); > 120 | await expect(inputDateRange.calendar).toHaveScreenshot( | ^ 121 | '06-calendar-maximum-month-with-items.png', 122 | ); 123 | }); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:120:51
Playwright / macos-latest / 7 of 9
Process completed with exit code 1.
[webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Error: expect(locator).toHaveScreenshot(expected) 88421 pixels (ratio 0.15 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit/04-input-data-time-with-validator-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 88421 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 88421 pixels (ratio 0.15 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
[webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 88421 pixels (ratio 0.15 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit-retry1/04-input-data-time-with-validator-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit-retry1/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 88421 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 88421 pixels (ratio 0.15 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
[webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error: projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts#L334
1) [webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) 88421 pixels (ratio 0.15 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date-time/input-date-time.pw.spec.ts-snapshots/04-input-data-time-with-validator-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit-retry2/04-input-data-time-with-validator-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-date-ti-491f0-lete-date---validator-error-webkit-retry2/04-input-data-time-with-validator-diff.png Call log: - expect.toHaveScreenshot(04-input-data-time-with-validator.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - 88421 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#with-validator [automation-id="tui-doc-example"]') - locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div> - taking element screenshot - waiting for fonts to load... - fonts loaded - attempting scroll into view action - waiting for element to be stable - captured a stable screenshot - 88421 pixels (ratio 0.15 of all image pixels) are different. 332 | 333 | // allow animations to capture tui-error validation message on screenshot > 334 | await expect(example).toHaveScreenshot( | ^ 335 | '04-input-data-time-with-validator.png', 336 | {animations: 'allow'}, 337 | ); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:334:35
Playwright / macos-latest / 8 of 9
Process completed with exit code 1.
[webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Error: expect(page).toHaveScreenshot(expected) 18731 pixels (ratio 0.03 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit/02-input-time-dropdown-2-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 18731 pixels (ratio 0.03 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 - 18731 pixels (ratio 0.03 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 18731 pixels (ratio 0.03 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit-retry1/02-input-time-dropdown-2-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit-retry1/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 18731 pixels (ratio 0.03 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 - 18731 pixels (ratio 0.03 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown: projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts#L38
1) [webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 18731 pixels (ratio 0.03 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-time/input-time.pw.spec.ts-snapshots/02-input-time-dropdown-2-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit-retry2/02-input-time-dropdown-2-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-time-in-da817-InputTime-Examples-dropdown-webkit-retry2/02-input-time-dropdown-2-diff.png Call log: - expect.toHaveScreenshot(02-input-time-dropdown-2.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 18731 pixels (ratio 0.03 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 - 18731 pixels (ratio 0.03 of all image pixels) are different. 36 | 37 | await expect(inputTime.textfield).toBeFocused(); > 38 | await expect(page).toHaveScreenshot( | ^ 39 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 40 | ); 41 | } at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:38:40
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Error: expect(page).toHaveScreenshot(expected) 99303 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit/04-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 99303 pixels (ratio 0.05 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 - 99303 pixels (ratio 0.05 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 99303 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit-retry1/04-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit-retry1/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 99303 pixels (ratio 0.05 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 - 99303 pixels (ratio 0.05 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L39
2) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 99303 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/04-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit-retry2/04-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-e6969-rect-year-entry-0000-blur-0-webkit-retry2/04-input-year-diff.png Call log: - expect.toHaveScreenshot(04-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 99303 pixels (ratio 0.05 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 - 99303 pixels (ratio 0.05 of all image pixels) are different. 37 | await input.blur(); 38 | > 39 | await expect(page).toHaveScreenshot('04-input-year.png'); | ^ 40 | }); 41 | 42 | test('0040 => blur => 40', async ({page}) => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:39:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Error: expect(page).toHaveScreenshot(expected) 100606 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit/06-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 100606 pixels (ratio 0.05 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 - 100606 pixels (ratio 0.05 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 100606 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit-retry1/06-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit-retry1/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 100606 pixels (ratio 0.05 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 - 100606 pixels (ratio 0.05 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L49
3) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(page).toHaveScreenshot(expected) 100606 pixels (ratio 0.05 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/06-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit-retry2/06-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-c4c1b-ect-year-entry-0040-blur-40-webkit-retry2/06-input-year-diff.png Call log: - expect.toHaveScreenshot(06-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 100606 pixels (ratio 0.05 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 - 100606 pixels (ratio 0.05 of all image pixels) are different. 47 | await input.blur(); 48 | > 49 | await expect(page).toHaveScreenshot('06-input-year.png'); | ^ 50 | }); 51 | }); 52 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:49:32
[webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min: projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L70
4) [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min Error: expect(page).toHaveScreenshot(expected) 75928 pixels (ratio 0.04 of all image pixels) are different. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-year/input-year.pw.spec.ts-snapshots/08-input-year-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-7c81a-ur-can-not-be-less-than-min-webkit/08-input-year-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-input-year-in-7c81a-ur-can-not-be-less-than-min-webkit/08-input-year-diff.png Call log: - expect.toHaveScreenshot(08-input-year.png) with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 75928 pixels (ratio 0.04 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 - 75928 pixels (ratio 0.04 of all image pixels) are different. 68 | await input.blur(); 69 | > 70 | await expect(page).toHaveScreenshot('08-input-year.png'); | ^ 71 | }); 72 | }); 73 | at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:70:32
Playwright E2E Tests matrix result
Process completed with exit code 1.
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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date. To reinstall 1.6.45, 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 Run Summary
1 failed [chromium] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist 119 passed (2.3m)
🎭 Playwright Run Summary
121 passed (1.6m)
🎭 Playwright Run Summary
121 passed (1.9m)
🎭 Playwright Run Summary
4 failed [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card 117 passed (3.8m)
🎭 Playwright Run Summary
1 failed [chromium] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error 119 passed (1.9m)
🎭 Playwright Run Summary
120 passed (2.0m)
🎭 Playwright Run Summary
4 failed [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-range [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/calendar-month [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/thumbnail-card 43 skipped 74 passed (4.5m)
🎭 Playwright Run Summary
120 passed (2.1m)
🎭 Playwright Run Summary
1 failed [chromium] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps 119 passed (1.8m)
🎭 Playwright Run Summary
121 passed (2.6m)
🎭 Playwright Run Summary
121 passed (2.4m)
🎭 Playwright Run Summary
4 failed [chromium] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 [chromium] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min 116 passed (2.3m)
🎭 Playwright Run Summary
120 passed (2.1m)
🎭 Playwright Run Summary
10 skipped 111 passed (1.7m)
🎭 Playwright Run Summary
10 skipped 111 passed (2.0m)
🎭 Playwright Run Summary
121 passed (3.5m)
🎭 Playwright Run Summary
121 passed (3.9m)
🎭 Playwright Run Summary
121 passed (3.3m)
🎭 Playwright Run Summary
121 passed (3.6m)
🎭 Playwright Run Summary
22 failed [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-time [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-month [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-month-range [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /legacy/input-number [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-phone [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-slider [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-tag [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-time [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-year [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/primitive-textfield [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/textarea [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/combo-box [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/multi-select [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/select [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/tag [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/bar-set [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/line-chart [chromium] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/line-days-chart 99 passed (9.9m)
🎭 Playwright Run Summary
121 passed (5.1m)
🎭 Playwright Run Summary
121 passed (4.1m)
🎭 Playwright Run Summary
22 failed [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-multi [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-range [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-date-time [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-month [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-month-range [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /legacy/input-number [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-phone [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-slider [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-tag [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-time [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/input-year [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/primitive-textfield [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/textarea [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/combo-box [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/multi-select [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/select [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /components/tag [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/bar-set [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/line-chart [webkit] › projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/line-days-chart 99 passed (12.1m)
🎭 Playwright Run Summary
1 failed [webkit] › projects/demo-playwright/tests/kit/input-number/input-number.pw.spec.ts:311:21 › InputNumber › API › [step] prop › [min=0] & [max=0] & [step]=4 › Maximum limit cannot be violated via steps 1 flaky [webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click 17 skipped 101 passed (1.9m)
🎭 Playwright Run Summary
17 skipped 103 passed (2.1m)
🎭 Playwright Run Summary
1 failed [webkit] › projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:225:13 › Input › ArrowUp/ArrowDown keyboard navigation › textfield with datalist 2 flaky [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:92:13 › InputDateRange › API › Maximum month less than current month [webkit] › projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:113:13 › InputDateRange › API › Maximum month when items not empty 9 skipped 108 passed (3.6m)
🎭 Playwright Run Summary
120 passed (2.7m)
🎭 Playwright Run Summary
1 failed [webkit] › projects/demo-playwright/tests/legacy/input-date-time/input-date-time.pw.spec.ts:323:13 › InputDateTime › Examples › With validator: enter incomplete date -> validator error 119 passed (2.2m)
🎭 Playwright Run Summary
4 skipped 116 passed (3.1m)
🎭 Playwright Run Summary
4 failed [webkit] › projects/demo-playwright/tests/legacy/input-time/input-time.pw.spec.ts:23:17 › InputTime › Examples › dropdown [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:32:13 › InputYear › Does not allow incorrect year entry › 0000 => blur => 0 [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:42:13 › InputYear › Does not allow incorrect year entry › 0040 => blur => 40 [webkit] › projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:63:13 › InputYear › Value validation on blur › can not be less than min 4 skipped 112 passed (2.6m)

Artifacts

Produced during runtime
Name Size
cy_baseline_d56e4c01406872860d83afe9000c5163db942daa Expired
150 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_1 Expired
399 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_4 Expired
697 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_5 Expired
1.08 MB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_6 Expired
873 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_8 Expired
1.9 MB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_9 Expired
3.86 MB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_1 Expired
301 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_4 Expired
639 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_5 Expired
985 KB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_6 Expired
1.55 MB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_8 Expired
1.45 MB
playwright-blob-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_9 Expired
3.54 MB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_6 Expired
14.5 KB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_8 Expired
147 KB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-Linux_9 Expired
407 KB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_6 Expired
15.6 KB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_8 Expired
148 KB
playwright-snapshots-artifacts--d56e4c01406872860d83afe9000c5163db942daa-13213931428-10300-macOS_9 Expired
398 KB