chore(deps): update dependency @capacitor/core to v7.4.2 #16651
build.yml
on: pull_request
build-core
1m 8s
Matrix: test-core-screenshot
test-core-clean-build
15s
test-core-lint
47s
test-core-spec
44s
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
2s
Annotations
4 errors and 20 notices
|
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:42:11 › datetime: locale - md/ltr › ja-JP › month/year picker should not have visual regressions:
src/components/datetime/test/locale/datetime.e2e.ts#L166
1) [Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:42:11 › datetime: locale - md/ltr › ja-JP › month/year picker should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected)
266 pixels (ratio 0.01 of all image pixels) are different.
Expected: /ionic/src/components/datetime/test/locale/datetime.e2e.ts-snapshots/datetime-locale-ja-JP-month-year-diff-md-ltr-Mobile-Chrome-linux.png
Received: /ionic/test-results/src-components-datetime-te-18862-not-have-visual-regressions-Mobile-Chrome/datetime-locale-ja-JP-month-year-diff-md-ltr-actual.png
Diff: /ionic/test-results/src-components-datetime-te-18862-not-have-visual-regressions-Mobile-Chrome/datetime-locale-ja-JP-month-year-diff-md-ltr-diff.png
Call log:
- Expect "toHaveScreenshot(datetime-locale-ja-JP-month-year-diff-md-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-datetime')
- locator resolved to <ion-datetime max="2022" locale="ja-JP" show-default-title="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</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
- 266 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-datetime')
- locator resolved to <ion-datetime max="2022" locale="ja-JP" show-default-title="true" presentation="month-year" show-default-buttons="true" value="2022-04-19T04:20:00" class="ion-color ion-color-primary md show-month-and-year datetime-presentation-month-year datetime-size-fixed hydrated datetime-ready">…</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
- 266 pixels (ratio 0.01 of all image pixels) are different.
164 | async expectLocalizedPicker(screenshot: ScreenshotFn, modifier?: string) {
165 | const modifierString = modifier === undefined ? '' : `-${modifier}`;
> 166 | await expect(this.datetime).toHaveScreenshot(screenshot(`datetime-locale-${this.locale}${modifierString}-diff`));
| ^
167 | }
168 | }
169 |
at DatetimeLocaleFixture.expectLocalizedPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:166:33)
at DatetimeLocaleFixture.expectLocalizedMonthYearPicker (/ionic/src/components/datetime/test/locale/datetime.e2e.ts:157:16)
at /ionic/src/components/datetime/test/locale/datetime.e2e.ts:44:31
|
|
[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
3) [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
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: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
216 skipped
246 passed (2.4m)
|
|
🎭 Playwright Run Summary
504 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › src/components/datetime/test/locale/datetime.e2e.ts:42:11 › datetime: locale - md/ltr › ja-JP › month/year picker should not have visual regressions
513 passed (3.2m)
|
|
🎭 Playwright Run Summary
534 passed (3.2m)
|
|
🎭 Playwright Run Summary
5 skipped
523 passed (3.4m)
|
|
🎭 Playwright Run Summary
212 skipped
302 passed (3.6m)
|
|
🎭 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: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
4 skipped
509 passed (3.9m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
493 passed (4.9m)
|
|
🎭 Playwright Run Summary
14 skipped
375 passed (5.0m)
|
|
🎭 Playwright Run Summary
5 skipped
496 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 skipped
522 passed (6.1m)
|
|
🎭 Playwright Run Summary
10 skipped
518 passed (6.5m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.7m)
|
|
🎭 Playwright Run Summary
516 passed (6.8m)
|
|
🎭 Playwright Run Summary
5 skipped
508 passed (7.2m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (7.1m)
|
|
🎭 Playwright Run Summary
14 skipped
492 passed (7.2m)
|
|
🎭 Playwright Run Summary
2 skipped
533 passed (7.7m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (8.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:a9548f6409ae72a2afcf802a1c3ce1bc1a5d42bbbd881d811fe73bbdc9f40458
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:c7a366be41f37085e92210c60edf986a81e7ae18c928a520fef93068c2c8c2e4
|
|
|
ionic-core
Expired
|
4.47 MB |
sha256:62676ff4e602ef5fc28a8e5a623774f01318f898ce5118e6be72f6393caebca1
|
|
|
ionic-react
Expired
|
200 KB |
sha256:c324404d227a20ec74fa3dff2b4c3200f11262d8aabc72084dca6eda37f882cd
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:15e6229fe53571cef89983d1628650bc865846d4a8feccb28c1550cf22549e11
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:6f667af6823e02440a852c0606b6c4b0e29d72b760e98e9cb097827bf4de0264
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:98facc4b99fc839a6a882aa6a34a891e8e3b74fe5f3f175a55556cef9b43d53e
|
|
|
test-results-1-20
Expired
|
429 KB |
sha256:eb79c07e3fdf33e9bcb76fa3ef19012c5e7037f96123e678b9546234f8e4e199
|
|
|
test-results-10-20
Expired
|
436 KB |
sha256:aee156d07607307e9a0922bda13692360c09517bb2e22547d50c0b0c5720a032
|
|
|
test-results-11-20
Expired
|
1.97 MB |
sha256:fb754dd7275bcbcaeb059ab6f5022be9e386906f59abdb2b66ef5d1b3b7e85bb
|
|
|
test-results-12-20
Expired
|
440 KB |
sha256:78c056939ea2835b8cd3c706b48fb3af99e3139aab7ac1b6ff47e4aaafd0a9c1
|
|
|
test-results-13-20
Expired
|
432 KB |
sha256:0db1dba651dfcdc09dbef3cf1eca1b387267cc1f1e49d47235127bb78175cd40
|
|
|
test-results-14-20
Expired
|
389 KB |
sha256:0dc470aaa6eabf3d3079848b753cb5613f111360db8118f9a5be44c49755f2c8
|
|
|
test-results-15-20
Expired
|
427 KB |
sha256:94bef1741ce485d2a5cbef7657d41257315484050268519aa48698a25735c238
|
|
|
test-results-16-20
Expired
|
413 KB |
sha256:e9860d09702f4693e22d184312739fd35f0da9ff25b382e746bf2f5bc7bf0335
|
|
|
test-results-17-20
Expired
|
521 KB |
sha256:6207b082831aa79240347b0a30ab5a6b4ed15fcdae17c50aa72a003681ad2c11
|
|
|
test-results-18-20
Expired
|
493 KB |
sha256:013de333eccab3ef855b86855bf65c281b9aecc6a56944d0ee7b1b07e12cf89f
|
|
|
test-results-19-20
Expired
|
385 KB |
sha256:a13d0d7296dbea986d31733d4215eb358bc68b7346c409f2f4f0f7a4b0a9bcff
|
|
|
test-results-2-20
Expired
|
464 KB |
sha256:067427608ea731186478bab81825d5f32196851b23f2252ab6ed32791ef9a114
|
|
|
test-results-20-20
Expired
|
344 KB |
sha256:42c3dddbfecd6e094989dcce5f9cfc6cc22ceca8096456fefd16c07471facbf5
|
|
|
test-results-3-20
Expired
|
417 KB |
sha256:d31d4e41b96bf6b87026f026ad24539b43095358db3a6e063841636d16b34298
|
|
|
test-results-4-20
Expired
|
514 KB |
sha256:4b1386d54d9e8a4d9be89a465852aae43c01f78ac5c885b830b76eb54065b5db
|
|
|
test-results-5-20
Expired
|
443 KB |
sha256:9034e5e6a1be9236f3fc8e1323584f21892386ce522a60e189db5e30ac3a53a8
|
|
|
test-results-6-20
Expired
|
435 KB |
sha256:2d994e852db1fdf280d39684811f994e85f9ce560508df75edc0b0af35c4683c
|
|
|
test-results-7-20
Expired
|
335 KB |
sha256:c62bb1c5741f6ba1606d1c9039d1de0c9b5ffe8e5b097489779396022ced3cab
|
|
|
test-results-8-20
Expired
|
1.2 MB |
sha256:14191b4168dbf3939a48fa3910300d18ab49c288255e41e4478257ef019d4815
|
|
|
test-results-9-20
Expired
|
435 KB |
sha256:5ee7bbc73a1eb870d5ff91cafcba72c27d7fbcf8bca74c81d1c359891c139dc0
|
|