Update Reference Screenshots #1918
update-screenshots.yml
on: workflow_dispatch
build-core
1m 35s
Matrix: test-core-screenshot
update-reference-screenshots
14s
Annotations
4 errors and 20 notices
[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
4) [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
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
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
|
🎭 Playwright Run Summary
360 skipped
265 passed (2.3m)
|
🎭 Playwright Run Summary
356 skipped
269 passed (3.1m)
|
🎭 Playwright Run Summary
647 passed (3.7m)
|
🎭 Playwright Run Summary
637 passed (3.8m)
|
🎭 Playwright Run Summary
635 passed (4.4m)
|
🎭 Playwright Run Summary
3 skipped
649 passed (4.4m)
|
🎭 Playwright Run Summary
4 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
[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
2 skipped
636 passed (5.0m)
|
🎭 Playwright Run Summary
36 skipped
772 passed (5.6m)
|
🎭 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.5m)
|
🎭 Playwright Run Summary
1 skipped
648 passed (7.6m)
|
🎭 Playwright Run Summary
6 skipped
637 passed (7.5m)
|
🎭 Playwright Run Summary
5 skipped
662 passed (8.0m)
|
🎭 Playwright Run Summary
642 passed (8.0m)
|
🎭 Playwright Run Summary
12 skipped
622 passed (8.6m)
|
🎭 Playwright Run Summary
5 skipped
633 passed (8.6m)
|
🎭 Playwright Run Summary
2 skipped
656 passed (8.7m)
|
🎭 Playwright Run Summary
4 skipped
679 passed (8.7m)
|
🎭 Playwright Run Summary
5 skipped
611 passed (9.0m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
ionic-core
|
5.05 MB |
sha256:1c2f280b3ee6dd9dc783895420caba7683fcff44b89a60507df624649b81208e
|
|
test-results-1-20
|
509 KB |
sha256:2c62a4bce431033795f0446c2df7c00d836d9b4e2287792b7bb0de8fd1ea1805
|
|
test-results-10-20
|
473 KB |
sha256:a313d2c84013d1a2807c3bef0e69315e1d6f5723e8666e49b757e0976afe1703
|
|
test-results-11-20
|
2.45 MB |
sha256:be90ea31d846e6cb5a5fb5fe1dfcaff1d3b3180f25cde1ec7ede17a2876cc771
|
|
test-results-12-20
|
504 KB |
sha256:f8af43688ff501f727de6ec1dc3a3e2a4ab2d57bbb115138e55fe55e11069d30
|
|
test-results-13-20
|
517 KB |
sha256:3a3aac5e7ec0d71ac99e12ae3d78a2e55fcfd633f77cde3d6a6d39eb39da9ae4
|
|
test-results-14-20
|
440 KB |
sha256:9a50e6eb9e29fb2c006e98d3a00022cb6f4712a1c2aac362bfbca4f35a59a4aa
|
|
test-results-15-20
|
487 KB |
sha256:9b630fb26a497602f36f2739d3036c055a547a489332429d04fb42978a91b4bf
|
|
test-results-16-20
|
483 KB |
sha256:3c0a0825ca9ffb48d94f47d0a763d42ca11c03e8dab16fa773409c5d7632d79b
|
|
test-results-17-20
|
577 KB |
sha256:333b1322d7678d035bc68f4a78c23eae39d206255edd29fa39beb875449afda9
|
|
test-results-18-20
|
558 KB |
sha256:01d68ce34c8c0bba78846764ebb8853681125c40d328e7d084809a4e514509a3
|
|
test-results-19-20
|
483 KB |
sha256:e5645cc2aaac840345d201b83620118cba531fc193ff56c00ae0f65ff03cce40
|
|
test-results-2-20
|
524 KB |
sha256:a0a3d59d6e9e94577e4930992a0d0b34a92ccf03d923e4716f1d14276974c032
|
|
test-results-20-20
|
342 KB |
sha256:5c6ef5092721ab709352259dd4f68093785d17b6a50290958139d71d9a44d0bc
|
|
test-results-3-20
|
469 KB |
sha256:b32dc4667ee24edfa2922b8dc43da08c7719575087d1a2b766a38a7acd2111a5
|
|
test-results-4-20
|
581 KB |
sha256:ecb09f4674b295db36d7422547ea83e27811d132620021b06b0616b71e55dd12
|
|
test-results-5-20
|
517 KB |
sha256:eacdb674742efe7a33171f1790951cd312b9114e3547a230f7d7330f75c60f69
|
|
test-results-6-20
|
494 KB |
sha256:1b2359c5bc3e44ef6dfd09ab68f74393529a43ee37fa3e3ffae27a88786d025f
|
|
test-results-7-20
|
371 KB |
sha256:6d301ad0b50ee2be4e0b6c8763c6f577c8d5af446853fd9239b6418dfaaa6063
|
|
test-results-8-20
|
467 KB |
sha256:38fd27b596fc0c41e1b0dc3afacb2bba8deb853d86b7d033d570c2077cfb2ec7
|
|
test-results-9-20
|
506 KB |
sha256:1dd3f5645dea7f023b07d3c1c6c2865e4628abde356659583c43b4157bbec102
|
|
updated-screenshots-1-20
|
533 KB |
sha256:fc36ccb30306ced4469a384398a7e50aa066e5c36129ee6eca13083854947078
|
|
updated-screenshots-10-20
|
986 KB |
sha256:58ba1b592cd824aee4ca114a428f4ef8329331c1adaf3329b938a338ca01ec87
|
|
updated-screenshots-11-20
|
440 KB |
sha256:86bcbd7a35ba212f3815b2ec0a3dcb2d3ac7f94ffde8c98f484f4c96932e38d4
|
|
updated-screenshots-12-20
|
212 KB |
sha256:db429c9b472025f536ff2512970b876b165d5f430f4f73d3a43377eceea3f09f
|
|
updated-screenshots-13-20
|
1.1 MB |
sha256:d20d11c4ec8e262ff226476117195c72188b708ea2a0be19195e1eaee7611917
|
|
updated-screenshots-14-20
|
500 KB |
sha256:1000cf68b9754decbea02dde5e9f0ab73903ae45e0b02642b9692d4a47a9c90c
|
|
updated-screenshots-15-20
|
97.6 KB |
sha256:82f7e68889852168fe7cdb564506c138f9b0b94971abf2831f7ad667f16542a8
|
|
updated-screenshots-16-20
|
1.09 KB |
sha256:37aaf30f88a47289e4b7f42088614f5f8a6b796daddefaa779825d410c77006c
|
|
updated-screenshots-19-20
|
33.7 KB |
sha256:b04e9e5660822fd49678194e5fb7231dd55134ae1fbbd4f4a51a80ef074c43ec
|
|
updated-screenshots-2-20
|
70.5 KB |
sha256:eafc16800a6caedd8745105f2f0b8f1a39a5fc3e165fd852f675b139b4fbaa9c
|
|
updated-screenshots-20-20
|
56.5 KB |
sha256:cd40307e9d570d8ca9f47d3d82192ffcc5960b690c77ef0d4d7af0cc9c0b8fb9
|
|
updated-screenshots-3-20
|
1.1 KB |
sha256:091871a90d0994c3f1af14cdcd300f56e3f6747d77e36677fb39dfde12c5ac9f
|
|
updated-screenshots-5-20
|
38.1 KB |
sha256:7321e1f25e2299f82e0ea01f2a4c269811f0fc74b1c750d78f94fcf76c04aec9
|
|
updated-screenshots-7-20
|
48 KB |
sha256:ce81fb34596f168da054d82bd10c790c2b085f0e1cd9473c5be11340961cc0c3
|
|
updated-screenshots-8-20
|
3.71 MB |
sha256:c5b606402665f2fed85ba205d2c2701d1b0c8226b2f81770df78e9d4d192a698
|
|
updated-screenshots-9-20
|
353 KB |
sha256:ec8c7807838b3032671f58aef31fa1d69b08bdaf3af7e520de37e4d6a3c2da3a
|
|