Stencil Nightly Build #720
stencil-nightly.yml
on: schedule
build-core-with-stencil-nightly
1m 8s
Matrix: test-core-screenshot
test-core-clean-build
10s
test-core-lint
47s
test-core-spec
43s
verify-screenshots
2s
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
3s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
4 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
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/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar:
src/components/datetime/test/show-adjacent-days/datetime.e2e.ts#L20
2) [Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar
Error: expect(locator).toHaveScreenshot(expected)
5772 pixels (ratio 0.05 of all image pixels) are different.
Snapshot: datetime-show-adjacent-days-custom-calendar-md-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-show-adjacent-days-custom-calendar-md-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" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary md 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
- 5772 pixels (ratio 0.05 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" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary md 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
- 5772 pixels (ratio 0.05 of all image pixels) are different.
18 | await page.locator('.datetime-ready').first().waitFor();
19 | const datetime = page.locator('#custom-calendar-days');
> 20 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-calendar`));
| ^
21 | });
22 |
23 | test('should not have visual regressions with specific date disabled', async ({ page }) => {
at /ionic/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:20:30
|
|
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes:
src/components/datetime/test/custom/datetime.e2e.ts#L42
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes
Error: expect(locator).toHaveScreenshot(expected)
4509 pixels (ratio 0.04 of all image pixels) are different.
Snapshot: datetime-custom-calendar-days-ios-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-custom-calendar-days-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.
40 | });
41 |
> 42 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-calendar-days`));
| ^
43 | });
44 | });
45 | });
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:42:30
|
|
🎭 Playwright Run Summary
216 skipped
257 passed (2.3m)
|
|
🎭 Playwright Run Summary
407 passed (2.5m)
|
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.2m)
|
|
🎭 Playwright Run Summary
212 skipped
303 passed (3.6m)
|
|
🎭 Playwright Run Summary
4 skipped
635 passed (3.8m)
|
|
🎭 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
508 passed (3.7m)
|
|
🎭 Playwright Run Summary
638 passed (4.2m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.7m)
|
|
🎭 Playwright Run Summary
14 skipped
399 passed (5.0m)
|
|
🎭 Playwright Run Summary
5 skipped
510 passed (5.0m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:32:9 › datetime: custom - ios/ltr › should allow styling calendar days in grid style datetimes
[Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar
2 skipped
507 passed (6.8m)
|
|
🎭 Playwright Run Summary
10 skipped
526 passed (6.8m)
|
|
🎭 Playwright Run Summary
1 skipped
523 passed (6.8m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (7.0m)
|
|
🎭 Playwright Run Summary
5 skipped
515 passed (6.9m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (7.4m)
|
|
🎭 Playwright Run Summary
14 skipped
497 passed (7.3m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.3m)
|
|
🎭 Playwright Run Summary
7 skipped
507 passed (8.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
667 KB |
sha256:f63f6f1f08440eb0c91ba2d846a3f4d0b8bab68858c9814ccedc0a774cbd6616
|
|
|
ionic-angular-server
Expired
|
8.54 KB |
sha256:a8df99c1335ce31ef1ce45c8ac4f4926e3d76c46f5a1bd561eb8d1c2fa16cdff
|
|
|
ionic-core
Expired
|
4.64 MB |
sha256:eaf80bc3431f4151d497415e9accd1b3a0e33d7fd55411e98e5f34bce95f57f2
|
|
|
ionic-react
Expired
|
211 KB |
sha256:237c71c3a2ef1ce7b5a796644c065604478b2287ec7a37b413463b9841d67291
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:c41144f01c5fb4870f4f4c3027344f361ab587cb54543b62365eb633606d8a50
|
|
|
ionic-vue
Expired
|
233 KB |
sha256:d8a93a71d2157c00ea69cbde3e6dee6e841f6677778eab08550cd3802bf98e63
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:de48b679e3b6da19d1b405a86549bc77b5b739e4c8c7c5bc73b4359343edb55d
|
|
|
test-results-1-20
Expired
|
431 KB |
sha256:524dc54634b8d389c6e603b1efcad30ca9b0162203e3f11976f3692fb47a1083
|
|
|
test-results-10-20
Expired
|
405 KB |
sha256:d0d8e4160d1615d284c6a69a48645b99dd7c925d0ac50858c8fef09372ba57a6
|
|
|
test-results-11-20
Expired
|
1.59 MB |
sha256:5a84c6eff19c70d20488dd6327d0ee365b2115ea28424534d5c29ce066f35c84
|
|
|
test-results-12-20
Expired
|
441 KB |
sha256:36fdbb4c7c39138e611410426a96a00a849fab2eb6c61d8c100ce8174c2403a3
|
|
|
test-results-13-20
Expired
|
436 KB |
sha256:7a898cf813a45a397766d9ce9c5c14ca7346aa0d230120633cc74e0f99c157c7
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:0d820d29bae77485e887cd93c5e04b6bcb33c0fd7a266f060ceb1cc86f72f2ad
|
|
|
test-results-15-20
Expired
|
1.82 MB |
sha256:d89be49059dbe17530c6361f1817aebca85df04213813fad2a235942b352d5a5
|
|
|
test-results-16-20
Expired
|
419 KB |
sha256:59e5b361e3b67d461895b4e074b5f922ee1d083426499e10a235c2bcb7d3777d
|
|
|
test-results-17-20
Expired
|
525 KB |
sha256:196d988a563bb2cb30211b9e00cc281c16048ac1afc2df95f6e3a3ee227ff166
|
|
|
test-results-18-20
Expired
|
503 KB |
sha256:ef6d64e2e0cd91a7988be8f6fe33dd6cfaa64285b41e55bf10ba492dd9c83dcc
|
|
|
test-results-19-20
Expired
|
389 KB |
sha256:a9a59177134863b09cfcb23ffd47eddcadefff8ad78dece3b3d85cdf2d66deee
|
|
|
test-results-2-20
Expired
|
466 KB |
sha256:1abf52af205573ce2b1c1543ccfcea04c210266fcfd52a31d4153efda2b6fe49
|
|
|
test-results-20-20
Expired
|
344 KB |
sha256:58834360ae906e8c43abcc2975ae251797c566457d5dba0857508da9e4736aba
|
|
|
test-results-3-20
Expired
|
424 KB |
sha256:3c6cebdb171e25cbec8347a4cdac0233266dcc73cec82da67782cbc79323d96a
|
|
|
test-results-4-20
Expired
|
517 KB |
sha256:8108ca835a8e5dd4e0f3f2147c842ed16e9f4c10d1701c0c57c067c45f1b8abc
|
|
|
test-results-5-20
Expired
|
449 KB |
sha256:be388ebba05d8fd5d172462de98a7d5a6b55fb46c6502c543fdc8cd4ac3f65d8
|
|
|
test-results-6-20
Expired
|
435 KB |
sha256:a92a8f79c94d0a38be51f2bba1b23fea083e057898f54338772422841ba8fc4b
|
|
|
test-results-7-20
Expired
|
339 KB |
sha256:fd445cec7ba17cdf5f6edd0506b9af83e6649ac938d1385cf98900a403a6fcb2
|
|
|
test-results-8-20
Expired
|
415 KB |
sha256:6bfe3c0aec5fb242a444feb655c24c7f207d1fa94d5f70d10d1a6477ba90528f
|
|
|
test-results-9-20
Expired
|
478 KB |
sha256:145fba13c2f62b03a5c8aad15ae95c8770f9fd63cb9deab411be5888ea9b2dc6
|
|