chore: update taiga-family/ci action to v1.111.0 #11711
e2e.yml
on: pull_request
Build demo
1m 3s
Cypress / Component Testing
4m 57s
Matrix: playwright
E2E result
1m 0s
Playwright E2E Tests matrix result
0s
Annotations
7 errors, 46 warnings, and 36 notices
[webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days:
projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts#L47
1) [webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-calendar').first()
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(01-range-calendar.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-calendar').first()
- locator resolved to <tui-calendar _nghost-ng-c3861074570="">…</tui-calendar>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
45 | await calendar.scrollIntoViewIfNeeded();
46 |
> 47 | await expect(calendar).toHaveScreenshot('01-range-calendar.png');
| ^
48 | });
49 |
50 | test('Month', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:47:32
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin ─
Error: expect(locator).toHaveScreenshot(expected)
99 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-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/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
- 99 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
- 99 pixels (ratio 0.01 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 /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
99 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-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry1/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry1/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/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
- 99 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
- 99 pixels (ratio 0.01 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 /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/demo/demo.pw.spec.ts:42:39
|
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin:
projects/demo-playwright/tests/demo/demo.pw.spec.ts#L42
1) [webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin ─
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
99 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-pin/1-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry2/components-pin/1-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-demo-demo.pw-Demo-components-pin-webkit-retry2/components-pin/1-diff.png
Call log:
- expect.toHaveScreenshot(components-pin/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
- 99 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
- 99 pixels (ratio 0.01 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 /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.
|
[webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click:
projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts#L32
1) [webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
Error: expect(page).toHaveScreenshot(expected)
323 pixels (ratio 0.01 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts-snapshots/input-phone-international-with-mobile-dropdown-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-kit-input-phone-inte-a2091-le-dropdown-on-select-click-webkit/input-phone-international-with-mobile-dropdown-diff.png
Call log:
- expect.toHaveScreenshot(input-phone-international-with-mobile-dropdown.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 323 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
- 323 pixels (ratio 0.01 of all image pixels) are different.
30 | await inputPhoneInternational.select.click();
31 |
> 32 | await expect(page).toHaveScreenshot(
| ^
33 | 'input-phone-international-with-mobile-dropdown.png',
34 | );
35 | });
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:32:28
|
E2E result
Process completed with exit code 1.
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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] › projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts#L1
[webkit] › projects/demo-playwright/tests/addon-charts/pie-chart/pie-chart.pw.spec.ts took 17.0s
|
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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 / 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.45 is already installed and up-to-date.
To reinstall 1.6.45, 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 Run Summary
121 passed (1.7m)
|
🎭 Playwright Run Summary
121 passed (1.8m)
|
🎭 Playwright Run Summary
121 passed (2.7m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
120 passed (1.8m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.9m)
|
🎭 Playwright Run Summary
120 passed (2.1m)
|
🎭 Playwright Run Summary
120 passed (2.0m)
|
🎭 Playwright Run Summary
120 passed (1.7m)
|
🎭 Playwright Run Summary
120 passed (2.3m)
|
🎭 Playwright Run Summary
120 passed (2.1m)
|
🎭 Playwright Run Summary
121 passed (2.6m)
|
🎭 Playwright Run Summary
121 passed (2.4m)
|
🎭 Playwright Run Summary
10 skipped
111 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:37:9 › Calendars › Set range between two days
10 skipped
110 passed (2.6m)
|
🎭 Playwright Run Summary
121 passed (3.5m)
|
🎭 Playwright Run Summary
121 passed (3.9m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.7m)
|
🎭 Playwright Run Summary
43 skipped
78 passed (3.4m)
|
🎭 Playwright Run Summary
121 passed (3.7m)
|
🎭 Playwright Run Summary
121 passed (3.5m)
|
🎭 Playwright Run Summary
121 passed (5.8m)
|
🎭 Playwright Run Summary
121 passed (6.8m)
|
🎭 Playwright Run Summary
121 passed (4.6m)
|
🎭 Playwright Run Summary
1 failed
[webkit] › projects/demo-playwright/tests/demo/demo.pw.spec.ts:10:13 › Demo › /components/pin ──
120 passed (5.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › projects/demo-playwright/tests/kit/input-phone-international/phone-i18n-with-mobile-dropdown.pw.spec.ts:29:9 › InputPhoneInternational | With [tuiDropdownMobile] › opens mobile dropdown on select click
17 skipped
102 passed (2.4m)
|
🎭 Playwright Run Summary
17 skipped
103 passed (2.1m)
|
🎭 Playwright Run Summary
9 skipped
111 passed (3.3m)
|
🎭 Playwright Run Summary
9 skipped
111 passed (2.3m)
|
🎭 Playwright Run Summary
120 passed (2.4m)
|
🎭 Playwright Run Summary
120 passed (2.8m)
|
🎭 Playwright Run Summary
121 passed (9.8m)
|
🎭 Playwright Run Summary
121 passed (9.3m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (2.9m)
|
🎭 Playwright Run Summary
4 skipped
116 passed (2.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_c72c53ef02fac2a36a0404959d5d611ca2361465
Expired
|
150 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_1
Expired
|
388 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_2
Expired
|
516 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_3
Expired
|
1.41 MB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_4
Expired
|
694 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_5
Expired
|
1.08 MB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_6
Expired
|
454 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_7
Expired
|
475 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_8
Expired
|
496 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-Linux_9
Expired
|
535 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_1
Expired
|
310 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_2
Expired
|
424 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_3
Expired
|
1.31 MB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_4
Expired
|
623 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_5
Expired
|
1.52 MB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_6
Expired
|
1.12 MB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_7
Expired
|
394 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_8
Expired
|
439 KB |
|
playwright-blob-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_9
Expired
|
435 KB |
|
playwright-snapshots-artifacts--c72c53ef02fac2a36a0404959d5d611ca2361465-13236049251-10331-macOS_5
Expired
|
33.6 KB |
|