chore: update taiga-family/ci action to v1.104.0 #11023
e2e.yml
on: pull_request
Build demo
59s
Cypress / Component Testing
4m 28s
Matrix: playwright
E2E result
59s
Playwright E2E Tests matrix result
0s
Annotations
14 errors, 59 warnings, and 36 notices
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:54:13 › MultiSelect › Examples › multi-select with data list without label:
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
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:54:13 › MultiSelect › Examples › multi-select with data list without label:
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
|
[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:
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
|
[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:
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
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L16
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
Error: expect(locator).toHaveScreenshot(expected)
86209 pixels (ratio 0.17 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/01-data-list-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit/01-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit/01-data-list-diff.png
Call log:
- expect.toHaveScreenshot(01-data-list.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-26 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
- 62580 pixels (ratio 0.13 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-26 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
- 95037 pixels (ratio 0.19 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-26 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
- 86209 pixels (ratio 0.17 of all image pixels) are different.
14 | await documentationPagePO.prepareBeforeScreenshot();
15 |
> 16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
| ^
17 | });
18 |
19 | test('Links', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:16:52
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L16
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
86209 pixels (ratio 0.17 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/01-data-list-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit-retry1/01-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit-retry1/01-data-list-diff.png
Call log:
- expect.toHaveScreenshot(01-data-list.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-26 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
- 98442 pixels (ratio 0.20 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-26 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
- 96415 pixels (ratio 0.19 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-26 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
- 86209 pixels (ratio 0.17 of all image pixels) are different.
14 | await documentationPagePO.prepareBeforeScreenshot();
15 |
> 16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
| ^
17 | });
18 |
19 | test('Links', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:16:52
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L16
1) [webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
86209 pixels (ratio 0.17 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/01-data-list-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit-retry2/01-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data-list.pw-DataList-Custom-list-webkit-retry2/01-data-list-diff.png
Call log:
- expect.toHaveScreenshot(01-data-list.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-26 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
- 62580 pixels (ratio 0.13 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-26 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
- 95037 pixels (ratio 0.19 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-26 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
- 86209 pixels (ratio 0.17 of all image pixels) are different.
14 | await documentationPagePO.prepareBeforeScreenshot();
15 |
> 16 | await expect(page.locator('tui-dropdown')).toHaveScreenshot('01-data-list.png');
| ^
17 | });
18 |
19 | test('Links', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:16:52
|
[webkit] › tests/core/data-list/data-list.pw.spec.ts:176:9 › DataList › Options with long text:
projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts#L187
2) [webkit] › tests/core/data-list/data-list.pw.spec.ts:176:9 › DataList › Options with long text
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Failed to take two consecutive stable screenshots.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/data-list/data-list.pw.spec.ts-snapshots/10-data-list-webkit-darwin.png
Previous: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-previous.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-data-list-data--8393e-List-Options-with-long-text-webkit/10-data-list-diff.png
Call log:
- expect.toHaveScreenshot(10-data-list.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 11810 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
- 11810 pixels (ratio 0.01 of all image pixels) are different.
- waiting 250ms before taking screenshot
- Timeout 5000ms exceeded.
185 | await documentationPagePO.prepareBeforeScreenshot();
186 |
> 187 | await expect(page).toHaveScreenshot('10-data-list.png');
| ^
188 | });
189 | });
190 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/data-list/data-list.pw.spec.ts:187:28
|
Playwright / macos-latest / 2 of 9
Process completed with exit code 1.
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/navigation:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/navigation ───────────────────
Error: expect(locator).toHaveScreenshot(expected)
116 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-navigation/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-navigation-webkit/components-navigation/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-navigation-webkit/components-navigation/1-diff.png
Call log:
- expect.toHaveScreenshot(components-navigation/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- 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
- 116 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- 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
- 116 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/navigation:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L40
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/navigation ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
116 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-navigation/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-navigation-webkit-retry1/components-navigation/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-navigation-webkit-retry1/components-navigation/1-diff.png
Call log:
- expect.toHaveScreenshot(components-navigation/1.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- 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
- 116 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('tui-doc-example').first()
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- 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
- 116 pixels (ratio 0.01 of all image pixels) are different.
38 | await page.waitForTimeout(150);
39 |
> 40 | await expect(example).toHaveScreenshot([
| ^
41 | path.replace('/', '').replaceAll('/', '-'),
42 | `${i + 1}.png`,
43 | ]);
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:40:39
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L220
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item, textfield is empty
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(10-input-date-range.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_431601061540000" class="t-input ng-valid ng-touched ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
218 |
219 | await expect(inputDateRange.textfield).toHaveValue('');
> 220 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
221 | '10-input-date-range.png',
222 | );
223 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:220:52
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L261
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('tui-calendar-range, tui-mobile-calendar').getByTestId('tui-mobile-calendar__confirm')
- locator resolved to <button tuilink="" tuiicons="" type="button" class="t-link" tuiappearance="" tuitouchable="opacity" data-appearance="action" _ngcontent-ng-c1057446120="" automation-id="tui-mobile-calendar__confirm"> Done </button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
259 |
260 | await calendarSheet?.clickOnDay(17);
> 261 | await mobileCalendar.confirmButton.click();
| ^
262 |
263 | await expect(inputDateRange.textfield).toHaveValue(
264 | `17.08.2020${CHAR_NO_BREAK_SPACE}–${CHAR_NO_BREAK_SPACE}17.08.2020`,
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:261:52
|
E2E result
Process completed with exit code 1.
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 2 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 8 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 9 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 5 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/kit/input-table/input-table.pw.spec.ts#L1
[webkit] › tests/kit/input-table/input-table.pw.spec.ts took 21.3s
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.0.4 is already installed and up-to-date.
To reinstall 3.0.4, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright E2E Tests matrix result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
E2E result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
110 passed (1.3m)
|
🎭 Playwright Run Summary
110 passed (1.4m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.3m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
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)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/core/data-list/data-list.pw.spec.ts:6:9 › DataList › Custom list ──────────────
1 flaky
[webkit] › tests/core/data-list/data-list.pw.spec.ts:176:9 › DataList › Options with long text ─
44 skipped
64 passed (2.2m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
110 passed (3.0m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (4.4m)
|
🎭 Playwright Run Summary
110 passed (3.9m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/navigation ────────────────────
17 skipped
91 passed (2.3m)
|
🎭 Playwright Run Summary
17 skipped
92 passed (3.4m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:210:13 › InputDateRange › API › Press backspace to remove item, textfield is empty
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:252:17 › InputDateRange › API › Mobile emulation › Selection of only single date produces range with the same start and end
5 skipped
102 passed (3.2m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (6.8m)
|
🎭 Playwright Run Summary
110 passed (8.0m)
|
🎭 Playwright Run Summary
109 passed (3.7m)
|
🎭 Playwright Run Summary
109 passed (2.8m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (3.6m)
|
🎭 Playwright Run Summary
10 skipped
99 passed (3.1m)
|
🎭 Playwright Run Summary
110 passed (12.6m)
|
🎭 Playwright Run Summary
110 passed (9.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_d92de106dcfb3e36264221e8ee862e2760082cba
Expired
|
113 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_1
Expired
|
264 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_2
Expired
|
301 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_3
Expired
|
1.45 MB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_4
Expired
|
527 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_5
Expired
|
828 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_6
Expired
|
431 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_7
Expired
|
347 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_8
Expired
|
360 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-Linux_9
Expired
|
2.24 MB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_1
Expired
|
238 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_2
Expired
|
2.47 MB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_3
Expired
|
1.42 MB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_4
Expired
|
524 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_5
Expired
|
799 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_6
Expired
|
1.9 MB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_7
Expired
|
315 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_8
Expired
|
326 KB |
|
playwright-blob-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_9
Expired
|
315 KB |
|
playwright-snapshots-artifacts--d92de106dcfb3e36264221e8ee862e2760082cba-12371504189-10006-macOS_2
Expired
|
90.1 KB |
|