Update Reference Screenshots #1962
update-screenshots.yml
on: workflow_dispatch
build-core
1m 52s
Matrix: test-core-screenshot
update-reference-screenshots
10s
Annotations
6 errors and 20 notices
|
[Mobile Safari] › 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 Safari] › 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 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
2) [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
1) [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 Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box:
src/components/input-otp/test/separators/input-otp.e2e.ts#L99
1) [Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
97 |
98 | await expect(await hasSeparatorAfter(page, 0)).toBe(false);
> 99 | await expect(await hasSeparatorAfter(page, 1)).toBe(true);
| ^
100 | await expect(await hasSeparatorAfter(page, 2)).toBe(true);
101 | await expect(await hasSeparatorAfter(page, 3)).toBe(false);
102 | });
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:99:54
|
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L62
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('#custom-calendar-days').locator('.calendar-day[data-day=\'16\'][data-month=\'6\']')
Expected: focused
Received: inactive
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#custom-calendar-days').locator('.calendar-day[data-day=\'16\'][data-month=\'6\']')
9 × locator resolved to <button tabindex="-1" data-day="16" data-month="6" data-index="19" data-year="2023" part="calendar-day" data-day-of-week="5" class="calendar-day" aria-label="Friday, June 16">16</button>
- unexpected value "inactive"
60 | const nextDay = datetime.locator(`.calendar-day[data-day='16'][data-month='6']`);
61 |
> 62 | await expect(nextDay).toBeFocused();
| ^
63 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-calendar-day`));
64 | });
65 | });
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:62:29
|
|
[Mobile Firefox] › src/components/menu/test/basic/menu.e2e.ts:152:9 › menu: events - md/ltr › should pass role when swiping to close:
src/components/menu/test/basic/menu.e2e.ts#L0
1) [Mobile Firefox] › src/components/menu/test/basic/menu.e2e.ts:152:9 › menu: events - md/ltr › should pass role when swiping to close
Test timeout of 30000ms exceeded.
|
|
🎭 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.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › 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
356 skipped
314 passed (3.9m)
|
|
🎭 Playwright Run Summary
5 skipped
661 passed (4.2m)
|
|
🎭 Playwright Run Summary
2 flaky
[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
4 skipped
674 passed (4.9m)
|
|
🎭 Playwright Run Summary
36 skipped
818 passed (5.7m)
|
|
🎭 Playwright Run Summary
14 skipped
489 passed (5.9m)
|
|
🎭 Playwright Run Summary
10 skipped
647 passed (6.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
5 skipped
673 passed (6.8m)
|
|
🎭 Playwright Run Summary
12 skipped
680 passed (8.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:44:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
2 skipped
663 passed (8.7m)
|
|
🎭 Playwright Run Summary
1 skipped
666 passed (8.5m)
|
|
🎭 Playwright Run Summary
3 skipped
669 passed (8.7m)
|
|
🎭 Playwright Run Summary
5 skipped
709 passed (9.1m)
|
|
🎭 Playwright Run Summary
1 skipped
651 passed (9.3m)
|
|
🎭 Playwright Run Summary
4 skipped
729 passed (9.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/menu/test/basic/menu.e2e.ts:152:9 › menu: events - md/ltr › should pass role when swiping to close
14 skipped
680 passed (10.1m)
|
|
🎭 Playwright Run Summary
7 skipped
622 passed (10.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-core
Expired
|
5.13 MB |
sha256:529c41c30a9ef24ece131140d81903f9baa4dcf709a7d91bf5de20ad3b56362f
|
|
|
test-results-1-20
Expired
|
505 KB |
sha256:50e18519cc120ad1ada6823a0560e7a74a902101233511e2803716e1bbd463f7
|
|
|
test-results-10-20
Expired
|
454 KB |
sha256:7f336a3ca9c8085a9327b3685efcd074f69c193649cf42eeadd0a202c15e8f2e
|
|
|
test-results-11-20
Expired
|
1.69 MB |
sha256:8ed34940b56a3abbd8e36bf3de0f271a943ac402d6fd68ae4cf8e1e114a3592d
|
|
|
test-results-12-20
Expired
|
492 KB |
sha256:b79c6254376720d6ce7eeddf9035b12e90f93f9d3bf1d50e30545470aa6ef5f3
|
|
|
test-results-13-20
Expired
|
511 KB |
sha256:1aaaa727117430f6c2fd4003c4ef3837319bf1e758052635c1a19d50e0bea609
|
|
|
test-results-14-20
Expired
|
435 KB |
sha256:0bd59be6bba2062d16eea747605ba016ea10a8ba038615d39136006341522f6a
|
|
|
test-results-15-20
Expired
|
1.23 MB |
sha256:8ef221172a4461389b06f2cc3aff066f118dd0a8c60729607d217eb1cc2a7aa4
|
|
|
test-results-16-20
Expired
|
1.2 MB |
sha256:95a671bd3693db8d925c6039380a4c69feaff4174cb07572ee6ce32e282e453d
|
|
|
test-results-17-20
Expired
|
575 KB |
sha256:fc77e78ee9ded2fb8b4680456ecbeb974a7918bdd71209678b6e01b34334f5d5
|
|
|
test-results-18-20
Expired
|
568 KB |
sha256:146418ea594b468f7220b243f5292f0e005b3fcf139cf60020620a5f40271c27
|
|
|
test-results-19-20
Expired
|
456 KB |
sha256:cc711708d81512855b1bea0f99c4669297217adfed18af481b43dbb13701b91b
|
|
|
test-results-2-20
Expired
|
516 KB |
sha256:d5d77522f59bf62db7d70668963854cc6c468b43d336ab7abfdcd2dc16cf93b6
|
|
|
test-results-20-20
Expired
|
1.25 MB |
sha256:cfaf5c00cd56dfd8434ad492bcf7c0692886cd02b1999fc40ecc6f6bd8228ecc
|
|
|
test-results-3-20
Expired
|
450 KB |
sha256:33c2f6f78e72c287c3443f9fa48ec65075b94be30975b53fb7415c6734d65575
|
|
|
test-results-4-20
Expired
|
1.53 MB |
sha256:1587ad8066f8eb57cc70809771ad3c14a392c611aa7a3bc66ae5a2908895c943
|
|
|
test-results-5-20
Expired
|
501 KB |
sha256:e06af2b07383887770ca7fdc6f161842f81f7335fe113dfe18362259a2cee0d1
|
|
|
test-results-6-20
Expired
|
487 KB |
sha256:ddd8dc24c3282f48c3adb3e29b094915abfc1f414f8dbceeba680f95e6e9ebee
|
|
|
test-results-7-20
Expired
|
368 KB |
sha256:29647169d8414062e9d3a3d8e69a8585e87a8f50347907e2654335d0bf438c01
|
|
|
test-results-8-20
Expired
|
458 KB |
sha256:26174b74177d68b8d81961204df9845f5bcc89c6b01cb5bf98c5157bc861e9cb
|
|
|
test-results-9-20
Expired
|
494 KB |
sha256:629b2100b5093db896b910516d9b5a960d6e05eecedf53c57944c825dbc1d8ad
|
|
|
updated-screenshots-15-20
Expired
|
37 KB |
sha256:243c82a5d1ca15f6580baa1217d15e58d40fd052ee402197c6c1ba5194c642ef
|
|
|
updated-screenshots-20-20
Expired
|
24.4 KB |
sha256:c16a9cfb73ec07e5d53e60e7ff404c3e6a0044134ffae3b2cce5a28755d83da5
|
|
|
updated-screenshots-6-20
Expired
|
15.6 KB |
sha256:28a164dc1932b8ccd331ae884db1e2d2160fab99a011ca54ad8849714ceacb59
|
|