chore(schematics): valid migration for resizable module #11204
e2e.yml
on: pull_request
Build demo
4m 6s
Cypress / Component Testing
4m 37s
Matrix: playwright
E2E result
1m 17s
Playwright E2E Tests matrix result
0s
Annotations
5 errors, 58 warnings, and 36 notices
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/pie-chart:
projects/demo-playwright/tests/deep/deep-select.pw.spec.ts#L52
1) [chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/pie-chart ──────
Error: expect(locator).toHaveScreenshot(expected)
186 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/snapshots/tests/deep/deep-select.pw.spec.ts-snapshots/deep--charts-pie-chart--value--row—2-select-option-2-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-pie-chart-chromium/deep--charts-pie-chart--value--row—2-select-option-2-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-deep-deep-select.pw-Deep-Select-charts-pie-chart-chromium/deep--charts-pie-chart--value--row—2-select-option-2-diff.png
Call log:
- expect.toHaveScreenshot(deep-/charts/pie-chart-[value]-row—2-select-option-2.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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 186 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- 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...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 186 pixels (ratio 0.01 of all image pixels) are different.
50 | await page.waitForTimeout(300);
51 |
> 52 | await expect(api.apiPageExample).toHaveScreenshot(
| ^
53 | `deep-${path}-${name}-row—${rowIndex}-select-option-${index}.png`,
54 | );
55 |
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/deep/deep-select.pw.spec.ts:52:54
|
[webkit] › 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) [webkit] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ───────
Error: expect(page).toHaveScreenshot(expected)
72038 pixels (ratio 0.13 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-false-tuiHintShowDelay-1000-wait-after-500-webkit-darwin.png
Received: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-webkit/03-hint-mode-false-tuiHintShowDelay-1000-wait-after-500-actual.png
Diff: /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-core-hint-hint.pw-TuiHint-false-mode-hint-with-delay-webkit/03-hint-mode-false-tuiHintShowDelay-1000-wait-after-500-diff.png
Call log:
- expect.toHaveScreenshot(03-hint-mode-false-tuiHintShowDelay-1000-wait-after-500.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 72038 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
- 72038 pixels (ratio 0.13 of all image pixels) are different.
88 | await page.waitForTimeout(600);
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `03-hint-mode-${mode}-tuiHintShowDelay-1000-wait-after-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 - spanish:
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 - spanish
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-spanish-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(08-input-date-spanish.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
|
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L:
projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts#L85
2) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L
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-date-range/input-date-range.pw.spec.ts-snapshots/04-textfield-size-l-set-to-date-webkit-darwin.png
Call log:
- expect.toHaveScreenshot(04-textfield-size-l-set-to-date.png) with timeout 5000ms
- verifying given 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-c1557642256="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-valid ng-dirty" automation-id="tui-primitive-textfield__native-input"/>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
83 | await inputDateRange.textfield.pressSequentially('01.01.2022');
84 |
> 85 | await expect(inputDateRange.textfield).toHaveScreenshot(
| ^
86 | `04-textfield-size-${size}-set-to-date.png`,
87 | );
88 | 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:85:56
|
[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#L96
3) [webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('tui-input-date-range').getByRole('textbox')
- locator resolved to <input tabindex="0" placeholder="" aria-invalid="false" _ngcontent-ng-c1557642256="" id="tui_interactive_431601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
94 | test('Maximum month less than current month', async ({page}) => {
95 | await tuiGoto(page, `${DemoRoute.InputDateRange}/API?min$=3`);
> 96 | await inputDateRange.textfield.click();
| ^
97 |
98 | await expect(inputDateRange.textfield).toHaveScreenshot(
99 | '05-textfield-maximum-month.png',
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-date-range/input-date-range.pw.spec.ts:96:44
|
Build demo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cypress / Component Testing
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 1 of 9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright / ubuntu-latest / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 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 / 4 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 4 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 4 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 4 of 9
jpeg-turbo 3.1.0 is already installed and up-to-date.
To reinstall 3.1.0, run:
brew reinstall jpeg-turbo
|
Playwright / macos-latest / 4 of 9
giflib 5.2.2 is already installed and up-to-date.
To reinstall 5.2.2, run:
brew reinstall giflib
|
Playwright / macos-latest / 5 of 9
pkgconf 2.3.0_1 is already installed and up-to-date.
To reinstall 2.3.0_1, run:
brew reinstall pkgconf
|
Playwright / macos-latest / 5 of 9
cairo 1.18.2 is already installed and up-to-date.
To reinstall 1.18.2, run:
brew reinstall cairo
|
Playwright / macos-latest / 5 of 9
libpng 1.6.44 is already installed and up-to-date.
To reinstall 1.6.44, run:
brew reinstall libpng
|
Playwright / macos-latest / 5 of 9
jpeg-turbo 3.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 / 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 / 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 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.6m)
|
🎭 Playwright Run Summary
118 passed (1.8m)
|
🎭 Playwright Run Summary
117 passed (1.6m)
|
🎭 Playwright Run Summary
117 passed (1.4m)
|
🎭 Playwright Run Summary
117 passed (2.8m)
|
🎭 Playwright Run Summary
117 passed (2.5m)
|
🎭 Playwright Run Summary
117 passed (2.5m)
|
🎭 Playwright Run Summary
117 passed (2.3m)
|
🎭 Playwright Run Summary
117 passed (1.7m)
|
🎭 Playwright Run Summary
117 passed (1.8m)
|
🎭 Playwright Run Summary
117 passed (3.4m)
|
🎭 Playwright Run Summary
117 passed (3.8m)
|
🎭 Playwright Run Summary
117 passed (2.2m)
|
🎭 Playwright Run Summary
117 passed (2.0m)
|
🎭 Playwright Run Summary
117 passed (1.9m)
|
🎭 Playwright Run Summary
117 passed (2.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/deep/deep-select.pw.spec.ts:14:13 › Deep / Select › /charts/pie-chart ───────
116 passed (6.9m)
|
🎭 Playwright Run Summary
117 passed (8.0m)
|
🎭 Playwright Run Summary
8 skipped
110 passed (1.4m)
|
🎭 Playwright Run Summary
8 skipped
110 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/core/hint/hint.pw.spec.ts:71:13 › TuiHint › false mode hint with delay ────────
44 skipped
72 passed (2.5m)
|
🎭 Playwright Run Summary
44 skipped
73 passed (2.8m)
|
🎭 Playwright Run Summary
17 skipped
100 passed (1.5m)
|
🎭 Playwright Run Summary
17 skipped
100 passed (1.7m)
|
🎭 Playwright Run Summary
117 passed (3.1m)
|
🎭 Playwright Run Summary
117 passed (2.8m)
|
🎭 Playwright Run Summary
117 passed (4.6m)
|
🎭 Playwright Run Summary
117 passed (4.0m)
|
🎭 Playwright Run Summary
117 passed (2.2m)
|
🎭 Playwright Run Summary
117 passed (1.8m)
|
🎭 Playwright Run Summary
4 skipped
113 passed (2.2m)
|
🎭 Playwright Run Summary
4 skipped
113 passed (3.0m)
|
🎭 Playwright Run Summary
117 passed (10.1m)
|
🎭 Playwright Run Summary
117 passed (8.4m)
|
🎭 Playwright Run Summary
9 skipped
108 passed (4.2m)
|
🎭 Playwright Run Summary
3 flaky
[webkit] › tests/legacy/input-date/input-date.pw.spec.ts:269:17 › InputDate › Mobile › mobile calendar - spanish
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:48:17 › InputDateRange › API › correct filler display for size L
[webkit] › tests/legacy/input-date-range/input-date-range.pw.spec.ts:94:13 › InputDateRange › API › Maximum month less than current month
9 skipped
105 passed (4.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_6e56ea6632d7b732ffc337401bf6876d4a3d8f8c
Expired
|
130 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_1
Expired
|
373 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_2
Expired
|
508 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_3
Expired
|
3.23 MB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_4
Expired
|
663 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_5
Expired
|
1.05 MB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_6
Expired
|
375 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_7
Expired
|
450 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_8
Expired
|
483 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-Linux_9
Expired
|
514 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_1
Expired
|
288 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_2
Expired
|
647 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_3
Expired
|
1.33 MB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_4
Expired
|
599 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_5
Expired
|
974 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_6
Expired
|
324 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_7
Expired
|
2.32 MB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_8
Expired
|
414 KB |
|
playwright-blob-artifacts--6e56ea6632d7b732ffc337401bf6876d4a3d8f8c-12524608257-10088-macOS_9
Expired
|
430 KB |
|