test(breadcrumbs): update Playwright tests to use setContent #16576
build.yml
on: pull_request
build-core
1m 11s
Matrix: test-core-screenshot
test-core-clean-build
13s
test-core-lint
49s
test-core-spec
41s
verify-screenshots
3s
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
2s
verify-test-react-router-e2e
2s
verify-test-vue-e2e
2s
Annotations
4 errors and 20 notices
|
[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: 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 Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L49
2) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
Error: Timed out 5000ms waiting for expect(locator).toHaveJSProperty(expected)
Locator: locator('ion-datetime')
Expected: "2022-02-28"
Received: "2021-02-28"
Call log:
- expect.toHaveJSProperty with timeout 5000ms
- waiting for locator('ion-datetime')
9 × locator resolved to <ion-datetime locale="en-US" value="2022-01-31" presentation="date" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated datetime-ready show-month-and-year month-year-picker-open">…</ion-datetime>
- unexpected value "2021-02-28"
47 | await ionChange.next();
48 | await expect(ionChange).toHaveReceivedEventTimes(1);
> 49 | await expect(datetime).toHaveJSProperty('value', '2022-02-28');
| ^
50 | });
51 | });
52 | });
at /ionic/src/components/datetime/test/datetime.e2e.ts:49:30
|
|
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L32
1) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('ion-datetime .calendar-month-year')
Expected string: "February 2022"
Received string: "February 2021"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('ion-datetime .calendar-month-year')
9 × locator resolved to <div class="calendar-month-year">…</div>
- unexpected value "February 2021"
30 | await page.waitForChanges();
31 |
> 32 | await expect(monthYearToggle).toContainText('February 2022');
| ^
33 | });
34 |
35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => {
at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
|
|
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days:
src/components/datetime/test/datetime.e2e.ts#L32
1) [Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('ion-datetime .calendar-month-year')
Expected string: "February 2022"
Received string: "February 2021"
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('ion-datetime .calendar-month-year')
9 × locator resolved to <div class="calendar-month-year">…</div>
- unexpected value "February 2021"
30 | await page.waitForChanges();
31 |
> 32 | await expect(monthYearToggle).toContainText('February 2022');
| ^
33 | });
34 |
35 | test('should adjust the selected day when moving to a month with a different number of days', async ({ page }) => {
at /ionic/src/components/datetime/test/datetime.e2e.ts:32:37
|
|
🎭 Playwright Run Summary
216 skipped
246 passed (2.3m)
|
|
🎭 Playwright Run Summary
498 passed (2.8m)
|
|
🎭 Playwright Run Summary
526 passed (3.1m)
|
|
🎭 Playwright Run Summary
5 skipped
519 passed (3.4m)
|
|
🎭 Playwright Run Summary
514 passed (3.1m)
|
|
🎭 Playwright Run Summary
1 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
4 skipped
509 passed (3.6m)
|
|
🎭 Playwright Run Summary
212 skipped
292 passed (3.4m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
503 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
375 passed (4.9m)
|
|
🎭 Playwright Run Summary
5 skipped
516 passed (5.7m)
|
|
🎭 Playwright Run Summary
1 skipped
497 passed (5.7m)
|
|
🎭 Playwright Run Summary
8 skipped
510 passed (6.3m)
|
|
🎭 Playwright Run Summary
510 passed (6.3m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.5m)
|
|
🎭 Playwright Run Summary
5 skipped
563 passed (6.9m)
|
|
🎭 Playwright Run Summary
5 skipped
502 passed (7.0m)
|
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:17:9 › datetime: switching months with different number of days - md/ltr › should switch the calendar header when moving to a month with a different number of days
[Mobile Safari] › src/components/datetime/test/datetime.e2e.ts:35:9 › datetime: switching months with different number of days - md/ltr › should adjust the selected day when moving to a month with a different number of days
2 skipped
507 passed (7.2m)
|
|
🎭 Playwright Run Summary
14 skipped
503 passed (7.2m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (7.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:939de75ffb5fb842586d10049929294afea2d72122343a25e6fa762eea2e1dc0
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:c81ca12eb6b365ea47e24018d2515fc62690981e801583183fabed3003f1e91a
|
|
|
ionic-core
Expired
|
4.45 MB |
sha256:fb51ee41d9c60f181afaac945496a9b9c3d4afc984f4ea9b89736c205e84f2c9
|
|
|
ionic-react
Expired
|
200 KB |
sha256:fc0e3f1582b32fe2632eba81f0bc4e4f0169de5ed3373bcde3179e678066fc10
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:bf81b2c08bc4f8405d582ba35550a75a63f62fb6bfb15bfc80a1deb22a4138fd
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:b5250ee26c247e58558b060a139050bf01fb6c4f96def4df6fab7092f2f23069
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:2f137a5bf0fb0a323bc7559c6d4811829c637e65f95bf2e94188d3a00e2bb30d
|
|
|
test-results-1-20
Expired
|
443 KB |
sha256:30a09e27b8945a766ac9e60e2be8efeb6961b9ee0f6acaed635420fb5d94bd09
|
|
|
test-results-10-20
Expired
|
438 KB |
sha256:f2e75619f717cdb9dda9c527f50a7ca32e97203027fba9b44591a67422afc67d
|
|
|
test-results-11-20
Expired
|
1.25 MB |
sha256:f08c79e270901db1789c00e2559da98ff9fe43394b7870e3af0368c460f7a0ba
|
|
|
test-results-12-20
Expired
|
454 KB |
sha256:c59998dd723e6f9c22c4c9134c9bb6df9c495ab994e3be3f9ef009d4ef3d6d93
|
|
|
test-results-13-20
Expired
|
449 KB |
sha256:9c91b97eb0dc3821ff294f1df452795ed26c5a5f022b97f4e7b62d24ee4eece0
|
|
|
test-results-14-20
Expired
|
397 KB |
sha256:ab81aa8be21d338e5353ded0835b276a161ba4e1bd9aa71538153e67a3fcdda5
|
|
|
test-results-15-20
Expired
|
2.29 MB |
sha256:6f047245292fa028103da29a262a99837c735775e7e96bf741fb5861b2c5029b
|
|
|
test-results-16-20
Expired
|
437 KB |
sha256:227f45ca8919ff17b7041ae34a8ec90b414f1f7ead40256292ce8aafd81aec21
|
|
|
test-results-17-20
Expired
|
526 KB |
sha256:5f17e149bba24fad23c04f5f15cbafcfe1ff90a03c44e57fd626304abb84f53e
|
|
|
test-results-18-20
Expired
|
506 KB |
sha256:2421f234183db0c4bb30fca07df4752c13a9f6f6b8be1162eaa57cdae5c08f0c
|
|
|
test-results-19-20
Expired
|
405 KB |
sha256:a5fc8762ed46ba833d690335c9d078c4be32e3d6a5849716e59d055a066f0a6c
|
|
|
test-results-2-20
Expired
|
479 KB |
sha256:e0531d383c0f2b109ea81b45e0d5157386330a3404307fec0abc5a8e7607662f
|
|
|
test-results-20-20
Expired
|
347 KB |
sha256:9561f955b7fbaab038d14051b53c88f43a179974d0d5f391d0b5f0821247fcb4
|
|
|
test-results-3-20
Expired
|
415 KB |
sha256:0c18d01e3beba00c84fd36d5717db3534690cf77a624ba6aed7821981d3fe979
|
|
|
test-results-4-20
Expired
|
535 KB |
sha256:762a4218481d3f4c85813cb0e55188876af36f76e70635aaa26bbff3939c5aae
|
|
|
test-results-5-20
Expired
|
453 KB |
sha256:954b553875bdff3da57682b89f434b4ffd512e95a111957344f3920098b69e78
|
|
|
test-results-6-20
Expired
|
453 KB |
sha256:9c91f0ad86fd0d434d386ab22871d82529a84049eb19c2e32445d411a3d87e4e
|
|
|
test-results-7-20
Expired
|
340 KB |
sha256:fb652b7fc5c8aff9350a3dbc9489f5e7426a78cd2b9f07923dbbba076dd8720e
|
|
|
test-results-8-20
Expired
|
420 KB |
sha256:ef42a2cddffeb06a06bd54b60f0a74739f155cbf04151212dd91ccfb8d7e3d31
|
|
|
test-results-9-20
Expired
|
448 KB |
sha256:e392260bdf3070bf1fb0c2a8b5c0ec1783dbf90e55ec39ccc1196b63d3ebf1ee
|
|