Skip to content

chore(screenshots): add Git LFS tracking for screenshot ground truths #18871

chore(screenshots): add Git LFS tracking for screenshot ground truths

chore(screenshots): add Git LFS tracking for screenshot ground truths #18871

Re-run triggered April 13, 2026 12:25
Status Failure
Total duration 10m 36s
Artifacts 28

build.yml

on: pull_request
build-react
49s
build-react
build-vue
31s
build-vue
Matrix: test-core-screenshot
build-angular
1m 10s
build-angular
build-angular-server
34s
build-angular-server
test-core-clean-build
12s
test-core-clean-build
test-core-lint
52s
test-core-lint
test-core-spec
1m 1s
test-core-spec
build-react-router
32s
build-react-router
build-vue-router
38s
build-vue-router
verify-screenshots
4s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-angular-e2e
verify-test-react-e2e
2s
verify-test-react-e2e
verify-test-react-router-e2e
3s
verify-test-react-router-e2e
verify-test-vue-e2e
3s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 notices
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load: src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load Error: expect(received).toContain(expected) // indexOf Expected substring: "#/child/1" Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light" 7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config); 8 | > 9 | expect(page.url()).toContain('#/child/1'); | ^ 10 | }); 11 | }); 12 | }); at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
test-core-screenshot (15, 20)
Process completed with exit code 1.
[Mobile Safari] › src/components/datetime/test/set-value/datetime.e2e.ts:54:9 › datetime: set-value - ios/ltr › should scroll to new month when value is initially set and then updated: src/components/datetime/test/set-value/datetime.e2e.ts#L63
2) [Mobile Safari] › src/components/datetime/test/set-value/datetime.e2e.ts:54:9 › datetime: set-value - ios/ltr › should scroll to new month when value is initially set and then updated Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveText(expected) failed Locator: locator('ion-datetime').locator('.calendar-month-year') Expected pattern: /May 2021/ Received string: "November 2021" Timeout: 5000ms Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('ion-datetime').locator('.calendar-month-year') 9 × locator resolved to <div class="calendar-month-year">…</div> - unexpected value "November 2021" 61 | 62 | const calendarHeader = datetime.locator('.calendar-month-year'); > 63 | await expect(calendarHeader).toHaveText(/May 2021/); | ^ 64 | }); 65 | }); 66 | }); at /ionic/src/components/datetime/test/set-value/datetime.e2e.ts:63:36
[Mobile Safari] › src/components/datetime/test/set-value/datetime.e2e.ts:54:9 › datetime: set-value - ios/ltr › should scroll to new month when value is initially set and then updated: src/components/datetime/test/set-value/datetime.e2e.ts#L63
2) [Mobile Safari] › src/components/datetime/test/set-value/datetime.e2e.ts:54:9 › datetime: set-value - ios/ltr › should scroll to new month when value is initially set and then updated Error: expect(locator).toHaveText(expected) failed Locator: locator('ion-datetime').locator('.calendar-month-year') Expected pattern: /May 2021/ Received string: "November 2021" Timeout: 5000ms Call log: - Expect "toHaveText" with timeout 5000ms - waiting for locator('ion-datetime').locator('.calendar-month-year') 9 × locator resolved to <div class="calendar-month-year">…</div> - unexpected value "November 2021" 61 | 62 | const calendarHeader = datetime.locator('.calendar-month-year'); > 63 | await expect(calendarHeader).toHaveText(/May 2021/); | ^ 64 | }); 65 | }); 66 | }); at /ionic/src/components/datetime/test/set-value/datetime.e2e.ts:63:36
[Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible: src/components/datetime/test/basic/datetime.e2e.ts#L481
1) [Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveClass(expected) failed Locator: locator('ion-datetime') Expected pattern: /datetime-ready/ Received string: "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" Timeout: 5000ms Call log: - Expect "toHaveClass" with timeout 5000ms - waiting for locator('ion-datetime') 9 × locator resolved to <ion-datetime value="2022-05-03" class="ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated">…</ion-datetime> - unexpected value "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" 479 | await page.waitForTimeout(100); 480 | > 481 | await expect(datetime).toHaveClass(/datetime-ready/); | ^ 482 | 483 | const calendarBody = datetime.locator('.calendar-body'); 484 | await expect(calendarBody).toBeVisible(); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:481:30
[Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible: src/components/datetime/test/basic/datetime.e2e.ts#L481
1) [Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveClass(expected) failed Locator: locator('ion-datetime') Expected pattern: /datetime-ready/ Received string: "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" Timeout: 5000ms Call log: - Expect "toHaveClass" with timeout 5000ms - waiting for locator('ion-datetime') 9 × locator resolved to <ion-datetime value="2022-05-03" class="ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated">…</ion-datetime> - unexpected value "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" 479 | await page.waitForTimeout(100); 480 | > 481 | await expect(datetime).toHaveClass(/datetime-ready/); | ^ 482 | 483 | const calendarBody = datetime.locator('.calendar-body'); 484 | await expect(calendarBody).toBeVisible(); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:481:30
[Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible: src/components/datetime/test/basic/datetime.e2e.ts#L481
1) [Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible Error: expect(locator).toHaveClass(expected) failed Locator: locator('ion-datetime') Expected pattern: /datetime-ready/ Received string: "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" Timeout: 5000ms Call log: - Expect "toHaveClass" with timeout 5000ms - waiting for locator('ion-datetime') 9 × locator resolved to <ion-datetime value="2022-05-03" class="ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated">…</ion-datetime> - unexpected value "ion-color ion-color-primary md datetime-presentation-date-time datetime-size-fixed datetime-grid hydrated" 479 | await page.waitForTimeout(100); 480 | > 481 | await expect(datetime).toHaveClass(/datetime-ready/); | ^ 482 | 483 | const calendarBody = datetime.locator('.calendar-body'); 484 | await expect(calendarBody).toBeVisible(); at /ionic/src/components/datetime/test/basic/datetime.e2e.ts:481:30
test-core-screenshot (2, 20)
The strategy configuration was canceled because "test-core-screenshot._15_20" failed
test-core-screenshot (2, 20)
Process completed with exit code 12.
test-core-screenshot (2, 20)
The operation was canceled.
verify-screenshots
Process completed with exit code 1.
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load 10 skipped 564 passed (7.4m)
🎭 Playwright Run Summary
1 failed [Mobile Safari] › src/components/datetime/test/basic/datetime.e2e.ts:443:9 › datetime: IO fallback - md/ltr › should become ready even if IntersectionObserver never reports visible 1 flaky [Mobile Safari] › src/components/datetime/test/set-value/datetime.e2e.ts:54:9 › datetime: set-value - ios/ltr › should scroll to new month when value is initially set and then updated 2 skipped 542 passed (8.0m)

Artifacts

Produced during runtime
Name Size Digest
test-results-15-20
2.81 MB
sha256:81c9e5245af6d479c90dbe16ed30f6c7bb795717c1526a8bbac280640fc52c78
test-results-18-20
1.29 MB
sha256:ea056f741d033b278217d713e8cad3c92c92bd3d87140a1b962a12cae0ee3cc1