feat(select): allow HTML within options #19016
build.yml
on: pull_request
build-core
1m 40s
Matrix: test-core-screenshot
test-core-clean-build
19s
test-core-lint
1m 2s
test-core-spec
1m 6s
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
2s
verify-test-vue-e2e
2s
Annotations
1 error and 2 notices
|
[Mobile Safari] › src/components/item-sliding/test/icons/item-sliding.e2e.ts:13:9 › item-sliding: icons - md/ltr › should not have visual regressions:
src/components/item-sliding/test/icons/item-sliding.e2e.ts#L33
1) [Mobile Safari] › src/components/item-sliding/test/icons/item-sliding.e2e.ts:13:9 › item-sliding: icons - md/ltr › should not have visual regressions
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('#iconsTop')
15524 pixels (ratio 0.83 of all image pixels) are different.
Snapshot: item-sliding-icons-top-md-ltr.png
Call log:
- Expect "toHaveScreenshot(item-sliding-icons-top-md-ltr.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#iconsTop')
- locator resolved to <ion-item-sliding id="iconsTop" class="md hydrated item-sliding-active-slide item-sliding-active-options-end item-sliding-active-swipe-end">…</ion-item-sliding>
- 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
- 15524 pixels (ratio 0.83 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#iconsTop')
- locator resolved to <ion-item-sliding id="iconsTop" class="md hydrated item-sliding-active-slide item-sliding-active-options-end item-sliding-active-swipe-end">…</ion-item-sliding>
- 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
- 15524 pixels (ratio 0.83 of all image pixels) are different.
31 | // Convert camelCase ids to kebab-case for screenshot file names
32 | const itemIDKebab = itemID.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
> 33 | await expect(item).toHaveScreenshot(screenshot(`item-sliding-${itemIDKebab}`));
| ^
34 | }
35 | });
36 | });
at /ionic/src/components/item-sliding/test/icons/item-sliding.e2e.ts:33:28
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › src/components/item-sliding/test/icons/item-sliding.e2e.ts:13:9 › item-sliding: icons - md/ltr › should not have visual regressions
5 skipped
710 passed (10.5m)
|
|
🎭 Playwright Run Summary
15 skipped
718 passed (11.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-17-20
|
2.48 MB |
sha256:6571e8aba3565c6f88136b3f87c8419a5eb58562056c42313753eb8ab9fa1650
|
|
|
test-results-4-20
|
633 KB |
sha256:b3dce5a99cf060169b2783f77ff787ca80e6953b1c60cf533c3743894525854b
|
|