chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /packages/angular/test/apps/ng17 #32
build.yml
on: pull_request
build-core
1m 29s
Matrix: test-core-screenshot
test-core-clean-build
8s
test-core-lint
53s
test-core-spec
34s
verify-screenshots
0s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
0s
verify-test-react-e2e
0s
verify-test-react-router-e2e
0s
verify-test-vue-e2e
0s
Annotations
3 errors and 20 notices
[Mobile Safari] › src/components/toast/test/swipe-gesture/toast.e2e.ts:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down 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:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down to dismiss with anchor
Test timeout of 30000ms exceeded.
|
[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="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
|
[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
2 skipped
446 passed (2.8m)
|
🎭 Playwright Run Summary
7 skipped
430 passed (3.2m)
|
🎭 Playwright Run Summary
214 skipped
227 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/toast/test/swipe-gesture/toast.e2e.ts:58:9 › toast: swipe gesture with bottom position - ios/ltr › should swipe down to dismiss with anchor
212 skipped
197 passed (2.9m)
|
🎭 Playwright Run Summary
422 passed (3.7m)
|
🎭 Playwright Run Summary
514 passed (4.1m)
|
🎭 Playwright Run Summary
14 skipped
321 passed (4.5m)
|
🎭 Playwright Run Summary
434 passed (3.4m)
|
🎭 Playwright Run Summary
3 skipped
441 passed (3.3m)
|
🎭 Playwright Run Summary
4 skipped
432 passed (5.3m)
|
🎭 Playwright Run Summary
8 skipped
371 passed (4.6m)
|
🎭 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.2m)
|
🎭 Playwright Run Summary
2 skipped
439 passed (5.4m)
|
🎭 Playwright Run Summary
1 skipped
433 passed (5.1m)
|
🎭 Playwright Run Summary
3 skipped
434 passed (5.0m)
|
🎭 Playwright Run Summary
2 skipped
431 passed (6.0m)
|
🎭 Playwright Run Summary
12 skipped
477 passed (6.3m)
|
🎭 Playwright Run Summary
5 skipped
433 passed (6.3m)
|
🎭 Playwright Run Summary
7 skipped
421 passed (7.1m)
|
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
|
409 KB |
|
test-results-13-20
Expired
|
411 KB |
|
test-results-14-20
Expired
|
383 KB |
|
test-results-15-20
Expired
|
401 KB |
|
test-results-16-20
Expired
|
436 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
|
411 KB |
|
test-results-4-20
Expired
|
509 KB |
|
test-results-5-20
Expired
|
399 KB |
|
test-results-6-20
Expired
|
393 KB |
|
test-results-7-20
Expired
|
331 KB |
|
test-results-8-20
Expired
|
410 KB |
|
test-results-9-20
Expired
|
419 KB |
|