chore(git): update next from main #17489
build.yml
on: pull_request
build-core
1m 33s
Matrix: test-core-screenshot
test-core-clean-build
18s
test-core-lint
14s
test-core-spec
14s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-react-e2e
2s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
3s
Annotations
18 errors and 18 notices
|
test-core-spec
Process completed with exit code 1.
|
|
test-core-lint
Process completed with exit code 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:
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: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
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: expect(locator).toBeFocused() failed
Locator: locator('#first-group ion-radio').first()
Expected: focused
Received: inactive
Timeout: 5000ms
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
|
|
test-core-screenshot (6, 20)
Process completed with exit code 1.
|
|
[Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:25:9 › toast: swipe gesture with top position - ios/ltr › should swipe up to dismiss with anchor:
src/components/toast/test/swipe-gesture/toast.e2e.ts#L0
2) [Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:25:9 › toast: swipe gesture with top position - ios/ltr › should swipe up to dismiss with anchor
Test timeout of 30000ms exceeded.
|
|
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions:
src/components/tab-bar/test/basic/tab-bar.e2e.ts#L45
1) [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-tab-bar')
541 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: tab-bar-default-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(tab-bar-default-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
43 | const tabBar = page.locator('ion-tab-bar');
44 |
> 45 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-bar-default`));
| ^
46 | });
47 | });
48 | });
at /ionic/src/components/tab-bar/test/basic/tab-bar.e2e.ts:45:28
|
|
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions:
src/components/tab-bar/test/basic/tab-bar.e2e.ts#L45
1) [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-tab-bar')
541 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: tab-bar-default-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(tab-bar-default-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
43 | const tabBar = page.locator('ion-tab-bar');
44 |
> 45 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-bar-default`));
| ^
46 | });
47 | });
48 | });
at /ionic/src/components/tab-bar/test/basic/tab-bar.e2e.ts:45:28
|
|
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions:
src/components/tab-bar/test/basic/tab-bar.e2e.ts#L45
1) [Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('ion-tab-bar')
541 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: tab-bar-default-ionic-md-rtl-light.png
Call log:
- Expect "toHaveScreenshot(tab-bar-default-ionic-md-rtl-light.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-tab-bar')
- locator resolved to <ion-tab-bar role="tablist" selected-tab="2" class="ionic tab-bar-full tab-bar-round hydrated">…</ion-tab-bar>
- 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
- 541 pixels (ratio 0.03 of all image pixels) are different.
43 | const tabBar = page.locator('ion-tab-bar');
44 |
> 45 | await expect(tabBar).toHaveScreenshot(screenshot(`tab-bar-default`));
| ^
46 | });
47 | });
48 | });
at /ionic/src/components/tab-bar/test/basic/tab-bar.e2e.ts:45:28
|
|
test-core-screenshot (1, 20)
The strategy configuration was canceled because "test-core-screenshot._6_20" failed
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
The strategy configuration was canceled because "test-core-screenshot._6_20" failed
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
The strategy configuration was canceled because "test-core-screenshot._6_20" failed
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
360 skipped
272 passed (2.3m)
|
|
🎭 Playwright Run Summary
2 skipped
669 passed (3.6m)
|
|
🎭 Playwright Run Summary
8 skipped
686 passed (3.9m)
|
|
🎭 Playwright Run Summary
1 skipped
676 passed (3.8m)
|
|
🎭 Playwright Run Summary
368 skipped
308 passed (3.5m)
|
|
🎭 Playwright Run Summary
8 skipped
662 passed (4.3m)
|
|
🎭 Playwright Run Summary
2 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
4 skipped
674 passed (4.9m)
|
|
🎭 Playwright Run Summary
36 skipped
824 passed (5.9m)
|
|
🎭 Playwright Run Summary
14 skipped
489 passed (6.5m)
|
|
🎭 Playwright Run Summary
5 skipped
680 passed (6.9m)
|
|
🎭 Playwright Run Summary
10 skipped
648 passed (6.5m)
|
|
🎭 Playwright Run Summary
13 skipped
658 passed (8.2m)
|
|
🎭 Playwright Run Summary
12 skipped
685 passed (8.3m)
|
|
🎭 Playwright Run Summary
3 skipped
664 passed (8.0m)
|
|
🎭 Playwright Run Summary
5 skipped
667 passed (8.7m)
|
|
🎭 Playwright Run Summary
18 skipped
615 passed (8.8m)
|
|
🎭 Playwright Run Summary
1 failed
[Mobile Firefox] › src/components/tab-bar/test/basic/tab-bar.e2e.ts:9:9 › tab-bar: basic - ionic/md/rtl/light › should not have visual regressions
1 flaky
[Mobile Firefox] › src/components/toast/test/swipe-gesture/toast.e2e.ts:25:9 › toast: swipe gesture with top position - ios/ltr › should swipe up to dismiss with anchor
5 skipped
706 passed (9.1m)
|
|
🎭 Playwright Run Summary
1 skipped
668 passed (9.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
805 KB |
sha256:31620f226e06f9380aebf79e6a139307a0aebc9154ecf33884e9baebbe23551d
|
|
|
ionic-angular-server
|
8.54 KB |
sha256:892ebb9439367ab768042f759462533e84f13847482bbbabae4d5572f51d2112
|
|
|
ionic-core
|
5.12 MB |
sha256:ed8a78a520daf9e3b34308a844f9fd0cd0eaeee8d4cadab70770f1d99ba94b73
|
|
|
ionic-react
|
343 KB |
sha256:fe67ae8304c51a861f080534a4683d4c5b3ee283e70ef3aab2a0612a0db5073a
|
|
|
ionic-react-router
|
27.9 KB |
sha256:08a19a7e4dcada8527860ab7da598063ec791390e37dea796b9cb09d65562b63
|
|
|
ionic-vue
|
373 KB |
sha256:8587006b595c000cbe8459e988bf28138ddccea80f8a57160b5700b1ab5a2397
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:4c3289e6bbadd70544cf4412d845ab32d47da99b15661175d47bc14409720dd7
|
|
|
test-results-10-20
|
462 KB |
sha256:78e69d8bb1ebef227ad8e977abcb77685ed8e5d079500c882b31e005964e6b71
|
|
|
test-results-11-20
|
1.71 MB |
sha256:6aed15fb792cfb73584e8afbd3cea055a4a4f046d5f224be221f4c4f669bcd1e
|
|
|
test-results-12-20
|
498 KB |
sha256:da2b1b5ee1416cabfef4f7810365210c5877411aef5adc46590af6046cbbefcc
|
|
|
test-results-13-20
|
522 KB |
sha256:072264bba96d9574f1bf570abbe4d6d1364887b240d8330476eb3b2779195440
|
|
|
test-results-14-20
|
443 KB |
sha256:8afc2ac0d150dd15be3a7b94509462ef98a83d950cf870d3078ebcf7918085a6
|
|
|
test-results-15-20
|
477 KB |
sha256:4d787ae57ec24267f3c62b9bef9f65de843662c0a4f29dc831d95f047fdb6a13
|
|
|
test-results-16-20
|
492 KB |
sha256:295c4130311e73cd0656b40ff91d096e1170e31b0daa46046a98ed9ba38b0189
|
|
|
test-results-17-20
|
576 KB |
sha256:278be6e80a5bb73133afe390d481e2279fa2a6f90f64e98d8fa3b6230dfc9f70
|
|
|
test-results-18-20
|
570 KB |
sha256:ab239f012a66af91824aaf23d80a682b23bccff1644641963227aaa492463230
|
|
|
test-results-19-20
|
463 KB |
sha256:04012e0573071ab28c37703a79ebd1ec4b5ace25a67b9fe764702f67bd148a80
|
|
|
test-results-2-20
|
520 KB |
sha256:6390c233ae6c1f05699dac9fca58adbbb733a840f09192dc149535fe28c6aadb
|
|
|
test-results-20-20
|
360 KB |
sha256:8e3d179b23049728e4353368b6f7b5eed4b74e59d8bdc082a53f61e956e0ab49
|
|
|
test-results-3-20
|
456 KB |
sha256:e0b6c7792926267064919953c4e56a1e16a0ad3af91eac59b23bf774b72a081a
|
|
|
test-results-5-20
|
511 KB |
sha256:26bda6f9705e935a0a818efd74e40b34ff63a72436784ef5d1aa6cc513700f7a
|
|
|
test-results-6-20
|
2.58 MB |
sha256:a904407f94f82e150310de89e74a4227da25eb068f1317025b7dd2e1b277a3a2
|
|
|
test-results-7-20
|
376 KB |
sha256:fadc61aeadeacb3028e8292ad025bca18f864c06fe56fdcc65226e200dd7b0a9
|
|
|
test-results-8-20
|
468 KB |
sha256:6273885d80263988f960ed313a2350fa1c0995f7f3271593fe8e155eb2c89b5a
|
|
|
test-results-9-20
|
502 KB |
sha256:856e886266624d4545e610aa1f52051f36214c5fb524df4cb95427798b5ad5cd
|
|