Skip to content

fix(range): update tokens usage, and add pressed state #16856

fix(range): update tokens usage, and add pressed state

fix(range): update tokens usage, and add pressed state #16856

Triggered via pull request August 7, 2025 15:34
Status Failure
Total duration 13m 44s
Artifacts 27

build.yml

on: pull_request
build-react
50s
build-react
build-vue
39s
build-vue
Matrix: test-core-screenshot
build-angular
1m 0s
build-angular
build-angular-server
34s
build-angular-server
test-core-clean-build
8s
test-core-clean-build
test-core-lint
53s
test-core-lint
test-core-spec
42s
test-core-spec
build-react-router
27s
build-react-router
build-vue-router
40s
build-vue-router
verify-screenshots
3s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-angular-e2e
verify-test-react-e2e
4s
verify-test-react-e2e
verify-test-react-router-e2e
4s
verify-test-react-router-e2e
verify-test-vue-e2e
2s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 20 notices
test-core-lint
Process completed with exit code 1.
[Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:229:11 › toolbar: basic - ios/ltr › slot content - ios/ltr › should not have visual regressions with nested slotted images: src/components/toolbar/test/basic/toolbar.e2e.ts#L252
1) [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:229:11 › toolbar: basic - ios/ltr › slot content - ios/ltr › should not have visual regressions with nested slotted images Error: expect(locator).toHaveScreenshot(expected) Expected an image 390px by 60px, received 390px by 56px. 3507 pixels (ratio 0.15 of all image pixels) are different. Snapshot: toolbar-basic-nested-slotted-images-ios-ltr.png Call log: - Expect "toHaveScreenshot(toolbar-basic-nested-slotted-images-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-header') - locator resolved to <ion-header role="banner" class="ios header-ios header-collapse-none hydrated">…</ion-header> - 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 390px by 60px, received 390px by 56px. 3507 pixels (ratio 0.15 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-header') - locator resolved to <ion-header role="banner" class="ios header-ios header-collapse-none hydrated">…</ion-header> - 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 390px by 60px, received 390px by 56px. 3507 pixels (ratio 0.15 of all image pixels) are different. 250 | 251 | const header = page.locator('ion-header'); > 252 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-nested-slotted-images`)); | ^ 253 | }); 254 | }); 255 | }); at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:252:30
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
2) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 132 | 133 | await pageUtils.pressKeys('Tab'); > 134 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 135 | 136 | await page.keyboard.press('ArrowDown'); 137 | await expect(firstGroupRadios.nth(1)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:134:47
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups: src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups Error: Timed out 5000ms waiting for expect(locator).toBeFocused() Locator: locator('#first-group ion-radio').first() Expected: focused Received: inactive Call log: - Expect "toBeFocused" with timeout 5000ms - waiting for locator('#first-group ion-radio').first() 9 × locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-checked="true" class="md in-item radio-checked radio-label-placement-start hydrated">Huey</ion-radio> - unexpected value "inactive" 120 | 121 | await pageUtils.pressKeys('Tab'); > 122 | await expect(firstGroupRadios.nth(0)).toBeFocused(); | ^ 123 | 124 | await pageUtils.pressKeys('Tab'); 125 | await expect(secondGroupRadios.nth(0)).toBeFocused(); at /ionic/src/components/radio/test/a11y/radio.e2e.ts:122:47
[Mobile Safari] › src/components/segment-view/test/dynamic-height/segment-view.e2e.ts:9:9 › segment-view: dynamic height - md/ltr › should show the third content when clicking the third button: src/components/segment-view/test/dynamic-height/segment-view.e2e.ts#L64
1) [Mobile Safari] › src/components/segment-view/test/dynamic-height/segment-view.e2e.ts:9:9 › segment-view: dynamic height - md/ltr › should show the third content when clicking the third button TimeoutError: locator.waitFor: Timeout 10000ms exceeded. Call log: - waiting for locator('ion-segment-content#third ion-img') to be visible 25 × locator resolved to hidden <ion-img class="img-part md hydrated" src="https://picsum.photos/200/300"></ion-img> 62 | // Wait for the image to load and be visible 63 | const imgLocator = page.locator('ion-segment-content#third ion-img'); > 64 | await imgLocator.waitFor({ state: 'visible', timeout: 10000 }); | ^ 65 | 66 | // Wait for any layout adjustments 67 | await page.waitForChanges(); at /ionic/src/components/segment-view/test/dynamic-height/segment-view.e2e.ts:64:24
[Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:32:9 › disabled state rendering - ios/ltr › disabled controls should not have visual regressions: src/components/item/test/inputs/item.e2e.ts#L44
2) [Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:32:9 › disabled state rendering - ios/ltr › disabled controls should not have visual regressions Error: expect(page).toHaveScreenshot(expected) 1141 pixels (ratio 0.01 of all image pixels) are different. Snapshot: item-inputs-disabled-ios-ltr.png Call log: - Expect "toHaveScreenshot(item-inputs-disabled-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1141 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 - 1141 pixels (ratio 0.01 of all image pixels) are different. 42 | 43 | await page.setIonViewport(); > 44 | await expect(page).toHaveScreenshot(screenshot(`item-inputs-disabled`)); | ^ 45 | }); 46 | }); 47 | }); at /ionic/src/components/item/test/inputs/item.e2e.ts:44:26
[Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - md/rtl › should not have visual regressions: src/components/item/test/inputs/item.e2e.ts#L12
1) [Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - md/rtl › should not have visual regressions Error: expect(page).toHaveScreenshot(expected) 1772 pixels (ratio 0.01 of all image pixels) are different. Snapshot: item-inputs-md-rtl.png Call log: - Expect "toHaveScreenshot(item-inputs-md-rtl.png)" with timeout 5000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 1772 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 - 1772 pixels (ratio 0.01 of all image pixels) are different. 10 | 11 | await page.setIonViewport(); > 12 | await expect(page).toHaveScreenshot(screenshot(`item-inputs`)); | ^ 13 | }); 14 | }); 15 | }); at /ionic/src/components/item/test/inputs/item.e2e.ts:12:26
[Mobile Safari] › src/components/datetime/test/position/datetime.e2e.ts:6:9 › datetime: position - md/ltr › should position the time picker relative to the click target: src/components/datetime/test/position/datetime.e2e.ts#L14
2) [Mobile Safari] › src/components/datetime/test/position/datetime.e2e.ts:6:9 › datetime: position - md/ltr › should position the time picker relative to the click target Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.datetime-ready') to be visible 12 | 13 | await ionPopoverDidPresent.next(); > 14 | await page.locator('.datetime-ready').waitFor(); | ^ 15 | 16 | await expect(page).toHaveScreenshot(screenshot(`datetime-position-base`)); 17 | at /ionic/src/components/datetime/test/position/datetime.e2e.ts:14:45
[Mobile Safari] › src/components/datetime/test/position/datetime.e2e.ts:6:9 › datetime: position - md/ltr › should position the time picker relative to the click target: src/components/datetime/test/position/datetime.e2e.ts#L0
2) [Mobile Safari] › src/components/datetime/test/position/datetime.e2e.ts:6:9 › datetime: position - md/ltr › should position the time picker relative to the click target Test timeout of 30000ms exceeded.
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes: src/components/datetime/test/custom/datetime.e2e.ts#L42
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes Error: expect(locator).toHaveScreenshot(expected) 4509 pixels (ratio 0.04 of all image pixels) are different. Snapshot: datetime-custom-calendar-days-ios-ltr.png Call log: - Expect "toHaveScreenshot(datetime-custom-calendar-days-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#custom-calendar-days') - locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime> - 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 - 4509 pixels (ratio 0.04 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#custom-calendar-days') - locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime> - 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 - 4509 pixels (ratio 0.04 of all image pixels) are different. 40 | }); 41 | > 42 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-calendar-days`)); | ^ 43 | }); 44 | }); 45 | }); at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:42:30
[Mobile Firefox] › src/components/toolbar/test/basic/toolbar.e2e.ts:207:11 › toolbar: basic - ionic/md/ltr/light › slot content - ionic/md/ltr/light › should not have visual regressions with slotted images: src/components/toolbar/test/basic/toolbar.e2e.ts#L226
3) [Mobile Firefox] › src/components/toolbar/test/basic/toolbar.e2e.ts:207:11 › toolbar: basic - ionic/md/ltr/light › slot content - ionic/md/ltr/light › should not have visual regressions with slotted images Error: expect(locator).toHaveScreenshot(expected) Expected an image 393px by 66px, received 393px by 56px. 4888 pixels (ratio 0.19 of all image pixels) are different. Snapshot: toolbar-basic-slotted-images-ionic-md-ltr-light.png Call log: - Expect "toHaveScreenshot(toolbar-basic-slotted-images-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-header') - locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header> - 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 393px by 66px, received 393px by 56px. 4888 pixels (ratio 0.19 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-header') - locator resolved to <ion-header role="banner" class="ionic header-ionic header-collapse-none hydrated">…</ion-header> - 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 393px by 66px, received 393px by 56px. 4888 pixels (ratio 0.19 of all image pixels) are different. 224 | 225 | const header = page.locator('ion-header'); > 226 | await expect(header).toHaveScreenshot(screenshot(`toolbar-basic-slotted-images`)); | ^ 227 | }); 228 | 229 | test('should not have visual regressions with nested slotted images', async ({ page }) => { at /ionic/src/components/toolbar/test/basic/toolbar.e2e.ts:226:30
[Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down to dismiss with anchor: src/components/toast/test/swipe-gesture/toast.e2e.ts#L0
2) [Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down to dismiss with anchor Test timeout of 30000ms exceeded.
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions: src/components/tab-bar/test/basic/tab-bar.e2e.ts#L45
1) [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions Error: expect(locator).toHaveScreenshot(expected) 541 pixels (ratio 0.03 of all image pixels) are different. Snapshot: tab-bar-default-ionic-md-rtl-light.png Call log: - Expect "toHaveScreenshot(tab-bar-default-ionic-md-rtl-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-tab-bar') - locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar> - 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 - 541 pixels (ratio 0.03 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-tab-bar') - locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar> - 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 - 541 pixels (ratio 0.03 of all image pixels) are different. 43 | const tabBar = page.locator('ion-tab-bar'); 44 | > 45 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-bar-default`)); | ^ 46 | }); 47 | }); 48 | }); at /ionic/src/components/tab-bar/test/basic/tab-bar.e2e.ts:45:28
🎭 Playwright Run Summary
360 skipped 276 passed (2.3m)
🎭 Playwright Run Summary
671 passed (3.5m)
🎭 Playwright Run Summary
688 passed (3.7m)
🎭 Playwright Run Summary
1 skipped 671 passed (3.7m)
🎭 Playwright Run Summary
5 skipped 661 passed (4.2m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/toolbar/test/basic/toolbar.e2e.ts:229:11 › toolbar: basic - ios/ltr › slot content - ios/ltr › should not have visual regressions with nested slotted images 368 skipped 302 passed (4.4m)
🎭 Playwright Run Summary
2 flaky [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group 4 skipped 674 passed (4.9m)
🎭 Playwright Run Summary
36 skipped 818 passed (5.9m)
🎭 Playwright Run Summary
14 skipped 489 passed (6.0m)
🎭 Playwright Run Summary
10 skipped 647 passed (6.4m)
🎭 Playwright Run Summary
5 skipped 674 passed (6.7m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/segment-view/test/dynamic-height/segment-view.e2e.ts:9:9 › segment-view: dynamic height - md/ltr › should show the third content when clicking the third button 12 skipped 679 passed (8.1m)
🎭 Playwright Run Summary
1 skipped 666 passed (8.4m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:8:9 › item: inputs - md/rtl › should not have visual regressions [Mobile Safari] › src/components/item/test/inputs/item.e2e.ts:32:9 › disabled state rendering - ios/ltr › disabled controls should not have visual regressions 3 skipped 667 passed (8.8m)
🎭 Playwright Run Summary
1 skipped 651 passed (8.8m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes [Mobile Safari] › src/components/datetime/test/position/datetime.e2e.ts:6:9 › datetime: position - md/ltr › should position the time picker relative to the click target 2 skipped 662 passed (9.1m)
🎭 Playwright Run Summary
3 flaky [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions [Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down to dismiss with anchor [Mobile Firefox] › src/components/toolbar/test/basic/toolbar.e2e.ts:207:11 › toolbar: basic - ionic/md/ltr/light › slot content - ionic/md/ltr/light › should not have visual regressions with slotted images 5 skipped 706 passed (10.1m)
🎭 Playwright Run Summary
14 skipped 681 passed (10.3m)
🎭 Playwright Run Summary
7 skipped 622 passed (10.4m)
🎭 Playwright Run Summary
4 skipped 729 passed (10.7m)

Artifacts

Produced during runtime
Name Size Digest
ionic-angular
863 KB
sha256:b4d713ce6a6fcbeb0a5c26e55690241173e0fe62cbd34f91c1bb7d5f27e055ab
ionic-angular-server
8.54 KB
sha256:c7229708bbdb1f3f40382572090f516d1d8ed59a2164816d5aea03bfeb1b0e10
ionic-core
5.13 MB
sha256:71ca0eabc3063b347163291a509ac478e39fd672aa05126cdb825c7c467de2d9
ionic-react
403 KB
sha256:e05b5f7437493f40f0ba65845070905c66976d4fb2cb1c2e6d8d40dbde59a6a1
ionic-react-router
27.9 KB
sha256:97f887e8462b86ae9c52d16a4457390e22e863e8be07af2401c8180672abd966
ionic-vue
433 KB
sha256:c4b203415803a3f92e47495ddbe83a64f6e414509373bf8000a508783c2cd974
ionic-vue-router
17.1 KB
sha256:de2ef608d6e1befd18d7d916b9dee083dfb809cdecfb2113fe50f6c775872973
test-results-1-20
507 KB
sha256:d46e4daab707b941e62e18f49446dacb7d739dafae99b314a3ffdc8294f0ec3d
test-results-10-20
455 KB
sha256:89e5560e4cb35b9bff99f7cac6aac9d503e8eba7bad2d4cac78c2abd334c6dee
test-results-11-20
2.05 MB
sha256:9a288220f0017b0d8ca09e1862ff77c897da5646a9cc512c6939a12b125e8be9
test-results-12-20
491 KB
sha256:9b206da2b693de6fd0e652801c385a487cd65d8500146b4f1dae4573bd9e85a3
test-results-13-20
510 KB
sha256:aa7eca4fbee1014103b64210e189ff61b77f83ba4f717478674d67f3003bb8ef
test-results-14-20
435 KB
sha256:c8ad3c0216a4fdf9c8115d1c37995123cbb2ca93bd82cfe00bb52b3bfaea130d
test-results-15-20
1.73 MB
sha256:14c40871282acc8dd064e678526e910d7392d4fb25b96abd974b1107686020e9
test-results-16-20
483 KB
sha256:4a967b7bf490b5a8d0a6e2bee40a2b16649e7264843e22c2ab94778ff40bdc27
test-results-17-20
2.1 MB
sha256:f4041717d83c9d433c3da880a419f985eb7188b9623fb4268874b30eea476b28
test-results-18-20
1.54 MB
sha256:1cf9d3e7d7ac5363355a61c0559e69f5175d120306a9980e29ea156ed9d65bae
test-results-19-20
457 KB
sha256:697fce9d609c7d11563b3e3ed346cb032b9b6c77d9628709b49fee9209d8d74d
test-results-2-20
517 KB
sha256:fd23dd7ed1a2b9f780378703dea739d4884822328551e412c64a20aec1757762
test-results-20-20
1.13 MB
sha256:b9c8f86e7de1afd71e133650dd046390d65a7e66dae07b72fcfb8b06f6f7ef81
test-results-3-20
450 KB
sha256:5514a9eb51c0d46a8ae12c499641f558623cae1569b8d654f1a538e9e5404fa4
test-results-4-20
598 KB
sha256:b1ee326a172270d185541ea574297e519d928ab086a708dcd5957d2803eb12b8
test-results-5-20
500 KB
sha256:be5f624263849979f2aa8934bc1449d403fc20803afb89d46db3a83cf9d85b42
test-results-6-20
2.19 MB
sha256:36468e062841ab39becc1cf167244aacb49847b6c30aed07eb129bb217ecee0d
test-results-7-20
368 KB
sha256:1d89131a802c07202ee625b245f29cb28f7db679a60116d187ec54f80f3f37f2
test-results-8-20
458 KB
sha256:cefe8b495e2db45f5b25982604e0d0af322d685dcf3d24c3b64a8a9216555030
test-results-9-20
493 KB
sha256:7a86fbf1a209af71aab40597e2a178e21a4d432a2ad287b2e6b5a3a0f48d83a6