fix(popover): recalculate the content dimensions after the header has fully loaded #17710
build.yml
on: pull_request
build-core
1m 11s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
51s
test-core-spec
45s
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
2s
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: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
|
|
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load:
src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected substring: "#/child/1"
Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light"
7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config);
8 |
> 9 | expect(page.url()).toContain('#/child/1');
| ^
10 | });
11 | });
12 | });
at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
|
|
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load:
src/components/router/test/guards/router.e2e.ts#L9
1) [Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
Error: expect(received).toContain(expected) // indexOf
Expected substring: "#/child/1"
Received string: "http://localhost:3333/src/components/router/test/guards#/guard-initial-page?ionic:_testing=true&ionic:mode=ios&rtl=undefined&palette=light"
7 | await page.goto(`/src/components/router/test/guards#/guard-initial-page`, config);
8 |
> 9 | expect(page.url()).toContain('#/child/1');
| ^
10 | });
11 | });
12 | });
at /ionic/src/components/router/test/guards/router.e2e.ts:9:26
|
|
🎭 Playwright Run Summary
216 skipped
259 passed (2.3m)
|
|
🎭 Playwright Run Summary
534 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 skipped
534 passed (3.2m)
|
|
🎭 Playwright Run Summary
4 skipped
511 passed (3.3m)
|
|
🎭 Playwright Run Summary
1 skipped
537 passed (3.2m)
|
|
🎭 Playwright Run Summary
212 skipped
313 passed (3.6m)
|
|
🎭 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
513 passed (3.9m)
|
|
🎭 Playwright Run Summary
648 passed (4.2m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
401 passed (5.2m)
|
|
🎭 Playwright Run Summary
5 skipped
513 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 skipped
538 passed (5.6m)
|
|
🎭 Playwright Run Summary
4 skipped
537 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 skipped
528 passed (6.9m)
|
|
🎭 Playwright Run Summary
14 skipped
497 passed (6.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/router/test/guards/router.e2e.ts:6:9 › router: guards - ios/ltr › guards should be run on initial load
10 skipped
528 passed (6.8m)
|
|
🎭 Playwright Run Summary
5 skipped
573 passed (6.8m)
|
|
🎭 Playwright Run Summary
5 skipped
517 passed (7.1m)
|
|
🎭 Playwright Run Summary
2 skipped
517 passed (7.0m)
|
|
🎭 Playwright Run Summary
7 skipped
510 passed (7.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
667 KB |
sha256:9fb39f70dc3471f121344b1301353d29dfd85e9533ef2dec5c28b1740c3205bd
|
|
|
ionic-angular-server
|
8.55 KB |
sha256:7f6083c85c25e7b00e4eb916089e0f4c99d44a6c0f5eb5f23eefd38a49520eec
|
|
|
ionic-core
|
4.58 MB |
sha256:7f9416eeb43ca47c7e04a4dd296648865b4ad2fb1938fe4ca2eb9940d7b71152
|
|
|
ionic-react
|
211 KB |
sha256:1eb74428343899a4723a5515bd15ab3f315e59cf635bde05626b0061835628af
|
|
|
ionic-react-router
|
27.9 KB |
sha256:b4ffa765607eea18d9a719cfc23fc2b762554df57116a7395f49bd3fb8dcca3b
|
|
|
ionic-vue
|
233 KB |
sha256:4268102b87f0837ceae76bf51f1d7fa873e437322e6efbe4e5ded803c60c5013
|
|
|
ionic-vue-router
|
17 KB |
sha256:d27c38674d4536ab610116e56558b8f0e285b264b584b85784d9961a668b71d0
|
|
|
test-results-1-20
|
442 KB |
sha256:0ae9e6539d3189b25c8bc988d0793226b30b9e8a938088f51b8d2e60215c0903
|
|
|
test-results-10-20
|
459 KB |
sha256:41423103b4b8367a7f445e11b9ef76511aae129ea37537ae4272a996b156f69c
|
|
|
test-results-11-20
|
1.62 MB |
sha256:e67e0828c7dd4f48293820493807982b35b794a2d7a0a5354449c6d7d1830926
|
|
|
test-results-12-20
|
442 KB |
sha256:264232e380bdea96757d5be7638c738e2a7049ac32ba88422577842140084b68
|
|
|
test-results-13-20
|
448 KB |
sha256:41651fc8fe92a081aa89548579b673f90274080a9cf21d171ee552d9d776ba7b
|
|
|
test-results-14-20
|
407 KB |
sha256:c40d5eea826e78f9c44b6f8490bdf24bb86ddb0286920463c0f4a27e4e745589
|
|
|
test-results-15-20
|
431 KB |
sha256:7203380d09d7a2ee56208d177e20d070140af284c2bb0dd0c1bf42c8d2c7a4da
|
|
|
test-results-16-20
|
428 KB |
sha256:b44305b0aaaaac3b981d85b55c187b746c30d506aa17b08ed6f68ee5edfe6930
|
|
|
test-results-17-20
|
530 KB |
sha256:baac4f153ac4c73bedf1270479ce91768253d74bf4f2856e63f361d672c7c521
|
|
|
test-results-18-20
|
1.62 MB |
sha256:d12d77dbaf2f00d87fde571a49876ab71d1efe255cb13268ba646b45a5166982
|
|
|
test-results-19-20
|
396 KB |
sha256:d343cf80864c6968fd9aa8e1f8cd349fa0251821afb21aa59132d69554353076
|
|
|
test-results-2-20
|
472 KB |
sha256:ddc395842fe01938ccc809ab971bddd02ec49a8b1ede333eff052f2df9008d28
|
|
|
test-results-20-20
|
360 KB |
sha256:d46af7f72c9a265250cb695178d58a9b1d3b37865a29129e62195cab37b39361
|
|
|
test-results-3-20
|
430 KB |
sha256:6dfe6206ed3548047f1c9c9cc81f0903feb315c3b31f7eb3e15da6947c178076
|
|
|
test-results-4-20
|
521 KB |
sha256:e7114b77159c3fd841249acb878a85440bebfef83b67df66ca1b28c1138bbcdc
|
|
|
test-results-5-20
|
457 KB |
sha256:74be895b564247f41f9dd91ca71f4bf52b7dda7a4ec69287d278c3d0e190ef1b
|
|
|
test-results-6-20
|
446 KB |
sha256:6ca8d364a07e8f92a150db567412f5f90698f89b27096111cb4986572fce2567
|
|
|
test-results-7-20
|
353 KB |
sha256:103b711660adf2d5ef4af5d47ca7312798adc500252361a5f90a223a7ecc2a49
|
|
|
test-results-8-20
|
428 KB |
sha256:3b38f120eb34d640216d0222a524c13fbc7ca9f4b8aa86279813ec936139b586
|
|
|
test-results-9-20
|
436 KB |
sha256:ddd401bbac316c06e274e2cc0be5bdcfef8eb084993ea3f79a764fd3194aec99
|
|