chore: update taiga-family/ci action to v1.104.0 #11023
Annotations
4 errors, 1 warning, and 2 notices
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L63
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:54:13 › MultiSelect › Examples › multi-select with data list without label
Error: expect(locator).toHaveScreenshot(expected)
93442 pixels (ratio 0.21 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/03-with-data-list-without-label-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--cc6d9-ith-data-list-without-label-chromium/03-with-data-list-without-label-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--cc6d9-ith-data-list-without-label-chromium/03-with-data-list-without-label-diff.png
Call log:
- expect.toHaveScreenshot(03-with-data-list__without-label.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 800px, received 576px by 692px. 104587 pixels (ratio 0.23 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 692px, received 576px by 800px. 44533 pixels (ratio 0.10 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 93442 pixels (ratio 0.21 of all image pixels) are different.
61 | await documentationPage.waitStableState();
62 |
> 63 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
64 | '03-with-data-list__without-label.png',
65 | );
66 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:63:48
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L63
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:54:13 › MultiSelect › Examples › multi-select with data list without label
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
93431 pixels (ratio 0.21 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/03-with-data-list-without-label-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--cc6d9-ith-data-list-without-label-chromium-retry1/03-with-data-list-without-label-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--cc6d9-ith-data-list-without-label-chromium-retry1/03-with-data-list-without-label-diff.png
Call log:
- expect.toHaveScreenshot(03-with-data-list__without-label.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 800px, received 576px by 692px. 36991 pixels (ratio 0.09 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- Expected an image 576px by 692px, received 576px by 800px. 112057 pixels (ratio 0.25 of all image pixels) are different.
- waiting 250ms before taking screenshot
- waiting for locator('tui-dropdown')
- locator resolved to <tui-dropdown data-appearance="" _nghost-ng-c452864359="" class="ng-tns-c452864359-45 ng-trigger ng-trigger-tuiDropdownAnimation ng-star-inserted">…</tui-dropdown>
- 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
- 93431 pixels (ratio 0.21 of all image pixels) are different.
61 | await documentationPage.waitStableState();
62 |
> 63 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
64 | '03-with-data-list__without-label.png',
65 | );
66 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:63:48
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
2) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Error: expect(page).toHaveScreenshot(expected)
12 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
Run screenshot tests on dist/demo/browser/main:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
2) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
12 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/multi-select/multi-select.pw.spec.ts-snapshots/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run screenshot tests on dist/demo/browser/main
2 flaky
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:54:13 › MultiSelect › Examples › multi-select with data list without label
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
107 passed (2.0m)
|
Run screenshot tests on dist/demo/browser
109 passed (1.8m)
|
Loading