fix(legacy): TuiMultiSelect
fix arrow
#11109
e2e.yml
on: pull_request
Build demo
4m 2s
Cypress / Component Testing
4m 50s
Matrix: playwright
E2E result
1m 15s
Playwright E2E Tests matrix result
0s
Annotations
8 errors, 59 warnings, and 36 notices
[chromium] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts:
projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L14
1) [chromium] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
Error: expect(locator).toHaveScreenshot(expected)
21089 pixels (ratio 0.07 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts-snapshots/01-pie-chart-with-label-no-hover-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-charts-pie-cha-c170f-uld-be-show-hints-on-charts-chromium/01-pie-chart-with-label-no-hover-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-addon-charts-pie-cha-c170f-uld-be-show-hints-on-charts-chromium/01-pie-chart-with-label-no-hover-diff.png
Call log:
- expect.toHaveScreenshot(01-pie-chart-with-label-no-hover.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#labels [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 21089 pixels (ratio 0.07 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#labels [automation-id="tui-doc-example"]')
- locator resolved to <div _ngcontent-ng-c644840128="" automation-id="tui-doc-example" class="t-demo ng-star-inserted">…</div>
- taking element screenshot
- 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
- 21089 pixels (ratio 0.07 of all image pixels) are different.
12 | .all();
13 |
> 14 | await expect(example).toHaveScreenshot('01-pie-chart-with-label-no-hover.png');
| ^
15 |
16 | for (const [i, segment] of pieChartSegments.entries()) {
17 | await segment.hover();
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:14:31
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:49:13 › MultiSelect › Examples › multi-select with data list without label:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L59
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:49:13 › MultiSelect › Examples › multi-select with data list without label
Error: expect(locator).toHaveScreenshot(expected)
11 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/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. 3479 pixels (ratio 0.01 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. 3479 pixels (ratio 0.01 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
- 11 pixels (ratio 0.01 of all image pixels) are different.
- waiting 500ms 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
- 11 pixels (ratio 0.01 of all image pixels) are different.
57 | await page.mouse.move(0, 0); // clear focus
58 |
> 59 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
60 | '03-with-data-list-without-label.png',
61 | );
62 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:59:48
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:49:13 › MultiSelect › Examples › multi-select with data list without label:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L59
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:49:13 › MultiSelect › Examples › multi-select with data list without label
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
11 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/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. 24092 pixels (ratio 0.06 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. 24092 pixels (ratio 0.06 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
- 11 pixels (ratio 0.01 of all image pixels) are different.
57 | await page.mouse.move(0, 0); // clear focus
58 |
> 59 | await expect(multiSelect.dropdown).toHaveScreenshot(
| ^
60 | '03-with-data-list-without-label.png',
61 | );
62 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:59:48
|
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ─────
Error: expect(page).toHaveScreenshot(expected)
72139 pixels (ratio 0.13 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-chromium/03-hint-mode-false-tuiHintShowDelay-1000-wait-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-500.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 72139 pixels (ratio 0.13 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
- 72139 pixels (ratio 0.13 of all image pixels) are different.
88 | await page.waitForTimeout(500);
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-500.png`,
92 | );
93 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L98
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
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(05-textfield-maximum-month.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-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- 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
- waiting 100ms before taking screenshot
- 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-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
96 | await inputDateRange.textfield.click();
97 |
> 98 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
99 | '05-textfield-maximum-month.png',
100 | );
101 | await expect(inputDateRange.calendar).toHaveScreenshot(
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:98:52
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L101
1) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('tui-calendar-range, tui-mobile-calendar')
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(05-calendar-maximum-month.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3948775841="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- waiting 100ms before taking screenshot
- waiting for locator('tui-calendar-range, tui-mobile-calendar')
- locator resolved to <tui-calendar-range class="ng-star-inserted" _nghost-ng-c3948775841="" _ngcontent-ng-c325314227="">…</tui-calendar-range>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
99 | '05-textfield-maximum-month.png',
100 | );
> 101 | await expect(inputDateRange.calendar).toHaveScreenshot(
| ^
102 | '05-calendar-maximum-month.png',
103 | );
104 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:101:51
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:106:13 › InputDateRange › API › Minimum month more than current month:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L110
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:106:13 › InputDateRange › API › Minimum month more than current month
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(06-input-date-range-minimum-month.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
108 | await inputDateRange.textfield.click();
109 |
> 110 | await expect(page).toHaveScreenshot('06-input-date-range-minimum-month.png', {
| ^
111 | mask: [page.locator('tui-doc-page header')],
112 | });
113 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:110:32
|
[webkit] › tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=m:
projects/demo-playwright/tests/legacy/input/input.pw.spec.ts#L190
1) [webkit] › tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=m
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input/input.pw.spec.ts-snapshots/12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-m-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-m.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#demo-content')
- locator resolved to <div id="demo-content" _ngcontent-ng-c2476019924="">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
188 | await document.waitTuiIcons();
189 |
> 190 | await expect(document.apiPageExample).toHaveScreenshot(
| ^
191 | `12-input-tuiTextfieldIcon-tuiTextfieldCleaner-tuiTextfieldSize-${size}.png`,
192 | );
193 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input/input.pw.spec.ts:190:55
|
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 / 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 / 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 / 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 / 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 / ubuntu-latest / 7 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 6 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 4 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 2 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 2 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 2 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 2 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 2 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 1 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 1 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 1 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 1 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Slow Test:
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L1
[webkit] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts took 15.7s
|
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 / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 5 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 6 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 6 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 6 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 6 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 6 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 7 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 7 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 7 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 7 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 7 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / ubuntu-latest / 3 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / macos-latest / 8 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 8 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 8 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 8 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 8 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 9 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 3 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 3 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 3 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 3 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 3 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright 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
109 passed (1.6m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/addon-charts/pie-chart/pie-chart.pw.spec.ts:6:9 › PieChart › should be show hints on charts
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:49:13 › MultiSelect › Examples › multi-select with data list without label
108 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ──────
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (2.1m)
|
🎭 Playwright Run Summary
109 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (2.3m)
|
🎭 Playwright Run Summary
110 passed (2.0m)
|
🎭 Playwright Run Summary
110 passed (2.4m)
|
🎭 Playwright Run Summary
110 passed (2.3m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.6m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (1.8m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (2.2m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (3.2m)
|
🎭 Playwright Run Summary
110 passed (4.1m)
|
🎭 Playwright Run Summary
110 passed (3.5m)
|
🎭 Playwright Run Summary
110 passed (3.7m)
|
🎭 Playwright Run Summary
110 passed (3.4m)
|
🎭 Playwright Run Summary
18 skipped
92 passed (2.2m)
|
🎭 Playwright Run Summary
18 skipped
92 passed (2.8m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:106:13 › InputDateRange › API › Minimum month more than current month
5 skipped
102 passed (3.9m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input/input.pw.spec.ts:180:17 › Input › check tuiTextfieldCleaner › size=m
5 skipped
103 passed (2.2m)
|
🎭 Playwright Run Summary
110 passed (7.1m)
|
🎭 Playwright Run Summary
110 passed (8.3m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
4 skipped
105 passed (2.7m)
|
🎭 Playwright Run Summary
4 skipped
105 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (11.1m)
|
🎭 Playwright Run Summary
110 passed (10.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_8177ad2ac799b0ad16d27da2bc36cc64ef55055d
Expired
|
113 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_1
Expired
|
1.16 MB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_2
Expired
|
655 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_3
Expired
|
1.51 MB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_4
Expired
|
623 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_5
Expired
|
940 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_6
Expired
|
546 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_7
Expired
|
442 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_8
Expired
|
432 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-Linux_9
Expired
|
1.44 MB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_1
Expired
|
274 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_2
Expired
|
276 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_3
Expired
|
1.41 MB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_4
Expired
|
569 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_5
Expired
|
848 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_6
Expired
|
469 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_7
Expired
|
590 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_8
Expired
|
381 KB |
|
playwright-blob-artifacts--8177ad2ac799b0ad16d27da2bc36cc64ef55055d-12481902852-10050-macOS_9
Expired
|
379 KB |
|