fix(datetime): set working parts to last selected value #13828
build.yml
on: pull_request
build-core
1m 31s
Matrix: test-core-screenshot
test-core-clean-build
12s
test-core-lint
50s
test-core-spec
35s
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
2 errors and 20 notices
[Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › tabbing should switch between radio groups:
src/components/radio/test/a11y/radio.e2e.ts#L122
1) [Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/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()
- 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"
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/segment/test/a11y/segment.e2e.ts:36:9 › segment: a11y - ios/ltr › should not have any axe violations:
src/components/segment/test/a11y/segment.e2e.ts#L40
2) [Mobile Safari] › src/components/segment/test/a11y/segment.e2e.ts:36:9 › segment: a11y - ios/ltr › should not have any axe violations
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 53
- Array []
+ Array [
+ Object {
+ "description": "Ensure elements that have scrollable content are accessible by keyboard",
+ "help": "Scrollable region must have keyboard access",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.9/scrollable-region-focusable?application=playwright",
+ "id": "scrollable-region-focusable",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "focusable-content",
+ "impact": "serious",
+ "message": "Element should have focusable content",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "focusable-element",
+ "impact": "serious",
+ "message": "Element should be focusable",
+ "relatedNodes": Array [],
+ },
+ ],
+ "failureSummary": "Fix any of the following:
+ Element should have focusable content
+ Element should be focusable",
+ "html": "<div class=\"inner-scroll scroll-y overscroll\" part=\"scroll\"><slot></slot></div>",
+ "impact": "serious",
+ "none": Array [],
+ "target": Array [
+ Array [
+ "ion-content",
+ ".inner-scroll",
+ ],
+ ],
+ },
+ ],
+ "tags": Array [
+ "cat.keyboard",
+ "wcag2a",
+ "wcag211",
+ "wcag213",
+ "TTv5",
+ "TT4.a",
+ "EN-301-549",
+ "EN-9.2.1.1",
+ "EN-9.2.1.3",
+ ],
+ },
+ ]
38 |
39 | const results = await new AxeBuilder({ page }).analyze();
> 40 | expect(results.violations).toEqual([]);
| ^
41 | });
42 |
43 | test('segment buttons should be keyboard navigable', async ({ page, pageUtils }) => {
at /ionic/src/components/segment/test/a11y/segment.e2e.ts:40:34
|
🎭 Playwright Run Summary
214 skipped
227 passed (2.3m)
|
🎭 Playwright Run Summary
212 skipped
198 passed (2.4m)
|
🎭 Playwright Run Summary
2 skipped
446 passed (2.9m)
|
🎭 Playwright Run Summary
7 skipped
430 passed (3.2m)
|
🎭 Playwright Run Summary
3 skipped
442 passed (3.4m)
|
🎭 Playwright Run Summary
434 passed (3.5m)
|
🎭 Playwright Run Summary
422 passed (3.7m)
|
🎭 Playwright Run Summary
8 skipped
371 passed (4.6m)
|
🎭 Playwright Run Summary
14 skipped
321 passed (4.6m)
|
🎭 Playwright Run Summary
3 skipped
434 passed (4.8m)
|
🎭 Playwright Run Summary
514 passed (4.6m)
|
🎭 Playwright Run Summary
1 skipped
429 passed (5.0m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › src/components/radio/test/a11y/radio.e2e.ts:117:11 › radio: a11y - ios/ltr/dark › radio: keyboard navigation - ios/ltr/dark › tabbing should switch between radio groups
[Mobile Safari] › src/components/segment/test/a11y/segment.e2e.ts:36:9 › segment: a11y - ios/ltr › should not have any axe violations
10 skipped
422 passed (5.2m)
|
🎭 Playwright Run Summary
4 skipped
453 passed (5.0m)
|
🎭 Playwright Run Summary
2 skipped
439 passed (5.3m)
|
🎭 Playwright Run Summary
4 skipped
432 passed (5.5m)
|
🎭 Playwright Run Summary
2 skipped
432 passed (5.9m)
|
🎭 Playwright Run Summary
12 skipped
481 passed (6.2m)
|
🎭 Playwright Run Summary
5 skipped
434 passed (6.9m)
|
🎭 Playwright Run Summary
7 skipped
421 passed (7.0m)
|
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
|
413 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
|
412 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
|
2.7 MB |
|
test-results-19-20
Expired
|
398 KB |
|
test-results-2-20
Expired
|
455 KB |
|
test-results-20-20
Expired
|
305 KB |
|
test-results-3-20
Expired
|
408 KB |
|
test-results-4-20
Expired
|
511 KB |
|
test-results-5-20
Expired
|
398 KB |
|
test-results-6-20
Expired
|
392 KB |
|
test-results-7-20
Expired
|
331 KB |
|
test-results-8-20
Expired
|
411 KB |
|
test-results-9-20
Expired
|
420 KB |
|