Stencil Nightly Build #715
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 5s
Matrix: test-core-screenshot
test-core-clean-build
10s
test-core-lint
46s
test-core-spec
44s
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
3s
verify-test-vue-e2e
3s
Annotations
3 errors and 20 notices
|
[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
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
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/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after:
src/components/datetime/test/custom/datetime.e2e.ts#L64
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
Error: expect(locator).toHaveScreenshot(expected)
4509 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: datetime-custom-focus-selected-calendar-day-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-focus-selected-calendar-day-ios-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 4509 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" id="custom-calendar-days" class="ion-color ion-color-primary ios datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 4509 pixels (ratio 0.04 of all image pixels) are different.
62 |
63 | await expect(day).toBeFocused();
> 64 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-selected-calendar-day`));
| ^
65 |
66 | await page.keyboard.press('ArrowRight');
67 | await page.waitForChanges();
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:64:30
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.4m)
|
|
🎭 Playwright Run Summary
407 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.1m)
|
|
🎭 Playwright Run Summary
212 skipped
303 passed (3.4m)
|
|
🎭 Playwright Run Summary
1 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
4 skipped
509 passed (3.7m)
|
|
🎭 Playwright Run Summary
4 skipped
635 passed (3.7m)
|
|
🎭 Playwright Run Summary
638 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.7m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (4.9m)
|
|
🎭 Playwright Run Summary
5 skipped
510 passed (5.2m)
|
|
🎭 Playwright Run Summary
10 skipped
526 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (6.7m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.8m)
|
|
🎭 Playwright Run Summary
5 skipped
515 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - ios/ltr › should focus the selected day and then the day after
2 skipped
508 passed (6.9m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (7.1m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
497 passed (7.4m)
|
|
🎭 Playwright Run Summary
7 skipped
507 passed (7.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
666 KB |
sha256:542f183c5a5da826ead7aa6bb9b74b9d18d96a78cedd0dc74821119569c0bb9e
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:44f38fb82b28a6958cbb066423f1f18f06cd79823a67283019483900abca17ed
|
|
|
ionic-core
Expired
|
4.64 MB |
sha256:b708f8ee06c9afafbafa0bc87cb2524fa8562193bb4832d85db932a84900b617
|
|
|
ionic-react
Expired
|
211 KB |
sha256:2d3d6b854edc954811c280562cfb016c7080aaa544a42a03b38fbb0ce84819e0
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:7c316b95015b397804b95e3a51bf4fb31995e7740438fe5abcb0e5f56c90d1bc
|
|
|
ionic-vue
Expired
|
233 KB |
sha256:74d944e9f41b16bb2f537414172c4483ae31be152b2c4857328836bd89738769
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:5c8fc5fdd321a2ff0f53ab8619065dd4277d2350193e1abd4df03c6f969d0bb8
|
|
|
test-results-1-20
Expired
|
430 KB |
sha256:7906430dc7372503fa0ac096a78d203303589f474425544abe9917eee65f2eac
|
|
|
test-results-10-20
Expired
|
405 KB |
sha256:8528004c81c7df289fc92511187d53ceb162e7bc1fc1901cf9d9ab957d003d59
|
|
|
test-results-11-20
Expired
|
1.59 MB |
sha256:c144c9f68fa2e5b290e1170ec68e07ca446c52d738a3b1120abb97672d5072d1
|
|
|
test-results-12-20
Expired
|
441 KB |
sha256:2a5d933395645239dad41d4851ed928197260aa73dfb7043339fb7b62a8c69ed
|
|
|
test-results-13-20
Expired
|
436 KB |
sha256:f6ec36b0df91b32e5229aca9712822299fa2dba7eb74b6ec5de58a6c8056631f
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:28ee2f7f050b1868c6ed690fc7be3cf3d0b07db7633fd0668d99225265d703c3
|
|
|
test-results-15-20
Expired
|
1.28 MB |
sha256:45b646694c2ffc68cf003e00dee8a1e334c2a9d606de68f3ff374609cb168fdc
|
|
|
test-results-16-20
Expired
|
420 KB |
sha256:b8e4e2046f32b3078b9eb7bfccc42e269c5295ef2cf16bfcc3cf97a6bec78edc
|
|
|
test-results-17-20
Expired
|
525 KB |
sha256:4f505a8aca5c78efce54c29b327fe265b70a503b5104d521f15796f456d7c0f2
|
|
|
test-results-18-20
Expired
|
502 KB |
sha256:f64ce46fbef9772f9ba4f9d72976fd2a8c483658adb115680f2bf39c0e05eca5
|
|
|
test-results-19-20
Expired
|
389 KB |
sha256:3dca7bedfa292e745700e2cecae2a7d3e7b67afbcf897a6fab952e0e20830398
|
|
|
test-results-2-20
Expired
|
466 KB |
sha256:507a6e83be67c63267da5bd4e0f649410725826f8b8f43b6cdf8dbc49eccbd25
|
|
|
test-results-20-20
Expired
|
343 KB |
sha256:e73759d7c6890626a560803e1302fc851b413260015b82b1f8109fe7232ac3e3
|
|
|
test-results-3-20
Expired
|
423 KB |
sha256:ddb43ad12bdfa0c3b1d743acc13d6768cc9bb3c40fb3c4e20af42eecb28fc164
|
|
|
test-results-4-20
Expired
|
517 KB |
sha256:a5f981f585f1a1549c3befc042a15aa8de54ce08ebae4722450a7594b142cbc7
|
|
|
test-results-5-20
Expired
|
450 KB |
sha256:e4c520f354678d4f38691e0ccc61558ad2832a37843855f598b88825d5dec399
|
|
|
test-results-6-20
Expired
|
435 KB |
sha256:4e0fac40cf2937ac779480dda28b1b3de7300cac0e143c5c5919929e8d7988e8
|
|
|
test-results-7-20
Expired
|
339 KB |
sha256:969a59c7017194361be432050b47e05817ebcfc92581059dbe653fc9d3b21889
|
|
|
test-results-8-20
Expired
|
416 KB |
sha256:7a1222fd3002660db1f7231fe444f854a2988d304903083c4431e4c4bff1b10a
|
|
|
test-results-9-20
Expired
|
477 KB |
sha256:64530186a139e667d52ad2b0e8dc5cd305f56efead77d69ce6bf29dea00543b9
|
|