test(breadcrumbs): update Playwright tests to use setContent #16572
build.yml
on: pull_request
build-core
1m 6s
Matrix: test-core-screenshot
test-core-clean-build
16s
test-core-lint
45s
test-core-spec
46s
verify-screenshots
2s
Matrix: test-angular-e2e
Matrix: test-react-e2e
Matrix: test-react-router-e2e
Matrix: test-vue-e2e
verify-test-angular-e2e
4s
verify-test-react-e2e
2s
verify-test-react-router-e2e
3s
verify-test-vue-e2e
3s
Annotations
34 errors and 11 notices
|
test-core-lint
Process completed with exit code 1.
|
|
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group:
src/components/radio/test/a11y/radio.e2e.ts#L134
3) [Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/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()
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/dark › radio: keyboard navigation - md/ltr/dark › tabbing should switch between radio groups:
src/components/radio/test/a11y/radio.e2e.ts#L122
2) [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
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()
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 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
2) [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: 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()
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 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
1) [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: 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()
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
|
|
test-core-screenshot (17, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (17, 20)
The operation was canceled.
|
|
test-core-screenshot (17, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (3, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (3, 20)
The operation was canceled.
|
|
test-core-screenshot (3, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (1, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (1, 20)
The operation was canceled.
|
|
test-core-screenshot (1, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (6, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (6, 20)
The operation was canceled.
|
|
test-core-screenshot (6, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (2, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (2, 20)
The operation was canceled.
|
|
test-core-screenshot (2, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (4, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (4, 20)
The operation was canceled.
|
|
test-core-screenshot (4, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (18, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (18, 20)
The operation was canceled.
|
|
test-core-screenshot (18, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (15, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (15, 20)
The operation was canceled.
|
|
test-core-screenshot (15, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
test-core-screenshot (5, 20)
Process completed with exit code 12.
|
|
test-core-screenshot (5, 20)
The operation was canceled.
|
|
test-core-screenshot (5, 20)
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
Ionic Framework Build
Canceling since a higher priority waiting request for refs/pull/30518/merge exists
|
|
verify-screenshots
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
216 skipped
246 passed (2.3m)
|
|
🎭 Playwright Run Summary
518 passed (3.0m)
|
|
🎭 Playwright Run Summary
517 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 skipped
505 passed (3.0m)
|
|
🎭 Playwright Run Summary
4 skipped
504 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
292 passed (3.5m)
|
|
🎭 Playwright Run Summary
3 flaky
[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
[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
[Mobile Chrome] › src/components/radio/test/a11y/radio.e2e.ts:130:11 › radio: a11y - md/ltr/dark › radio: keyboard navigation - md/ltr/dark › using arrow keys should move between enabled radios within group
4 skipped
496 passed (3.9m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.8m)
|
|
🎭 Playwright Run Summary
5 skipped
510 passed (5.0m)
|
|
🎭 Playwright Run Summary
14 skipped
375 passed (4.9m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:1dcf05179b4ce56d2a9fb489a4c2a8af1d773be60f2a63c0ec7ef0aa01418913
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:e5b90dbf4805409c0ea307dc649e12e61ef715bdf3460827a653941fb0339011
|
|
|
ionic-core
Expired
|
4.45 MB |
sha256:b99b4886051e222771bd8b3ba1982be189ccc0954dcd48bbfecd2a86ad378bd5
|
|
|
ionic-react
Expired
|
200 KB |
sha256:5aefe61715c1f9ef4d8c422156da44782441066bcd7553b14e8730780638dab9
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:175fdc061d07c4a8df7b10f89d7b20a47ff1800346a72bc03bf4ba32100bd977
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:516daa978cd7e09f3abb13a3f75a92822b4fc2e68db6015f2af4617561d5b072
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:25c653d25917fd7be2a98375d9f5cb2d2a5cdf2e41e69079f7436a07e3b98909
|
|
|
test-results-10-20
Expired
|
457 KB |
sha256:09cd276d0afc1dddc1e80136f2e4df1236d10806bf2eb85631368c0bb8813582
|
|
|
test-results-11-20
Expired
|
2.35 MB |
sha256:9e5ff77801c5deea44d1cab72fae75845eb1f291c67d340af836896ed3e29f91
|
|
|
test-results-12-20
Expired
|
444 KB |
sha256:043acab7914691f7be1a9be11580be737035e21552336d2243af539ee5eee423
|
|
|
test-results-13-20
Expired
|
447 KB |
sha256:876dca44b84e50e72d4613e4244e112b5813268b9ab5712fdec8cf8d21887bcf
|
|
|
test-results-14-20
Expired
|
396 KB |
sha256:cf85b2d79c4d50d1acdd9f5095189abc1039cd2241ff4a9236f01e3fd198755c
|
|
|
test-results-16-20
Expired
|
430 KB |
sha256:f7c9ec94f6cf9fd22241ecaad017ef28ec7b1c711c05d25d450c298c95fa0102
|
|
|
test-results-19-20
Expired
|
405 KB |
sha256:790aa968646def1fc4bbab205ea7ec33e637bbf6fb2d112ed5c754f6555f0488
|
|
|
test-results-20-20
Expired
|
347 KB |
sha256:0b3292f42e0590897b1b1a507519c692d7cad2807e479df3a8c420692aa28d9e
|
|
|
test-results-7-20
Expired
|
341 KB |
sha256:03f7cd47eb51a5f272bba5545bb8e8159a627137ad39e8aa824e7bd336ff41b3
|
|
|
test-results-8-20
Expired
|
422 KB |
sha256:72263130a01f22048ebf3bd0e6d4429614078c86bf2d4dc8ad282bc22c4427ec
|
|
|
test-results-9-20
Expired
|
439 KB |
sha256:e131ef748180bd14aa611c3fbaf0ba8c427e0f8e906d98e39eccb9a0a0d95e55
|
|