fix(datetime): scroll failing for adjacent days on ios #18678
build.yml
on: pull_request
build-core
1m 18s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
53s
test-core-spec
56s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
3s
verify-test-react-e2e
3s
verify-test-react-router-e2e
4s
verify-test-vue-e2e
2s
Annotations
3 errors and 20 notices
|
[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
1) [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: 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 Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined:
src/components/select-popover/test/a11y/select-popover.e2e.ts#L0
1) [Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
Test timeout of 30000ms exceeded.
|
|
[Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations:
src/components/checkbox/test/a11y/checkbox.e2e.ts#L23
1) [Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 69
- Array []
+ Array [
+ Object {
+ "description": "Ensure every ARIA toggle field has an accessible name",
+ "help": "ARIA toggle fields must have an accessible name",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
+ "id": "aria-toggle-field-name",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+ "impact": "serious",
+ "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": Object {
+ "messageKey": "noAttr",
+ },
+ "id": "non-empty-title",
+ "impact": "serious",
+ "message": "Element has no title attribute",
+ "relatedNodes": Array [],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element does not have text that is visible to screen readers
+ aria-label attribute does not exist or is empty
+ aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
+ Element has no title attribute",
+ "html": "<ion-checkbox role=\"checkbox\" aria-checked=\"false\" tabindex=\"0\" class=\"ios in-item interactive checkbox-label-placement-start hydrated\">Checkbox in item<input type=\"hidden\" class=\"aux-input\" name=\"ion-cb-3\" value=\"\"></ion-checkbox>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ ".in-item",
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.aria",
+ "wcag2a",
+ "wcag412",
+ "TTv5",
+ "TT5.c",
+ "EN-301-549",
+ "EN-9.4.1.2",
+ "ACT",
+ "RGAAv4",
+ "RGAA-7.1.1",
+ ],
+ },
+ ]
21 |
22 | const results = await new AxeBuilder({ page }).analyze();
> 23 | expect(results.violations).toEqual([]);
| ^
24 | });
25 | });
26 | });
at /ionic/src/components/checkbox/test/a11y/checkbox.e2e.ts:23:34
|
|
🎭 Playwright Run Summary
422 passed (2.9m)
|
|
🎭 Playwright Run Summary
216 skipped
320 passed (3.0m)
|
|
🎭 Playwright Run Summary
1 skipped
564 passed (3.7m)
|
|
🎭 Playwright Run Summary
1 skipped
555 passed (3.7m)
|
|
🎭 Playwright Run Summary
212 skipped
323 passed (3.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[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
4 skipped
538 passed (4.2m)
|
|
🎭 Playwright Run Summary
4 skipped
651 passed (4.4m)
|
|
🎭 Playwright Run Summary
658 passed (4.6m)
|
|
🎭 Playwright Run Summary
10 skipped
513 passed (5.3m)
|
|
🎭 Playwright Run Summary
14 skipped
403 passed (5.4m)
|
|
🎭 Playwright Run Summary
5 skipped
538 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 skipped
547 passed (6.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Firefox] › src/components/select-popover/test/a11y/select-popover.e2e.ts:7:9 › select-popover: a11y - ios/ltr › should not have accessibility violations when header is defined
5 skipped
527 passed (6.9m)
|
|
🎭 Playwright Run Summary
10 skipped
555 passed (7.4m)
|
|
🎭 Playwright Run Summary
4 skipped
547 passed (7.3m)
|
|
🎭 Playwright Run Summary
5 skipped
532 passed (7.7m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/checkbox/test/a11y/checkbox.e2e.ts:7:9 › checkbox: a11y - ios/ltr › should not have accessibility violations
2 skipped
542 passed (7.7m)
|
|
🎭 Playwright Run Summary
1 skipped
558 passed (8.1m)
|
|
🎭 Playwright Run Summary
14 skipped
525 passed (8.4m)
|
|
🎭 Playwright Run Summary
7 skipped
535 passed (9.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
|
670 KB |
sha256:4e66a5557df61d19802d350b37ee5a26c19f4ca5496157058008bfb5fe9c8622
|
|
|
ionic-angular-server
|
8.58 KB |
sha256:d50000346f0141d5f96a31b110fdf6d916a08c9d012161c46afe5b641a4b72f6
|
|
|
ionic-core
|
4.53 MB |
sha256:6ac5fce9567c07eb768a952f46c0cc7aeafe22951d36d494979aede36806d93e
|
|
|
ionic-react
|
212 KB |
sha256:2137cdc18efd61488860426f05fc1698a551a8498394cf69c0208ad23c728121
|
|
|
ionic-react-router
|
27.9 KB |
sha256:58889e9c7583a3e3bebcc61114d1e1b4ef5fb5b37357266577abe6876d713c20
|
|
|
ionic-vue
|
234 KB |
sha256:42b70c8aa403e85c4b6d61fcfcff82ad7785b79ce0097f3ed7f660c203a34d8a
|
|
|
ionic-vue-router
|
17.1 KB |
sha256:5f16678194bca565cf14105403b2bb97240da5c0ca607e70aa106fc5a02d8ac3
|
|
|
test-results-1-20
|
448 KB |
sha256:07222e1d8a5c20c7067f986bf1ff3109e2652cd2a339d8aeea89a5a1693aace7
|
|
|
test-results-10-20
|
423 KB |
sha256:fab0426b2164b3c5d8f256690bca6c39d5d2f568570e04bd0e6806344c5bdcef
|
|
|
test-results-11-20
|
1.27 MB |
sha256:736857774d1adf4dd595bc7983f37ff8727154a5aa4511165429fbae92ed8cb9
|
|
|
test-results-12-20
|
471 KB |
sha256:80d5d584100d52bd40d8e00e4e27add695b7bb6d07b2dae0a787bc65ce96a700
|
|
|
test-results-13-20
|
456 KB |
sha256:f94db4920df28355b2c8855446ac0f1240dfd9f2690f2a7521810be481d7714d
|
|
|
test-results-14-20
|
409 KB |
sha256:cdb1385f09b4227741a7d7c84f3d063b54fbcce6cc7e757830d6bab9df85dc88
|
|
|
test-results-15-20
|
2.45 MB |
sha256:8ccb21634b9b185bbcc66427bf14f242a14041816820febebf9935bd5173a1e0
|
|
|
test-results-16-20
|
438 KB |
sha256:c7c5755412c2fe391c506f8b84d702d64b5a58400dd24930a16c6e86f943bc1e
|
|
|
test-results-17-20
|
550 KB |
sha256:07cb8e94bc7f24f4b71b3e8037e940397950c23073988835e866ffd3c7b86b60
|
|
|
test-results-18-20
|
527 KB |
sha256:b02ac23f0e3d79c08f411a35cf42d1bf83e1e948335cea644f10907a837e673f
|
|
|
test-results-19-20
|
405 KB |
sha256:1e0749dccfb2a734e4b9f32c56c67a605ae482f8b1dc630bb88ed7073564edcb
|
|
|
test-results-2-20
|
484 KB |
sha256:ab5dd47296de73e72a37c2715f4469e6506dde1b24e4cf04c572ff30bbdb6097
|
|
|
test-results-20-20
|
365 KB |
sha256:6be44fc94ab94d7b38dca4db6bb1adeb21ab235a0a67a84d7f76bdb51c6fb4fd
|
|
|
test-results-3-20
|
435 KB |
sha256:0829077ca47de381c0d3d46611bd512ab14331dda7cc07eea69da64a0ca76708
|
|
|
test-results-4-20
|
549 KB |
sha256:6f512c95c0aa1884ffb3faf626fa8f479bbe9f92ee21b0795643c1270e84f438
|
|
|
test-results-5-20
|
476 KB |
sha256:c57a7fcfd03d04b2f667efc8b45a14d40653548893d84e57dddfca4cae00b282
|
|
|
test-results-6-20
|
1.2 MB |
sha256:8e9caa380c983b35aff6074dc05da5a1d2938ca98a7fa6452cb88fe769445e72
|
|
|
test-results-7-20
|
372 KB |
sha256:162e9eaf6ebf0c0e5ee4cd7d5576f4e00a6791a946d0d657e7b2225493e61db8
|
|
|
test-results-8-20
|
436 KB |
sha256:c91d4391b9116aa4ca5f6828d0abd9ade03d53aaa7bee04839e9edfb28382180
|
|
|
test-results-9-20
|
495 KB |
sha256:568601d78ee5b8df49ef23d6f6c9f258f1a18602a9bfbfc461351e7403c6add8
|
|