Update Reference Screenshots #1919
update-screenshots.yml
on: workflow_dispatch
build-core
1m 37s
Matrix: test-core-screenshot
update-reference-screenshots
19s
Annotations
6 errors and 20 notices
[Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L32
1) [Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('ion-datetime .calendar-month-year')
Expected string: "February 2022"
Received string: "February 2021"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('ion-datetime .calendar-month-year')
9 × locator resolved to <div class="calendar-month-year">…</div>
- unexpected value "February 2021"
30 | await page.waitForChanges();
31 |
> 32 | await expect(monthYearToggle).toContainText('February 2022');
| ^
33 | });
34 |
35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => {
at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
|
[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
3) [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 Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 › radio: keyboard navigation - md/ltr › 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 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
1) [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.
|
🎭 Playwright Run Summary
360 skipped
265 passed (2.3m)
|
🎭 Playwright Run Summary
356 skipped
269 passed (3.0m)
|
🎭 Playwright Run Summary
637 passed (3.5m)
|
🎭 Playwright Run Summary
647 passed (3.5m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
634 passed (3.8m)
|
🎭 Playwright Run Summary
3 skipped
649 passed (4.1m)
|
🎭 Playwright Run Summary
3 flaky
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › tabbing should switch between radio groups
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr › radio: keyboard navigation - md/ltr › using arrow keys should move between enabled radios within group
[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
2 skipped
637 passed (4.8m)
|
🎭 Playwright Run Summary
36 skipped
772 passed (5.3m)
|
🎭 Playwright Run Summary
14 skipped
458 passed (6.0m)
|
🎭 Playwright Run Summary
3 skipped
634 passed (6.2m)
|
🎭 Playwright Run Summary
10 skipped
647 passed (6.4m)
|
🎭 Playwright Run Summary
6 skipped
637 passed (7.4m)
|
🎭 Playwright Run Summary
1 skipped
648 passed (7.6m)
|
🎭 Playwright Run Summary
1 flaky
[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
5 skipped
661 passed (8.3m)
|
🎭 Playwright Run Summary
2 skipped
656 passed (8.5m)
|
🎭 Playwright Run Summary
5 skipped
633 passed (8.4m)
|
🎭 Playwright Run Summary
642 passed (8.5m)
|
🎭 Playwright Run Summary
4 skipped
679 passed (8.5m)
|
🎭 Playwright Run Summary
12 skipped
622 passed (8.8m)
|
🎭 Playwright Run Summary
5 skipped
611 passed (9.3m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
ionic-core
|
5.05 MB |
sha256:de9140a30e5593b6e0904840bf1f05966bde9cfb1cabd2e15a36bedc311389cd
|
|
test-results-1-20
|
509 KB |
sha256:e53f9db599f03c7a61764b5df3f72d7681d7562670dbf666c9982416887e9cfc
|
|
test-results-10-20
|
471 KB |
sha256:3dde256f82053e524460090122679d8802cd3a82bb3aee69e301584aa2e71fbd
|
|
test-results-11-20
|
2.44 MB |
sha256:3bb0ba943ae8e7c89e0a4c49031f138d22e24c32dd0844f21d26b0dc7058dab2
|
|
test-results-12-20
|
496 KB |
sha256:5dc9eb8b174240008e9c00bfcd55879109442a1c2dd6c96ffe8001c5ca2d0ec6
|
|
test-results-13-20
|
514 KB |
sha256:8e75ad760d4c69c024f91f68bae9304e343cd4b5fb2b65fcef0d1147cd333bdc
|
|
test-results-14-20
|
440 KB |
sha256:0965d602bcc767edb3497e3a4aea83fba70d4610ee94a9676e85eb04236221ae
|
|
test-results-15-20
|
486 KB |
sha256:997bbc259d2729454f8fda2819c15f22e31235126e5e191ef4a06e07b86f624c
|
|
test-results-16-20
|
483 KB |
sha256:17e1672e0a27873ecccf183a5d146949ce7797ae3803e53bf64c221aa088dff1
|
|
test-results-17-20
|
576 KB |
sha256:44e4473f3385097bc6cae83e1fd60dc10328e866de335a65eaf51c1bb36c2c2c
|
|
test-results-18-20
|
558 KB |
sha256:0e864fc377d5c39fc9a2bce27deb13669917029c0e7e25e49b5ceb0a252cef29
|
|
test-results-19-20
|
477 KB |
sha256:0f43499c7aee3422d35ca504a86ede4f8a3c0d977d670e9ea36f88babf6d4d6c
|
|
test-results-2-20
|
524 KB |
sha256:6b4da1147d57942f8b4fb7848ecdbdea2ba23f4841799bf055ede548eca0d69b
|
|
test-results-20-20
|
341 KB |
sha256:a6825796bf2bab5cf88f356696fbad3073d17ea9c536fc1dbfa10afcdb9d0a22
|
|
test-results-3-20
|
470 KB |
sha256:d83e780b2c8780f18b18b6e7947f34ec8b6f53fd894214db3cd59db06429dfe0
|
|
test-results-4-20
|
582 KB |
sha256:92ce1febab45eb34b8f01dd5661ed64159e36110fde30a016fce15cd3c2e6237
|
|
test-results-5-20
|
511 KB |
sha256:88c6eeb921c6e2241a51134d3b1e1e08cbb4f3b0c9c9c8fab9f5efa4dc7ed74e
|
|
test-results-6-20
|
1.37 MB |
sha256:8f066b8c38d4354cccdd7e43e5bb11998332333e29f842e1f31b71075a58e95e
|
|
test-results-7-20
|
370 KB |
sha256:7157937bf834a135d97d3b0849915116b297eba0aecdfd557f622b4b8b5881cf
|
|
test-results-8-20
|
1.4 MB |
sha256:881d69b7b3548a13215147b838fb7a5d9ffbcb7ca70371de2befdfc4e961b396
|
|
test-results-9-20
|
503 KB |
sha256:bc9c3a1a4a50ba70ac96261ac6a86214a6430c0bd012fefc9173ed507742f169
|
|
updated-screenshots-18-20
|
21.7 KB |
sha256:b9f0f6b2e0869af3a5d0103640da1e016c1f5e7ffecd3e7afc0a3095322bbc47
|
|
updated-screenshots-6-20
|
8.06 KB |
sha256:abc3a57d794294e36ebc50f6c5b319742f8315dbb600c9cd10e0a7a3b69acf99
|
|
updated-screenshots-9-20
|
66.2 KB |
sha256:b3b761dbe89977cfcf134c01983d279f2b42bffee48d951dc4424e4b69ff76b1
|
|