fix(kit): LineClamp
fix initial transition
#11160
e2e.yml
on: pull_request
Build demo
4m 15s
Cypress / Component Testing
4m 48s
Matrix: playwright
E2E result
1m 8s
Playwright E2E Tests matrix result
0s
Annotations
5 errors, 59 warnings, and 36 notices
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L67
1) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(02-input-date-range-mobile-4.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
65 | await page.locator(november).nth(19).click();
66 |
> 67 | await expect(page).toHaveScreenshot('02-input-date-range-mobile-4.png');
| ^
68 |
69 | await page.locator(november).nth(25).click();
70 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:67:28
|
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate:
projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts#L99
2) [webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(03-input-date-range-mobile-3.png) with timeout 5000ms
- generating new stable screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
97 | await page.locator(november).nth(11).click();
98 |
> 99 | await expect(page).toHaveScreenshot('03-input-date-range-mobile-3.png');
| ^
100 |
101 | await page.locator(november).nth(19).click();
102 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:99:28
|
[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/core/hint/hint.pw.spec.ts:71:13 › TuiHint › true mode hint with delay:
projects/demo-playwright/tests/core/hint/hint.pw.spec.ts#L90
1) [webkit] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › true mode hint with delay ────────
Error: expect(page).toHaveScreenshot(expected)
84957 pixels (ratio 0.15 of all image pixels) are different.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/core/hint/hint.pw.spec.ts-snapshots/03-hint-mode-true-tuiHintShowDelay-1000-wait-500-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-true-mode-hint-with-delay-webkit/03-hint-mode-true-tuiHintShowDelay-1000-wait-500-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-true-mode-hint-with-delay-webkit/03-hint-mode-true-tuiHintShowDelay-1000-wait-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-true-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
- 84957 pixels (ratio 0.15 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
- 84957 pixels (ratio 0.15 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 /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/hint/hint.pw.spec.ts:90:32
|
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english:
projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts#L278
1) [webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Expected: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/legacy/input-date/input-date.pw.spec.ts-snapshots/08-input-date-english-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(08-input-date-english.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
276 | await example.locator('tui-input-date .t-icon tui-icon').click();
277 |
> 278 | await expect(page).toHaveScreenshot(`08-input-date-${language}.png`);
| ^
279 | });
280 | });
281 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date/input-date.pw.spec.ts:278:36
|
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 / 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-mobile/mobile-calendar/mobile-calendar.pw.spec.ts#L1
[webkit] › tests/addon-mobile/mobile-calendar/mobile-calendar.pw.spec.ts took 25.8s
|
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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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
116 passed (1.6m)
|
🎭 Playwright Run Summary
116 passed (1.7m)
|
🎭 Playwright Run Summary
8 skipped
108 passed (1.5m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:45:9 › InputDate and mobile user agent › InputDateMulti
[webkit] › tests/addon-mobile/mobile-calendar/input-date.pw.spec.ts:81:9 › InputDate and mobile user agent › InputDate
8 skipped
106 passed (2.3m)
|
🎭 Playwright Run Summary
116 passed (2.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ──────
115 passed (2.4m)
|
🎭 Playwright Run Summary
116 passed (2.4m)
|
🎭 Playwright Run Summary
116 passed (2.2m)
|
🎭 Playwright Run Summary
115 passed (1.7m)
|
🎭 Playwright Run Summary
115 passed (1.5m)
|
🎭 Playwright Run Summary
115 passed (1.6m)
|
🎭 Playwright Run Summary
115 passed (1.8m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › true mode hint with delay ─────────
44 skipped
71 passed (2.6m)
|
🎭 Playwright Run Summary
44 skipped
72 passed (3.8m)
|
🎭 Playwright Run Summary
115 passed (2.2m)
|
🎭 Playwright Run Summary
115 passed (1.9m)
|
🎭 Playwright Run Summary
115 passed (3.3m)
|
🎭 Playwright Run Summary
115 passed (3.7m)
|
🎭 Playwright Run Summary
116 passed (3.1m)
|
🎭 Playwright Run Summary
116 passed (2.8m)
|
🎭 Playwright Run Summary
115 passed (1.9m)
|
🎭 Playwright Run Summary
115 passed (2.1m)
|
🎭 Playwright Run Summary
115 passed (4.5m)
|
🎭 Playwright Run Summary
115 passed (3.8m)
|
🎭 Playwright Run Summary
18 skipped
97 passed (1.9m)
|
🎭 Playwright Run Summary
18 skipped
97 passed (2.0m)
|
🎭 Playwright Run Summary
8 skipped
107 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - english
8 skipped
106 passed (2.2m)
|
🎭 Playwright Run Summary
115 passed (2.0m)
|
🎭 Playwright Run Summary
115 passed (1.7m)
|
🎭 Playwright Run Summary
116 passed (7.0m)
|
🎭 Playwright Run Summary
116 passed (8.2m)
|
🎭 Playwright Run Summary
4 skipped
111 passed (2.1m)
|
🎭 Playwright Run Summary
4 skipped
111 passed (1.8m)
|
🎭 Playwright Run Summary
116 passed (11.9m)
|
🎭 Playwright Run Summary
116 passed (9.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596
Expired
|
130 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_1
Expired
|
369 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_2
Expired
|
749 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_3
Expired
|
1.5 MB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_4
Expired
|
631 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_5
Expired
|
1.06 MB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_6
Expired
|
391 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_7
Expired
|
453 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_8
Expired
|
463 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-Linux_9
Expired
|
506 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_1
Expired
|
291 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_2
Expired
|
652 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_3
Expired
|
1.4 MB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_4
Expired
|
560 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_5
Expired
|
984 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_6
Expired
|
338 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_7
Expired
|
731 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_8
Expired
|
403 KB |
|
playwright-blob-artifacts--9dd867ef45dcdfe29f2e7ce0f01ab42cb531f596-12502489441-10070-macOS_9
Expired
|
389 KB |
|