chore(deps): update playwright #16674
build.yml
on: pull_request
build-core
1m 10s
Matrix: test-core-screenshot
test-core-clean-build
15s
test-core-lint
50s
test-core-spec
41s
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
3s
verify-test-vue-e2e
3s
Annotations
4 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: 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/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box:
src/components/input-otp/test/separators/input-otp.e2e.ts#L99
1) [Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
97 |
98 | await expect(await hasSeparatorAfter(page, 0)).toBe(false);
> 99 | await expect(await hasSeparatorAfter(page, 1)).toBe(true);
| ^
100 | await expect(await hasSeparatorAfter(page, 2)).toBe(true);
101 | await expect(await hasSeparatorAfter(page, 3)).toBe(false);
102 | });
at /ionic/src/components/input-otp/test/separators/input-otp.e2e.ts:99:54
|
|
[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/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar:
src/components/datetime/test/show-adjacent-days/datetime.e2e.ts#L20
1) [Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar
Error: expect(locator).toHaveScreenshot(expected)
5772 pixels (ratio 0.05 of all image pixels) are different.
Snapshot: datetime-show-adjacent-days-custom-calendar-md-ltr.png
Call log:
- Expect "toHaveScreenshot(datetime-show-adjacent-days-custom-calendar-md-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 5772 pixels (ratio 0.05 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#custom-calendar-days')
- locator resolved to <ion-datetime value="2023-06-15" presentation="date" show-adjacent-days="true" id="custom-calendar-days" class="ion-color ion-color-primary md datetime-presentation-date datetime-size-fixed datetime-grid hydrated">…</ion-datetime>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 5772 pixels (ratio 0.05 of all image pixels) are different.
18 | await page.locator('.datetime-ready').first().waitFor();
19 | const datetime = page.locator('#custom-calendar-days');
> 20 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-calendar`));
| ^
21 | });
22 |
23 | test('should not have visual regressions with specific date disabled', async ({ page }) => {
at /ionic/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:20:30
|
|
🎭 Playwright Run Summary
512 passed (2.9m)
|
|
🎭 Playwright Run Summary
216 skipped
303 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 skipped
529 passed (3.2m)
|
|
🎭 Playwright Run Summary
4 skipped
508 passed (3.3m)
|
|
🎭 Playwright Run Summary
542 passed (3.3m)
|
|
🎭 Playwright Run Summary
212 skipped
302 passed (3.7m)
|
|
🎭 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
514 passed (3.8m)
|
|
🎭 Playwright Run Summary
627 passed (4.1m)
|
|
🎭 Playwright Run Summary
10 skipped
493 passed (4.8m)
|
|
🎭 Playwright Run Summary
14 skipped
375 passed (5.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/input-otp/test/separators/input-otp.e2e.ts:90:9 › input-otp: separators functionality - ios/ltr › should render separators after the second and third input box
5 skipped
509 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 skipped
515 passed (6.1m)
|
|
🎭 Playwright Run Summary
4 skipped
528 passed (6.8m)
|
|
🎭 Playwright Run Summary
10 skipped
530 passed (6.8m)
|
|
🎭 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
505 passed (6.8m)
|
|
🎭 Playwright Run Summary
524 passed (7.0m)
|
|
🎭 Playwright Run Summary
5 skipped
501 passed (7.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/datetime/test/show-adjacent-days/datetime.e2e.ts:16:9 › datetime: show adjacent days - md/ltr › should not have visual regressions with a custom styled calendar
2 skipped
532 passed (7.4m)
|
|
🎭 Playwright Run Summary
14 skipped
510 passed (7.8m)
|
|
🎭 Playwright Run Summary
7 skipped
506 passed (8.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ionic-angular
Expired
|
651 KB |
sha256:1475223a0bb8168f037245d2887b56f6973f8e435c34a66b207836938d158b71
|
|
|
ionic-angular-server
Expired
|
8.55 KB |
sha256:9771f87b8f237697efeea7ae0ebda9b6c8fa2cb2f0377c53135b9e4e81612c46
|
|
|
ionic-core
Expired
|
4.48 MB |
sha256:c6e9fb1f262708503d553ef71519ac1872f6ae60d1eec1e5df56e873b154ba4f
|
|
|
ionic-react
Expired
|
200 KB |
sha256:cbaceed92b3eaaa19e39f2cc855d92b6bc78c80b08f6695dced4b6afb20f30c0
|
|
|
ionic-react-router
Expired
|
27.9 KB |
sha256:9a5d026a3c6829afce9bebc27eabbbc8e4ca31e7fbcdcbbcc6fbc87ce736c48f
|
|
|
ionic-vue
Expired
|
221 KB |
sha256:620d825ec0476e3732809cd8749e8e625efbcb9b61b7fed7d650d1dd7f092efb
|
|
|
ionic-vue-router
Expired
|
17.1 KB |
sha256:66d0961ebd0e65f4b46f8a10d2928d2defc21225ad67901a73d9cce3fc036020
|
|
|
test-results-1-20
Expired
|
430 KB |
sha256:62ccccce99d1f316abe54cbb4b38abf475af6326fab2b6195ee42a6250901989
|
|
|
test-results-10-20
Expired
|
432 KB |
sha256:d986f59a7aed75999997048abe27308e42724d3625ac323c2ad64435dad46025
|
|
|
test-results-11-20
Expired
|
1.23 MB |
sha256:ff8a6e712d1e988e7761283a6589a70859c119e9f7ce308e7330b0704ffd45e8
|
|
|
test-results-12-20
Expired
|
448 KB |
sha256:79f999095204717f5955366a0398afb28af36b0e35c8a1c85eea2ac500119b51
|
|
|
test-results-13-20
Expired
|
432 KB |
sha256:70f305d54ed86e4179d0cee924e35813d3979259a98de9ffaef2d5eeb2329304
|
|
|
test-results-14-20
Expired
|
390 KB |
sha256:79e31368a5678dc1acb58a3f7867ff3fbf5eec5ce4b5e88ebc28018312218fd1
|
|
|
test-results-15-20
Expired
|
1.35 MB |
sha256:ae1b71bd555739191b81a453a98c2673540c33394abfed2ca3f864c8b2e966a4
|
|
|
test-results-16-20
Expired
|
1.14 MB |
sha256:15f4aafc5a8fc06730a854731efa3c265240cdb49ee207cab6162a22abf39735
|
|
|
test-results-17-20
Expired
|
518 KB |
sha256:c89dd3dfcf6dbdfdb2f3d3efc750f859c9dd3c313baaf737932fde9f5101dd91
|
|
|
test-results-18-20
Expired
|
501 KB |
sha256:80179c8d9cb386c2611319d52872a97c9834fa998d94aa1422820e7cc668ac01
|
|
|
test-results-19-20
Expired
|
385 KB |
sha256:73d7a4aacbbe51abd3ad06e554ddedbdbc5d9daa4bc6e8bac4334088cfa099c1
|
|
|
test-results-2-20
Expired
|
465 KB |
sha256:27a5c37c428bb4213fcdf42ca035a0114363fc0118bc2443baee6c3fe5738977
|
|
|
test-results-20-20
Expired
|
344 KB |
sha256:3733fdd789943947cba99d5ad819aac2b92392759abcd1f6d9d250b5a4686647
|
|
|
test-results-3-20
Expired
|
410 KB |
sha256:2da739913b4e4b96b3f17b214c0769c0e4c06185918e5416f8a23e1e1f2930d8
|
|
|
test-results-4-20
Expired
|
527 KB |
sha256:0760833a14251d32eb0b28db0ae8e2e7d18f71fa0aeb26149889a203aac0ca8e
|
|
|
test-results-5-20
Expired
|
446 KB |
sha256:f4d6c2b87c16534c9eb0b593d8b85fbfc837687c7a98f007b40b78e9d495b95d
|
|
|
test-results-6-20
Expired
|
1.16 MB |
sha256:5341034e7e7b54f184a33b9e79f4a29c884b98cafd6884168bbc39e1320ed352
|
|
|
test-results-7-20
Expired
|
353 KB |
sha256:37bf1bd8e01101af09ea2f4a4582d3795a00a70c9e795b125a9cc1d6bc1c64af
|
|
|
test-results-8-20
Expired
|
416 KB |
sha256:6bdbf72f9967eb8a47c92fd8df03a833496d9f5e3555e358cba7b38ff3a9e16b
|
|
|
test-results-9-20
Expired
|
427 KB |
sha256:4fce17956622c6e72f7c161ec2f24a90058f568582e073ecc65ed732e34f3960
|
|