fix(core): dialog has padding for close button event when not closeable #11042
e2e.yml
on: pull_request
Build demo
4m 15s
Cypress / Component Testing
4m 57s
Matrix: playwright
E2E result
1m 9s
Playwright E2E Tests matrix result
0s
Annotations
6 errors, 58 warnings, and 36 notices
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Error: expect(page).toHaveScreenshot(expected)
12 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/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 271877 pixels (ratio 0.43 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
- 271877 pixels (ratio 0.43 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m:
projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts#L90
1) [chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
12 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/04-dialog-with-text-field-size-m-chromium-linux.png
Received: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-actual.png
Diff: /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests-results/tests-legacy-multi-select--e1648-log-with-tuiTextfieldSize-m-chromium-retry1/04-dialog-with-text-field-size-m-diff.png
Call log:
- expect.toHaveScreenshot(04-dialog-with-text-field-size-m.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 12 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
- 12 pixels (ratio 0.01 of all image pixels) are different.
88 | await documentationPage.waitStableState();
89 |
> 90 | await expect(page).toHaveScreenshot(
| ^
91 | `04-dialog-with-text-field-size-${size}.png`,
92 | );
93 | });
at /home/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/multi-select/multi-select.pw.spec.ts:90:40
|
[webkit] › tests/core/calendars/calendars.pw.spec.ts:24:9 › Calendars › Open calendar from start value:
projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts#L34
1) [webkit] › tests/core/calendars/calendars.pw.spec.ts:24:9 › Calendars › Open calendar from start value
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-calendar-is-april-2020.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...
- 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-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.
32 | await calendar.scrollIntoViewIfNeeded();
33 |
> 34 | await expect(calendar).toHaveScreenshot('01-calendar-is-april-2020.png');
| ^
35 | });
36 |
37 | test('Set range between two days', async ({page}) => {
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:34:32
|
[webkit] › tests/core/calendars/calendars.pw.spec.ts:50:9 › Calendars › Month:
projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts#L60
2) [webkit] › tests/core/calendars/calendars.pw.spec.ts:50:9 › Calendars › Month ─────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveScreenshot(expected)
Locator: locator('#demo-content').locator('tui-calendar-month').first()
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(01-calendar-month.png) with timeout 5000ms
- generating new stable screenshot expectation
- waiting for locator('#demo-content').locator('tui-calendar-month').first()
- locator resolved to <tui-calendar-month _nghost-ng-c1796913600="">…</tui-calendar-month>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- Timeout 5000ms exceeded.
58 | await calendar.scrollIntoViewIfNeeded();
59 |
> 60 | await expect(calendar).toHaveScreenshot('01-calendar-month.png');
| ^
61 | });
62 | });
63 |
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/core/calendars/calendars.pw.spec.ts:60:32
|
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:84:13 › InputYear › need select date from dropdown › empty input => select date via calendar => new date inside text field:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L97
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:84:13 › InputYear › need select date from dropdown › empty input => select date via calendar => new date inside text field
Error: Timed out 5000ms waiting for expect(page).toHaveScreenshot(expected)
Timeout 5000ms exceeded.
Call log:
- expect.toHaveScreenshot(10-input-year.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.
95 | await cell.click();
96 |
> 97 | await expect(page).toHaveScreenshot('10-input-year.png');
| ^
98 | });
99 |
100 | test('type 2020 => select new date via calendar => new date inside text field', async ({
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:97:32
|
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field:
projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts#L103
1) [webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
TimeoutError: locator.pressSequentially: Timeout 10000ms exceeded.
Call log:
- waiting for locator('#demo-content').locator('input')
- locator resolved to <input tabindex="0" aria-invalid="false" _ngcontent-ng-c3831396199="" id="tui_interactive_331601061540000" class="t-input ng-untouched ng-pristine ng-valid" automation-id="tui-primitive-textfield__native-input"/>
- elementHandle.type("2020")
101 | page,
102 | }) => {
> 103 | await input.pressSequentially('2020');
| ^
104 |
105 | const cell = page.locator(
106 | '[automation-id="tui-calendar-year__cell"]:has-text("2030")',
at /Users/runner/work/taiga-ui/taiga-ui/projects/demo-playwright/tests/legacy/input-year/input-year.pw.spec.ts:103:25
|
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 / 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 / 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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 / 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 / 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 / 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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 / 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 / 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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.0.4 is already installed and up-to-date.
To reinstall 3.0.4, 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
110 passed (1.2m)
|
🎭 Playwright Run Summary
110 passed (1.3m)
|
🎭 Playwright Run Summary
110 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (2.1m)
|
🎭 Playwright Run Summary
110 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.4m)
|
🎭 Playwright Run Summary
109 passed (1.5m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.4m)
|
🎭 Playwright Run Summary
8 skipped
102 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/legacy/multi-select/multi-select.pw.spec.ts:73:21 › MultiSelect › Examples › Multiselect inside dialog with different textfield sizes › multiselect inside dialog with tuiTextfieldSize=m
108 passed (1.9m)
|
🎭 Playwright Run Summary
109 passed (1.8m)
|
🎭 Playwright Run Summary
110 passed (2.8m)
|
🎭 Playwright Run Summary
110 passed (2.6m)
|
🎭 Playwright Run Summary
110 passed (2.5m)
|
🎭 Playwright Run Summary
110 passed (2.9m)
|
🎭 Playwright Run Summary
110 passed (3.4m)
|
🎭 Playwright Run Summary
110 passed (3.1m)
|
🎭 Playwright Run Summary
44 skipped
66 passed (3.0m)
|
🎭 Playwright Run Summary
2 flaky
[webkit] › tests/core/calendars/calendars.pw.spec.ts:24:9 › Calendars › Open calendar from start value
[webkit] › tests/core/calendars/calendars.pw.spec.ts:50:9 › Calendars › Month ──────────────────
44 skipped
64 passed (3.5m)
|
🎭 Playwright Run Summary
18 skipped
91 passed (2.3m)
|
🎭 Playwright Run Summary
18 skipped
91 passed (2.4m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (2.0m)
|
🎭 Playwright Run Summary
5 skipped
104 passed (1.7m)
|
🎭 Playwright Run Summary
109 passed (2.4m)
|
🎭 Playwright Run Summary
109 passed (1.6m)
|
🎭 Playwright Run Summary
110 passed (7.1m)
|
🎭 Playwright Run Summary
110 passed (8.4m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:84:13 › InputYear › need select date from dropdown › empty input => select date via calendar => new date inside text field
10 skipped
98 passed (3.2m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/legacy/input-year/input-year.pw.spec.ts:100:13 › InputYear › need select date from dropdown › type 2020 => select new date via calendar => new date inside text field
10 skipped
98 passed (2.8m)
|
🎭 Playwright Run Summary
110 passed (15.0m)
|
🎭 Playwright Run Summary
110 passed (12.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cy_baseline_edcc6cf51d172a26eb20432fc49f6204bc9b5cbc
Expired
|
113 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_1
Expired
|
263 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_2
Expired
|
301 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_3
Expired
|
1.47 MB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_4
Expired
|
533 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_5
Expired
|
838 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_6
Expired
|
431 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_7
Expired
|
349 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_8
Expired
|
368 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-Linux_9
Expired
|
1.29 MB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_1
Expired
|
235 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_2
Expired
|
238 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_3
Expired
|
1.43 MB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_4
Expired
|
525 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_5
Expired
|
784 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_6
Expired
|
394 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_7
Expired
|
299 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_8
Expired
|
346 KB |
|
playwright-blob-artifacts--edcc6cf51d172a26eb20432fc49f6204bc9b5cbc-12388701748-10012-macOS_9
Expired
|
866 KB |
|