Skip to content

fix(styles): emoji should be visible on safari #9452

fix(styles): emoji should be visible on safari

fix(styles): emoji should be visible on safari #9452

Triggered via pull request July 2, 2024 07:31
Status Failure
Total duration 29m 41s
Artifacts 2

e2e.yml

on: pull_request
Matrix: cypress
Matrix: playwright
E2E result
33s
E2E result
Fit to window
Zoom out
Zoom in

Annotations

39 errors, 10 warnings, and 8 notices
[chromium] › tests/kit/input-time/input-time.spec.ts:21:17 › InputTime › Examples › base: projects/demo-playwright/tests/kit/input-time/input-time.spec.ts#L36
1) [chromium] › tests/kit/input-time/input-time.spec.ts:21:17 › InputTime › Examples › base ────── Error: Screenshot comparison failed: 431 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-time/input-time.spec.ts-snapshots/01-input-time-base-1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-time-input-time-InputTime-Examples-base-chromium/01-input-time-base-1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-time-input-time-InputTime-Examples-base-chromium/01-input-time-base-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 431 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 431 pixels (ratio 0.01 of all image pixels) are different. 34 | 35 | await expect(inputTime.textfield).toBeFocused(); > 36 | await expect(page).toHaveScreenshot( | ^ 37 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 38 | ); 39 | } at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-time/input-time.spec.ts:36:40
[chromium] › tests/kit/input-time/input-time.spec.ts:21:17 › InputTime › Examples › base: projects/demo-playwright/tests/kit/input-time/input-time.spec.ts#L36
1) [chromium] › tests/kit/input-time/input-time.spec.ts:21:17 › InputTime › Examples › base ────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 431 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-time/input-time.spec.ts-snapshots/01-input-time-base-1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-time-input-time-InputTime-Examples-base-chromium-retry1/01-input-time-base-1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-time-input-time-InputTime-Examples-base-chromium-retry1/01-input-time-base-1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 431 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 431 pixels (ratio 0.01 of all image pixels) are different. 34 | 35 | await expect(inputTime.textfield).toBeFocused(); > 36 | await expect(page).toHaveScreenshot( | ^ 37 | `0${exampleIndex + 1}-input-time-${id}-${i + 1}.png`, 38 | ); 39 | } at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-time/input-time.spec.ts:36:40
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: submit: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
2) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: submit Error: Screenshot comparison failed: 497 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-submit-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-submit-chromium/06-update-on-submit-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-submit-chromium/06-update-on-submit-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 497 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 497 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: submit: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
2) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: submit Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 497 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-submit-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-submit-chromium-retry1/06-update-on-submit-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-submit-chromium-retry1/06-update-on-submit-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 497 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 497 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
3) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur Error: Screenshot comparison failed: 305 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-blur-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium/06-update-on-blur-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium/06-update-on-blur-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 305 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 305 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
3) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 305 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-blur-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium-retry1/06-update-on-blur-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-blur-chromium-retry1/06-update-on-blur-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 305 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 305 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
4) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change Error: Screenshot comparison failed: 588 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-change-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-change-chromium/06-update-on-change-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-change-chromium/06-update-on-change-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 588 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 588 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
[chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change: projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts#L132
4) [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 588 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/multi-select/multi-select.spec.ts-snapshots/06-update-on-change-1-initial-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-change-chromium-retry1/06-update-on-change-1-initial-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-multi-select-multi-select-MultiSelect-API-page-Form-changes-by-updateOn-updateOn-change-chromium-retry1/06-update-on-change-1-initial-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 588 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 588 pixels (ratio 0.01 of all image pixels) are different. 130 | await documentationPage.prepareApiPageBeforeScreenshot(); 131 | > 132 | await expect(apiPageExample).toHaveScreenshot( | ^ 133 | `06-update-on-${type}__1_initial.png`, 134 | ); 135 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/multi-select/multi-select.spec.ts:132:50
playwright / (4 of 4)
Process completed with exit code 1.
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /navigation/pagination: projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /navigation/pagination ──────────────────── Error: Screenshot comparison failed: 208 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/navigation-pagination/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-navigation-pagination-chromium/navigation-pagination/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-navigation-pagination-chromium/navigation-pagination/1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 208 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 208 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /navigation/pagination: projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /navigation/pagination ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 208 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/navigation-pagination/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-navigation-pagination-chromium-retry1/navigation-pagination/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-navigation-pagination-chromium-retry1/navigation-pagination/1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 208 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 208 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size S: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L48
2) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size S Error: Screenshot comparison failed: 171 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/02-textfield-size-s-set-day-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-S-chromium/02-textfield-size-s-set-day-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-S-chromium/02-textfield-size-s-set-day-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 171 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 171 pixels (ratio 0.01 of all image pixels) are different. 46 | 47 | await inputDateRange.textfield.type('01'); > 48 | await expect(inputDateRange.textfield).toHaveScreenshot( | ^ 49 | `02-textfield-size-${size}-set-day.png`, 50 | ); 51 | await expect(inputDateRange.calendarRange).toHaveScreenshot( at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:48:56
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size S: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L48
2) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size S Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 171 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/02-textfield-size-s-set-day-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-S-chromium-retry1/02-textfield-size-s-set-day-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-S-chromium-retry1/02-textfield-size-s-set-day-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 171 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 171 pixels (ratio 0.01 of all image pixels) are different. 46 | 47 | await inputDateRange.textfield.type('01'); > 48 | await expect(inputDateRange.textfield).toHaveScreenshot( | ^ 49 | `02-textfield-size-${size}-set-day.png`, 50 | ); 51 | await expect(inputDateRange.calendarRange).toHaveScreenshot( at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:48:56
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size M: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L48
3) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size M Error: Screenshot comparison failed: 171 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/02-textfield-size-m-set-day-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-M-chromium/02-textfield-size-m-set-day-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-M-chromium/02-textfield-size-m-set-day-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 171 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 171 pixels (ratio 0.01 of all image pixels) are different. 46 | 47 | await inputDateRange.textfield.type('01'); > 48 | await expect(inputDateRange.textfield).toHaveScreenshot( | ^ 49 | `02-textfield-size-${size}-set-day.png`, 50 | ); 51 | await expect(inputDateRange.calendarRange).toHaveScreenshot( at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:48:56
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size M: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L48
3) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size M Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 171 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/02-textfield-size-m-set-day-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-M-chromium-retry1/02-textfield-size-m-set-day-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-InputDateRange-API-correct-filler-display-for-size-M-chromium-retry1/02-textfield-size-m-set-day-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 171 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox') - locator resolved to <input tabindex="0" placeholder="" tuimaskaccessor="" a…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 171 pixels (ratio 0.01 of all image pixels) are different. 46 | 47 | await inputDateRange.textfield.type('01'); > 48 | await expect(inputDateRange.textfield).toHaveScreenshot( | ^ 49 | `02-textfield-size-${size}-set-day.png`, 50 | ); 51 | await expect(inputDateRange.calendarRange).toHaveScreenshot( at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:48:56
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:139:13 › InputDateRange › API › Select from [items] => select date range from calendar: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L159
4) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:139:13 › InputDateRange › API › Select from [items] => select date range from calendar Error: Screenshot comparison failed: 588 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/07-item-and-calendar-interactions-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-In-33f60-lect-from-items-select-date-range-from-calendar-chromium/07-item-and-calendar-interactions-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-In-33f60-lect-from-items-select-date-range-from-calendar-chromium/07-item-and-calendar-interactions-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 588 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 588 pixels (ratio 0.01 of all image pixels) are different. 157 | `21.09.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}25.09.2020`, 158 | ); > 159 | await expect(example).toHaveScreenshot( | ^ 160 | '07-item-and-calendar-interactions.png', 161 | ); 162 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:159:35
[chromium] › tests/kit/input-date-range/input-date-range.spec.ts:139:13 › InputDateRange › API › Select from [items] => select date range from calendar: projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts#L159
4) [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:139:13 › InputDateRange › API › Select from [items] => select date range from calendar Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 588 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-date-range/input-date-range.spec.ts-snapshots/07-item-and-calendar-interactions-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-In-33f60-lect-from-items-select-date-range-from-calendar-chromium-retry1/07-item-and-calendar-interactions-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-date-range-input-date-range-In-33f60-lect-from-items-select-date-range-from-calendar-chromium-retry1/07-item-and-calendar-interactions-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 588 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content') - locator resolved to <div id="demo-content" class="t-content" _ngcontent-t…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 588 pixels (ratio 0.01 of all image pixels) are different. 157 | `21.09.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}25.09.2020`, 158 | ); > 159 | await expect(example).toHaveScreenshot( | ^ 160 | '07-item-and-calendar-interactions.png', 161 | ); 162 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-date-range/input-date-range.spec.ts:159:35
playwright / (3 of 4)
Process completed with exit code 1.
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:22:13 › InputCardGrouped › API › set value and clear after: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L32
1) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:22:13 › InputCardGrouped › API › set value and clear after Error: Screenshot comparison failed: 1612 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/01-input-card-grouped-filled-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-API-set-value-and-clear-after-chromium/01-input-card-grouped-filled-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-API-set-value-and-clear-after-chromium/01-input-card-grouped-filled-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1612 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1612 pixels (ratio 0.03 of all image pixels) are different. 30 | await numberTextfield.pressSequentially(entryValue); 31 | await expect(numberTextfield).toHaveValue(entryValue); > 32 | await expect(numberTextfield).toHaveScreenshot( | ^ 33 | '01-input-card-grouped-filled.png', 34 | ); 35 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:32:43
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:22:13 › InputCardGrouped › API › set value and clear after: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L32
1) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:22:13 › InputCardGrouped › API › set value and clear after Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1612 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/01-input-card-grouped-filled-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-API-set-value-and-clear-after-chromium-retry1/01-input-card-grouped-filled-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-API-set-value-and-clear-after-chromium-retry1/01-input-card-grouped-filled-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#demo-content').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1612 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#demo-content').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1612 pixels (ratio 0.03 of all image pixels) are different. 30 | await numberTextfield.pressSequentially(entryValue); 31 | await expect(numberTextfield).toHaveValue(entryValue); > 32 | await expect(numberTextfield).toHaveScreenshot( | ^ 33 | '01-input-card-grouped-filled.png', 34 | ); 35 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:32:43
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:71:13 › InputCardGrouped › Examples › input card grouped with validation: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L87
2) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:71:13 › InputCardGrouped › Examples › input card grouped with validation Error: Screenshot comparison failed: 1231 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/06-input-card-with-value-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-Examples-input-card-grouped-with-validation-chromium/06-input-card-with-value-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-Examples-input-card-grouped-with-validation-chromium/06-input-card-with-value-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#validation [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1231 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#validation [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1231 pixels (ratio 0.02 of all image pixels) are different. 85 | await numberTextfield.pressSequentially(cardInfo.number); 86 | await expect(numberTextfield).toHaveValue(cardInfo.number); > 87 | await expect(numberTextfield).toHaveScreenshot( | ^ 88 | '06-input-card-with-value.png', 89 | ); 90 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:87:43
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:71:13 › InputCardGrouped › Examples › input card grouped with validation: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L87
2) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:71:13 › InputCardGrouped › Examples › input card grouped with validation Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1231 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/06-input-card-with-value-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-Examples-input-card-grouped-with-validation-chromium-retry1/06-input-card-with-value-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputCardGrouped-Examples-input-card-grouped-with-validation-chromium-retry1/06-input-card-with-value-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#validation [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1231 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#validation [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="0" translate="no" autocomp…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1231 pixels (ratio 0.02 of all image pixels) are different. 85 | await numberTextfield.pressSequentially(cardInfo.number); 86 | await expect(numberTextfield).toHaveValue(cardInfo.number); > 87 | await expect(numberTextfield).toHaveScreenshot( | ^ 88 | '06-input-card-with-value.png', 89 | ); 90 | at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:87:43
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:125:13 › InputCardGrouped › Examples › input card grouped with saved cards: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L131
3) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:125:13 › InputCardGrouped › Examples › input card grouped with saved cards Error: Screenshot comparison failed: 1156 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/13-default-prefilled-state-input-card-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputC-a0367-ed-Examples-input-card-grouped-with-saved-cards-chromium/13-default-prefilled-state-input-card-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputC-a0367-ed-Examples-input-card-grouped-with-saved-cards-chromium/13-default-prefilled-state-input-card-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#select [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="-1" translate="no" placeho…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1156 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#select [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="-1" translate="no" placeho…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1156 pixels (ratio 0.02 of all image pixels) are different. 129 | const cvc = '123'; 130 | > 131 | await expect(numberTextfield).toHaveScreenshot( | ^ 132 | '13-default-prefilled-state-input-card.png', 133 | ); 134 | await expect(numberTextfield).toHaveCSS('pointer-events', /none/); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:131:43
[chromium] › tests/addon-commerce/input-card-grouped.spec.ts:125:13 › InputCardGrouped › Examples › input card grouped with saved cards: projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts#L131
3) [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:125:13 › InputCardGrouped › Examples › input card grouped with saved cards Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1156 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-commerce/input-card-grouped.spec.ts-snapshots/13-default-prefilled-state-input-card-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputC-a0367-ed-Examples-input-card-grouped-with-saved-cards-chromium-retry1/13-default-prefilled-state-input-card-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-commerce-input-card-grouped-InputC-a0367-ed-Examples-input-card-grouped-with-saved-cards-chromium-retry1/13-default-prefilled-state-input-card-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#select [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="-1" translate="no" placeho…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1156 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#select [automation-id="tui-doc-example"]').locator('[automation-id="tui-input-card-grouped__card"]') - locator resolved to <input type="text" tabindex="-1" translate="no" placeho…/> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1156 pixels (ratio 0.02 of all image pixels) are different. 129 | const cvc = '123'; 130 | > 131 | await expect(numberTextfield).toHaveScreenshot( | ^ 132 | '13-default-prefilled-state-input-card.png', 133 | ); 134 | await expect(numberTextfield).toHaveCSS('pointer-events', /none/); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-commerce/input-card-grouped.spec.ts:131:43
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left: projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
4) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px Error: Screenshot comparison failed: 4060 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-left-and-width-1280-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-left-and-width-1280-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-left-and-width-1280-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1782 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - 2278 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 4060 pixels (ratio 0.01 of all image pixels) are different. 42 | page, 43 | ).prepareApiPageBeforeScreenshot(); > 44 | await expect(page).toHaveScreenshot( | ^ 45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`, 46 | ); 47 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left: projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
4) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4060 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-left-and-width-1280-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-left-and-width-1280-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-991d4-rection-is-bottom-left-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-left-and-width-1280-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1782 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - 2278 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 4060 pixels (ratio 0.01 of all image pixels) are different. 42 | page, 43 | ).prepareApiPageBeforeScreenshot(); > 44 | await expect(page).toHaveScreenshot( | ^ 45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`, 46 | ); 47 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right: projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
5) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px Error: Screenshot comparison failed: 4060 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-right-and-width-1280-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-right-and-width-1280-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium/02-hint-manual-direction-bottom-right-and-width-1280-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1782 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - 2278 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 4060 pixels (ratio 0.01 of all image pixels) are different. 42 | page, 43 | ).prepareApiPageBeforeScreenshot(); > 44 | await expect(page).toHaveScreenshot( | ^ 45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`, 46 | ); 47 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
[chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right: projects/demo-playwright/tests/core/hint/hint.spec.ts#L44
5) [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 4060 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.spec.ts-snapshots/02-hint-manual-direction-bottom-right-and-width-1280-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-right-and-width-1280-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint-TuiHint-Manual-hint-works-69437-ection-is-bottom-right-viewport-width-is-1280px-chromium-retry1/02-hint-manual-direction-bottom-right-and-width-1280-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - 1782 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - taking page screenshot - disabled all CSS animations - 2278 pixels (ratio 0.01 of all image pixels) are different. - waiting 250ms before taking screenshot - taking page screenshot - disabled all CSS animations - captured a stable screenshot - 4060 pixels (ratio 0.01 of all image pixels) are different. 42 | page, 43 | ).prepareApiPageBeforeScreenshot(); > 44 | await expect(page).toHaveScreenshot( | ^ 45 | `02-hint-manual-direction__${direction}-and-width__${width}.png`, 46 | ); 47 | }); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.spec.ts:44:40
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input: projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input ───────────────────────── Error: Screenshot comparison failed: 2826 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-chromium/components-input/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-chromium/components-input/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 2826 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 2826 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input: projects/demo-playwright/tests/demo/demo.spec.ts#L35
1) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input ───────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2826 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-chromium-retry1/components-input/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-chromium-retry1/components-input/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 2826 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 2826 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-card-grouped: projects/demo-playwright/tests/demo/demo.spec.ts#L35
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-card-grouped ──────────── Error: Screenshot comparison failed: 1156 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-card-grouped/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-card-grouped-chromium/components-input-card-grouped/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-card-grouped-chromium/components-input-card-grouped/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1156 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1156 pixels (ratio 0.02 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-card-grouped: projects/demo-playwright/tests/demo/demo.spec.ts#L35
2) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-card-grouped ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1156 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-card-grouped/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-card-grouped-chromium-retry1/components-input-card-grouped/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-card-grouped-chromium-retry1/components-input-card-grouped/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1156 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1156 pixels (ratio 0.02 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-count: projects/demo-playwright/tests/demo/demo.spec.ts#L35
3) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-count ─────────────────── Error: Screenshot comparison failed: 416 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-count/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-count-chromium/components-input-count/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-count-chromium/components-input-count/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 416 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 416 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-count: projects/demo-playwright/tests/demo/demo.spec.ts#L35
3) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-count ─────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 416 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-count/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-count-chromium-retry1/components-input-count/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-count-chromium-retry1/components-input-count/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 416 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 416 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-date: projects/demo-playwright/tests/demo/demo.spec.ts#L35
4) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-date ──────────────────── Error: Screenshot comparison failed: 1694 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-date/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-date-chromium/components-input-date/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-date-chromium/components-input-date/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1694 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1694 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-date: projects/demo-playwright/tests/demo/demo.spec.ts#L35
4) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-date ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 1694 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-date/2-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-date-chromium-retry1/components-input-date/2-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-date-chromium-retry1/components-input-date/2-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 1694 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').nth(1) - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 1694 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-password: projects/demo-playwright/tests/demo/demo.spec.ts#L35
5) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-password ──────────────── Error: Screenshot comparison failed: 610 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-password/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-password-chromium/components-input-password/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-password-chromium/components-input-password/1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 610 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 610 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
[chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-password: projects/demo-playwright/tests/demo/demo.spec.ts#L35
5) [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-password ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 610 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.spec.ts-snapshots/components-input-password/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-password-chromium-retry1/components-input-password/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo-Demo-components-input-password-chromium-retry1/components-input-password/1-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 610 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('tui-doc-example [automation-id="tui-doc-example"]').first() - locator resolved to <div _ngcontent-tui-demo-c345="" automation-id="tui-d…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 610 pixels (ratio 0.01 of all image pixels) are different. 33 | } 34 | > 35 | await expect(example).toHaveScreenshot([ | ^ 36 | path.replace('/', '').replace(/\//g, '-'), 37 | `${i + 1}.png`, 38 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.spec.ts:35:39
E2E result
Process completed with exit code 1.
Build demo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
playwright / (4 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
playwright / (3 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
playwright / (1 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
playwright / (2 of 4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deep
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
core
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
kit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/cache/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E result
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-e2e-artifacts--0e5ddb2789a6994cbdbe4a2a9284ed4d41c20687-9756794572-8003", "playwright-e2e-artifacts--0e5ddb2789a6994cbdbe4a2a9284ed4d41c20687-9756794572-8003". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
4 failed [chromium] › tests/kit/input-time/input-time.spec.ts:21:17 › InputTime › Examples › base ─────── [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: submit [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: blur [chromium] › tests/kit/multi-select/multi-select.spec.ts:123:21 › MultiSelect › API page › Form changes by updateOn › updateOn: change 88 passed (1.3m)
🎭 Playwright Run Summary
92 passed (1.4m)
🎭 Playwright Run Summary
4 failed [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /navigation/pagination ───────────────────── [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size S [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:31:17 › InputDateRange › API › correct filler display for size M [chromium] › tests/kit/input-date-range/input-date-range.spec.ts:139:13 › InputDateRange › API › Select from [items] => select date range from calendar 88 passed (1.4m)
🎭 Playwright Run Summary
92 passed (1.5m)
🎭 Playwright Run Summary
92 passed (1.3m)
🎭 Playwright Run Summary
15 failed [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:22:13 › InputCardGrouped › API › set value and clear after [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:71:13 › InputCardGrouped › Examples › input card grouped with validation [chromium] › tests/addon-commerce/input-card-grouped.spec.ts:125:13 › InputCardGrouped › Examples › input card grouped with saved cards [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-left, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom-right, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is bottom, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-bottom, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left-top, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is left, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right-bottom, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right-top, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is right, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top-left, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top-right, viewport width is 1280px [chromium] › tests/core/hint/hint.spec.ts:33:21 › TuiHint › Manual hint works › tuiHintDirection is top, viewport width is 1280px 77 passed (1.7m)
🎭 Playwright Run Summary
92 passed (1.7m)
🎭 Playwright Run Summary
11 failed [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input ────────────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-card-grouped ───────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-count ──────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-date ───────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-password ───────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-range ──────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-slider ─────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/input-time ───────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/primitive-textfield ──────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/textarea ─────────────────────── [chromium] › tests/demo/demo.spec.ts:10:13 › Demo › /components/combo-box ────────────────────── 81 passed (1.7m)

Artifacts

Produced during runtime
Name Size
cypress-e2e-artifacts--0e5ddb2789a6994cbdbe4a2a9284ed4d41c20687-9756794572-8003 Expired
17.8 MB
playwright-e2e-artifacts--0e5ddb2789a6994cbdbe4a2a9284ed4d41c20687-9756794572-8003 Expired
5.63 MB