Skip to content

Update Reference Screenshots #1971

Update Reference Screenshots

Update Reference Screenshots #1971

Re-run triggered August 27, 2025 17:25
Status Failure
Total duration 4m 5s
Artifacts 24

update-screenshots.yml

on: workflow_dispatch
Matrix: test-core-screenshot
update-reference-screenshots
0s
update-reference-screenshots
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 17 notices
test-core-screenshot (8, 20)
Process completed with exit code 1.
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
test-core-screenshot (14, 20)
Process completed with exit code 1.
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
test-core-screenshot (1, 20)
Process completed with exit code 1.
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
3) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ionic list-ionic list-rectangular hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ionic-md-ltr-light.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
2) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="ios list-ios hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-ios-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
[Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom: src/components/badge/test/hint/badge.e2e.ts#L39
1) [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom Error: expect.toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png): Error: strict mode violation: locator('#tab-button-icon-bottom') resolved to 2 elements: 1) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Bottom Icon Tab One 9 Tab Two Tab Three 999 Tab Four Tab') 2) <ion-list role="list" id="tab-button-icon-bottom" class="md list-md hydrated">…</ion-list> aka getByText('Inside Tab Button - Only Icon 999') Call log: - Expect "toHaveScreenshot(badge-hint-tab-button-icon-bottom-md-ltr.png)" with timeout 5000ms - verifying given screenshot expectation - waiting for locator('#tab-button-icon-bottom') 37 | const container = page.locator('#tab-button-icon-bottom'); 38 | > 39 | await expect(container).toHaveScreenshot(screenshot(`badge-hint-tab-button-icon-bottom`)); | ^ 40 | }); 41 | }); 42 | at /ionic/src/components/badge/test/hint/badge.e2e.ts:39:7
🎭 Playwright Run Summary
6 passed (3.5s)
🎭 Playwright Run Summary
14 passed (5.6s)
🎭 Playwright Run Summary
10 passed (10.0s)
🎭 Playwright Run Summary
9 passed (4.3s)
🎭 Playwright Run Summary
16 passed (7.9s)
🎭 Playwright Run Summary
14 passed (10.2s)
🎭 Playwright Run Summary
22 passed (17.2s)
🎭 Playwright Run Summary
20 passed (6.8s)
🎭 Playwright Run Summary
9 passed (9.6s)
🎭 Playwright Run Summary
3 failed [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom [Mobile Chrome] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom 18 passed (19.0s)
🎭 Playwright Run Summary
14 passed (10.3s)
🎭 Playwright Run Summary
32 passed (20.4s)
🎭 Playwright Run Summary
20 passed (13.9s)
🎭 Playwright Run Summary
18 passed (12.5s)
🎭 Playwright Run Summary
3 passed (5.6s)
🎭 Playwright Run Summary
3 failed [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom [Mobile Safari] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom 30 passed (42.7s)
🎭 Playwright Run Summary
3 failed [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - md/ltr › should not have visual regressions when icon is at the bottom [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ios/ltr › should not have visual regressions when icon is at the bottom [Mobile Firefox] › src/components/badge/test/hint/badge.e2e.ts:34:9 › badge: hint inside tab button - ionic/md/ltr/light › should not have visual regressions when icon is at the bottom 30 passed (55.2s)

Artifacts

Produced during runtime
Name Size Digest
ionic-core
5.16 MB
sha256:0eac5a85443605c605576e453575f93a31bbd4873987c8aad15dfc3a9bbba631
test-results-1-20
4.93 MB
sha256:d2cbde6bb1d37f3b6f53837a4c43ded2d80f3e99c403a8930f960236497ce287
test-results-10-20
176 KB
sha256:b27ff24bf524997d40f6971858ce2d5fb6cb7a79a5324163a4660ea65a4aa0eb
test-results-11-20
181 KB
sha256:69d2678361d5daf6f2c7d44a4dc38dccc7a92b9390038e5b6e2410d6baec06b2
test-results-12-20
179 KB
sha256:e9613fecd0464531d4c47690bff0f60b80876195570f538f71e947c19d49d1c3
test-results-13-20
178 KB
sha256:37201e88e6252179b992a1e11a90c1963a955f6182b984cd73a45d6b6031c250
test-results-14-20
3.86 MB
sha256:4be4ce06641deeef093812bfb5831b5d9539562f8be5e901aca363410bdce8f6
test-results-15-20
173 KB
sha256:20a2fcb5ae462c5f960d22ccef25b8273225fdda81ad1f2d83453e7a0a5243c0
test-results-16-20
180 KB
sha256:3c899e8aba9a8fa7d2d4e83b1f71293f0f0f203d20d3c4ecfae1d1a4879655d0
test-results-17-20
180 KB
sha256:951d09493bb03f69c62bb8123f40e98c67eb9a96b7ee699f37fd8c28c5db7192
test-results-18-20
184 KB
sha256:8e7fe3bec19ed869c61df0e15912cfaf9f7b42c6c5c8c76140af3a306dc5737e
test-results-19-20
173 KB
sha256:28087bc2fc749a32dfde3b138c0398c23a5178d33340ed1ad837eb1539000a1e
test-results-2-20
173 KB
sha256:7f2733a60e0c20b8b7b2f2fd685fb3143c7648fab4dba815e6ee5ff04945c6db
test-results-20-20
179 KB
sha256:942aaf270de41432b26b3bbd574cafe0007de6801c9bcc5657e92f5b7e4f2180
test-results-3-20
180 KB
sha256:36b5082f302c2a76315214ac9b6c0b8747c9e55cbde8af131fb3ba28392fafba
test-results-4-20
184 KB
sha256:7851aaeaaca32954e98841160b9d891d93908c8f31d95b547e6f752f93de32b2
test-results-5-20
180 KB
sha256:ccd92c1d751bca536e046bf14c556bfce232293bc18d9975fa28bfbe6938c9dc
test-results-6-20
176 KB
sha256:0cc7bc34af36eadab10b8b5307e81845be0a80b4c67740296bebbee484991baa
test-results-7-20
184 KB
sha256:61daf59877f3d587279e5b8ddfb609a618e79d25c676f0e09e18379c239fe790
test-results-8-20
4.35 MB
sha256:4bc4c6d15b5ff5dc5e17780dc8c87fbf381de0c941e459100083460815752369
test-results-9-20
179 KB
sha256:fa209ba35e1226b5ba242eac4a82830e5c9bcfa6ab0904b32c7fa32cdba6690f
updated-screenshots-13-20
4.92 KB
sha256:3da8ce2dd8a24347adcddf8484a35e3249913d8dc9e9af599a03e4787108550a
updated-screenshots-20-20
6.26 KB
sha256:1bae5e7b6d7f47ab41b66f58945620940db38211358db7857d13470ea5aadff8
updated-screenshots-6-20
5.49 KB
sha256:ce92fe9b428e2c6a4db3fce6b57a84c4ac8c05dd35a75eac31b5b265760f384f