Skip to content

fix(addon-mobile): SwipeActions fix actions in IOS safari #11342

fix(addon-mobile): SwipeActions fix actions in IOS safari

fix(addon-mobile): SwipeActions fix actions in IOS safari #11342

Triggered via pull request January 14, 2025 08:38
Status Failure
Total duration 40m 34s
Artifacts 21

e2e.yml

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

Annotations

10 errors, 58 warnings, and 36 notices
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium/components-swipe-actions/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium-retry1/components-swipe-actions/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium-retry1/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
[chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-chromium-linux.png Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium-retry2/components-swipe-actions/1-actual.png Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-chromium-retry2/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 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 - Expected an image 640px by 784px, received 704px by 784px. 20177 pixels (ratio 0.04 of all image pixels) are different. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
Playwright / ubuntu-latest / 5 of 9
Process completed with exit code 1.
[webkit] › tests/legacy/input-number/input-number.pw.spec.ts:329:21 › InputNumber › API › [max] prop › [max] property is positive number › immediately validates positive value: projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts#L335
1) [webkit] › tests/legacy/input-number/input-number.pw.spec.ts:329:21 › InputNumber › API › [max] prop › [max] property is positive number › immediately validates positive value Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected) Locator: locator('#demo-content') Timeout 5000ms exceeded. Call log: - expect.toHaveScreenshot(22-input-number.png) with timeout 5000ms - generating new stable 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. 333 | await expect(input).toHaveJSProperty('selectionStart', 2); 334 | await expect(input).toHaveJSProperty('selectionEnd', 2); > 335 | await expect(example).toHaveScreenshot('22-input-number.png'); | ^ 336 | }); 337 | 338 | test("don't touch any negative value", async ({page}) => { at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-number/input-number.pw.spec.ts:335:43
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ──────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit/components-swipe-actions/1-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. - 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 - Expected an image 640px by 784px, received 704px by 784px. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit-retry1/components-swipe-actions/1-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit-retry1/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. - 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 - Expected an image 640px by 784px, received 704px by 784px. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
[webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions: projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ──────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveScreenshot(expected) Expected an image 640px by 784px, received 704px by 784px. Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/demo/demo.pw.spec.ts-snapshots/components-swipe-actions/1-webkit-darwin.png Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit-retry2/components-swipe-actions/1-actual.png Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-swipe-actions-webkit-retry2/components-swipe-actions/1-diff.png Call log: - expect.toHaveScreenshot(components-swipe-actions/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 - Expected an image 640px by 784px, received 704px by 784px. - 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 - Expected an image 640px by 784px, received 704px by 784px. 40 | await page.waitForTimeout(path.includes('charts') ? 500 : 150); 41 | > 42 | await expect(example).toHaveScreenshot([ | ^ 43 | path.replace('/', '').replaceAll('/', '-'), 44 | `${i + 1}.png`, 45 | ]); at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
Playwright / macos-latest / 5 of 9
Process completed with exit code 1.
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 / 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 / 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 / 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 / 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 / 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 / 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.1.0 is already installed and up-to-date. To reinstall 3.1.0, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 1 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / macos-latest / 9 of 9
pkgconf 2.3.0_1 is already installed and up-to-date. To reinstall 2.3.0_1, run: brew reinstall pkgconf
Playwright / macos-latest / 9 of 9
cairo 1.18.2 is already installed and up-to-date. To reinstall 1.18.2, run: brew reinstall cairo
Playwright / macos-latest / 9 of 9
libpng 1.6.45 is already installed and up-to-date. To reinstall 1.6.45, run: brew reinstall libpng
Playwright / macos-latest / 9 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date. To reinstall 3.1.0, run: brew reinstall jpeg-turbo
Playwright / macos-latest / 9 of 9
giflib 5.2.2 is already installed and up-to-date. To reinstall 5.2.2, run: brew reinstall giflib
Playwright 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
118 passed (1.8m)
🎭 Playwright Run Summary
118 passed (1.7m)
🎭 Playwright Run Summary
118 passed (1.7m)
🎭 Playwright Run Summary
118 passed (1.9m)
🎭 Playwright Run Summary
119 passed (1.7m)
🎭 Playwright Run Summary
119 passed (1.8m)
🎭 Playwright Run Summary
118 passed (2.2m)
🎭 Playwright Run Summary
118 passed (2.0m)
🎭 Playwright Run Summary
118 passed (1.9m)
🎭 Playwright Run Summary
118 passed (2.1m)
🎭 Playwright Run Summary
118 passed (2.5m)
🎭 Playwright Run Summary
118 passed (2.3m)
🎭 Playwright Run Summary
118 passed (2.5m)
🎭 Playwright Run Summary
118 passed (2.3m)
🎭 Playwright Run Summary
9 skipped 110 passed (2.0m)
🎭 Playwright Run Summary
9 skipped 110 passed (2.0m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ─────────────── 117 passed (3.6m)
🎭 Playwright Run Summary
118 passed (3.9m)
🎭 Playwright Run Summary
44 skipped 74 passed (4.2m)
🎭 Playwright Run Summary
44 skipped 74 passed (4.8m)
🎭 Playwright Run Summary
118 passed (6.1m)
🎭 Playwright Run Summary
118 passed (7.2m)
🎭 Playwright Run Summary
118 passed (3.9m)
🎭 Playwright Run Summary
118 passed (3.5m)
🎭 Playwright Run Summary
14 skipped 104 passed (1.8m)
🎭 Playwright Run Summary
14 skipped 104 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [webkit] › tests/legacy/input-number/input-number.pw.spec.ts:329:21 › InputNumber › API › [max] prop › [max] property is positive number › immediately validates positive value 117 passed (2.9m)
🎭 Playwright Run Summary
118 passed (2.1m)
🎭 Playwright Run Summary
12 skipped 106 passed (3.4m)
🎭 Playwright Run Summary
12 skipped 106 passed (2.4m)
🎭 Playwright Run Summary
118 passed (6.3m)
🎭 Playwright Run Summary
1 failed [webkit] › tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/swipe-actions ───────────────── 117 passed (5.3m)
🎭 Playwright Run Summary
118 passed (12.1m)
🎭 Playwright Run Summary
118 passed (11.1m)
🎭 Playwright Run Summary
4 skipped 114 passed (3.3m)
🎭 Playwright Run Summary
4 skipped 114 passed (3.3m)

Artifacts

Produced during runtime
Name Size
cy_baseline_05d7fc6685addd9ad8966a95e19ce1b3c29fadb4 Expired
130 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_1 Expired
380 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_2 Expired
487 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_3 Expired
1.45 MB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_4 Expired
664 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_5 Expired
2.02 MB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_6 Expired
421 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_7 Expired
455 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_8 Expired
484 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_9 Expired
513 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_1 Expired
305 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_2 Expired
386 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_3 Expired
1.36 MB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_4 Expired
606 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_5 Expired
1.68 MB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_6 Expired
345 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_7 Expired
367 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_8 Expired
421 KB
playwright-blob-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_9 Expired
415 KB
playwright-snapshots-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-Linux_5 Expired
70.7 KB
playwright-snapshots-artifacts--05d7fc6685addd9ad8966a95e19ce1b3c29fadb4-12763945634-10163-macOS_5 Expired
51.2 KB