Stencil Nightly Build #691
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 8s
Matrix: test-core-screenshot
test-core-clean-build
11s
test-core-lint
48s
test-core-spec
46s
verify-screenshots
3s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
2s
verify-test-react-e2e
2s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
10 errors and 20 notices
|
[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
|
|
[Mobile Safari] › src/components/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value:
src/components/select/test/basic/select.e2e.ts#L95
1) [Mobile Safari] › src/components/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('ion-alert').locator('.alert-radio-button.ion-focused')
Expected: 0
Received: 1
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('ion-alert').locator('.alert-radio-button.ion-focused')
9 × locator resolved to 1 element
- unexpected value "1"
93 | // Alert interface doesn't apply ion-focused class to selected options
94 | const focusedOptions = alert.locator('.alert-radio-button.ion-focused');
> 95 | await expect(focusedOptions).toHaveCount(0);
| ^
96 | });
97 | });
98 |
at /ionic/src/components/select/test/basic/select.e2e.ts:95:38
|
|
test-angular-e2e (ng18)
Process completed with exit code 1.
|
|
test-angular-e2e (ng20)
Process completed with exit code 1.
|
|
test-angular-e2e (ng19)
Process completed with exit code 1.
|
|
test-angular-e2e (ng17)
Process completed with exit code 1.
|
|
test-angular-e2e (ng16)
Process completed with exit code 1.
|
|
verify-test-angular-e2e
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
216 skipped
246 passed (2.4m)
|
|
🎭 Playwright Run Summary
504 passed (2.9m)
|
|
🎭 Playwright Run Summary
514 passed (3.1m)
|
|
🎭 Playwright Run Summary
534 passed (3.3m)
|
|
🎭 Playwright Run Summary
5 skipped
523 passed (3.4m)
|
|
🎭 Playwright Run Summary
212 skipped
302 passed (3.7m)
|
|
🎭 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
4 skipped
509 passed (3.9m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
493 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
375 passed (5.1m)
|
|
🎭 Playwright Run Summary
5 skipped
496 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 skipped
522 passed (6.3m)
|
|
🎭 Playwright Run Summary
516 passed (6.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/select/test/basic/select.e2e.ts:68:11 › select: basic - md/ltr › select: alert › it should not focus any option when opened with a value
10 skipped
517 passed (6.8m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (7.1m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
492 passed (7.4m)
|
|
🎭 Playwright Run Summary
2 skipped
533 passed (7.5m)
|
|
🎭 Playwright Run Summary
5 skipped
508 passed (7.6m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (8.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:05591750c25615523b4c8a02daeeecada950835527b1f590c100c169f420a6dc
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:b19cb91043f9b47abb992a35a126b62d9dc00024d59639c4ec06dde66fdd9a0b
|
|
|
ionic-core
Expired
|
4.6 MB |
sha256:eac3703773a044f63b003712752e5b23d72bd1df716d23f1b0792b0cc7f44067
|
|
|
ionic-react
Expired
|
200 KB |
sha256:c9b2183ee90fa838dc20738e0165f6bb68e21f84571655f5a9b83501f9f9019a
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:440e4b3673e65766d156f5fed016a17c67f49dc1fec1ac2ee8159d92d677cce7
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:e92302858ad17d027495fe2cc7484e0ce21ab9371ce01759a1df184fb8f923c6
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:13d55f04146c224284b921c8bc5d8d2b36760befb02b0bc07a47e8083dd4a643
|
|
|
test-results-1-20
Expired
|
430 KB |
sha256:6c48527810bc5f9f3a84d2c8245a8dfa645d25ea399f2ef7873d383c278ce8e8
|
|
|
test-results-10-20
Expired
|
436 KB |
sha256:12f9266fcc7a74f2c5cd8c8025672bb3579fba88945b228ba5f41f9036a50f5a
|
|
|
test-results-11-20
Expired
|
1.97 MB |
sha256:be02618a2863e94062782dc89770e185720667e7414b0b6412dc92fff6bb5ed5
|
|
|
test-results-12-20
Expired
|
440 KB |
sha256:36933ec40d9ec9f0ad2df339294a7b04213f8539ba8efc434ff796aa649f65c4
|
|
|
test-results-13-20
Expired
|
432 KB |
sha256:edb065477faf679b537929726c4f9ab704149c9fb93c12241628aa03577b2835
|
|
|
test-results-14-20
Expired
|
390 KB |
sha256:26791b0e602a88531337db28365fec3a1e37a8e1bc446fecfb67131769abace8
|
|
|
test-results-15-20
Expired
|
427 KB |
sha256:dc768a6fda2866c7eb7964758af64ab565082d3c87d89b367f66011c214e2957
|
|
|
test-results-16-20
Expired
|
414 KB |
sha256:c4af0946b8265b84dc7a2448c6d5bb4080ea88a78c98a52cd4519229d60f42ed
|
|
|
test-results-17-20
Expired
|
522 KB |
sha256:941f2ecd15bc6978f6df94d63eaba81ad44c2c70c0a5416ab22946bb9c61b20f
|
|
|
test-results-18-20
Expired
|
1.29 MB |
sha256:337aa8ad2dd738077d7a35379b345a734c52c9ca0c07316096b056936f3c02d5
|
|
|
test-results-19-20
Expired
|
385 KB |
sha256:9f3efa7faca1828a9c2b849bfc18634af8597a9e7d0d76118647c5cad2dfa201
|
|
|
test-results-2-20
Expired
|
465 KB |
sha256:92fffc92c098091b81293977abb99aaf580277dd51a9c85d796347db4ded7e22
|
|
|
test-results-20-20
Expired
|
343 KB |
sha256:b1cbdd6be68a5b337d9c5d4c433365f3ab3ac0c47dd00be82554295b09ab36be
|
|
|
test-results-3-20
Expired
|
417 KB |
sha256:95238abda76eda94bbaa857a36c3ee45535acd9d5606afd8e59b62d70660ea87
|
|
|
test-results-4-20
Expired
|
514 KB |
sha256:a99ce9dac961752613f5d53b513c27cec7971c424b7dddaedc4a276ed4c12a9b
|
|
|
test-results-5-20
Expired
|
443 KB |
sha256:2432f5feb7025246e67e7a8e5be6d83ac5a75880035d7e8d24ec74dc393f54ed
|
|
|
test-results-6-20
Expired
|
435 KB |
sha256:cee87c512a29c906eb529e3c00ff2047cf0a760054b19d9638dcb1be8f6d19ae
|
|
|
test-results-7-20
Expired
|
335 KB |
sha256:eedbc479393f14257ab4a581b32350609b25b122851f60b19295a7a159da526c
|
|
|
test-results-8-20
Expired
|
407 KB |
sha256:766070c601a155dedc272c5cf49e6c086bf0c047ccaa7ecfc9a99916aea65395
|
|
|
test-results-9-20
Expired
|
436 KB |
sha256:025b8bdfedd9cdb376dc827624288e9ca30d87086451ecb37e93a53dac2462ce
|
|