Skip to content

chore(deps): bump axios and wait-on in /packages/angular/test/apps/ng18 #31

chore(deps): bump axios and wait-on in /packages/angular/test/apps/ng18

chore(deps): bump axios and wait-on in /packages/angular/test/apps/ng18 #31

Status Success
Total duration 20m 26s
Artifacts 27

build.yml

on: pull_request
build-react
49s
build-react
build-vue
34s
build-vue
Matrix: test-core-screenshot
build-angular
58s
build-angular
build-angular-server
22s
build-angular-server
test-core-clean-build
7s
test-core-clean-build
test-core-lint
46s
test-core-lint
test-core-spec
32s
test-core-spec
build-react-router
21s
build-react-router
build-vue-router
36s
build-vue-router
verify-screenshots
0s
verify-screenshots
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-angular-e2e
verify-test-react-e2e
0s
verify-test-react-e2e
verify-test-react-router-e2e
0s
verify-test-react-router-e2e
verify-test-vue-e2e
0s
verify-test-vue-e2e
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 notices
[Mobile Safari] › 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#L1
1) [Mobile Safari] › 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 Chrome] › src/components/alert/test/basic/alert.e2e.ts:105:9 › should not have visual regressions - ios/rtl › more than two buttons: src/components/alert/test/basic/alert.e2e.ts#L133
1) [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:105:9 › should not have visual regressions - ios/rtl › more than two buttons Error: Screenshot comparison failed: 130 pixels (ratio 0.01 of all image pixels) are different. Expected: /ionic/src/components/alert/test/basic/alert.e2e.ts-snapshots/alert-multipleButtons-ios-rtl-Mobile-Chrome-linux.png Received: /ionic/test-results/src-components-alert-test--e2f6b-s-rtl-more-than-two-buttons-Mobile-Chrome/alert-multipleButtons-ios-rtl-actual.png Diff: /ionic/test-results/src-components-alert-test--e2f6b-s-rtl-more-than-two-buttons-Mobile-Chrome/alert-multipleButtons-ios-rtl-diff.png Call log: - expect.toHaveScreenshot(alert-multipleButtons-ios-rtl.png) with timeout 5000ms - verifying given screenshot expectation - waiting for locator('ion-alert') - locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert> - 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 - 229584 pixels (ratio 0.81 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('ion-alert') - locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert> - 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 - 229552 pixels (ratio 0.81 of all image pixels) are different. - waiting 250ms before taking screenshot - waiting for locator('ion-alert') - locator resolved to <ion-alert tabindex="-1" header="Alert" is-open="true" aria…>…</ion-alert> - 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 - 130 pixels (ratio 0.01 of all image pixels) are different. 131 | const alert = page.locator('ion-alert'); 132 | > 133 | await expect(alert).toHaveScreenshot(screenshot(`alert-multipleButtons`)); | ^ 134 | }); 135 | }); 136 | }); at /ionic/src/components/alert/test/basic/alert.e2e.ts:133:27
[Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/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() - locator resolved to <ion-radio value="huey" role="radio" tabindex="-1" aria-che…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" 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/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › using arrow keys should move between enabled radios within group: src/components/radio/test/a11y/radio.e2e.ts#L134
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › 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() - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" - locator resolved to <ion-radio value="huey" role="radio" tabindex="0" aria-chec…>Huey</ion-radio> - unexpected value "not focused" 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
🎭 Playwright Run Summary
7 skipped 430 passed (3.2m)
🎭 Playwright Run Summary
2 skipped 446 passed (2.8m)
🎭 Playwright Run Summary
422 passed (3.7m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › 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 212 skipped 197 passed (2.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Chrome] › src/components/alert/test/basic/alert.e2e.ts:105:9 › should not have visual regressions - ios/rtl › more than two buttons 214 skipped 226 passed (2.4m)
🎭 Playwright Run Summary
514 passed (4.1m)
🎭 Playwright Run Summary
3 skipped 441 passed (3.4m)
🎭 Playwright Run Summary
14 skipped 321 passed (4.5m)
🎭 Playwright Run Summary
434 passed (3.4m)
🎭 Playwright Run Summary
4 skipped 432 passed (5.3m)
🎭 Playwright Run Summary
4 skipped 453 passed (4.9m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › using arrow keys should move between enabled radios within group 10 skipped 423 passed (5.1m)
🎭 Playwright Run Summary
8 skipped 371 passed (4.5m)
🎭 Playwright Run Summary
2 skipped 439 passed (5.4m)
🎭 Playwright Run Summary
3 skipped 434 passed (4.8m)
🎭 Playwright Run Summary
2 skipped 431 passed (5.9m)
🎭 Playwright Run Summary
1 skipped 433 passed (5.0m)
🎭 Playwright Run Summary
5 skipped 433 passed (6.4m)
🎭 Playwright Run Summary
7 skipped 421 passed (7.0m)
🎭 Playwright Run Summary
12 skipped 477 passed (6.4m)

Artifacts

Produced during runtime
Name Size
ionic-angular Expired
627 KB
ionic-angular-server Expired
8.54 KB
ionic-core Expired
4.67 MB
ionic-react Expired
199 KB
ionic-react-router Expired
27.9 KB
ionic-vue Expired
213 KB
ionic-vue-router Expired
17.1 KB
test-results-1-20 Expired
412 KB
test-results-10-20 Expired
465 KB
test-results-11-20 Expired
447 KB
test-results-12-20 Expired
410 KB
test-results-13-20 Expired
410 KB
test-results-14-20 Expired
383 KB
test-results-15-20 Expired
401 KB
test-results-16-20 Expired
437 KB
test-results-17-20 Expired
507 KB
test-results-18-20 Expired
1.46 MB
test-results-19-20 Expired
398 KB
test-results-2-20 Expired
453 KB
test-results-20-20 Expired
1.07 MB
test-results-3-20 Expired
410 KB
test-results-4-20 Expired
509 KB
test-results-5-20 Expired
398 KB
test-results-6-20 Expired
392 KB
test-results-7-20 Expired
1.05 MB
test-results-8-20 Expired
411 KB
test-results-9-20 Expired
420 KB