fix(scroll-assist): allow focus on input's siblings #16268
Annotations
2 errors and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
src/components/fab/test/custom-size/fab.e2e.ts#L14
1) [Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes
Error: expect(page).toHaveScreenshot(expected)
4 pixels (ratio 0.01 of all image pixels) are different.
Expected: /ionic/src/components/fab/test/custom-size/fab.e2e.ts-snapshots/fab-custom-size-ios-rtl-Mobile-Chrome-linux.png
Received: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome/fab-custom-size-ios-rtl-actual.png
Diff: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome/fab-custom-size-ios-rtl-diff.png
Call log:
- expect.toHaveScreenshot(fab-custom-size-ios-rtl.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 4 pixels (ratio 0.01 of all image pixels) are different.
12 | await page.setViewportSize(Viewports.tablet.landscape);
13 |
> 14 | await expect(page).toHaveScreenshot(screenshot(`fab-custom-size`));
| ^
15 | });
16 | });
17 | });
at /ionic/src/components/fab/test/custom-size/fab.e2e.ts:14:26
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/fab/test/custom-size/fab.e2e.ts#L14
1) [Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4 pixels (ratio 0.01 of all image pixels) are different.
Expected: /ionic/src/components/fab/test/custom-size/fab.e2e.ts-snapshots/fab-custom-size-ios-rtl-Mobile-Chrome-linux.png
Received: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome-retry1/fab-custom-size-ios-rtl-actual.png
Diff: /ionic/test-results/src-components-fab-test-cu-49540-correctly-with-custom-sizes-Mobile-Chrome-retry1/fab-custom-size-ios-rtl-diff.png
Call log:
- expect.toHaveScreenshot(fab-custom-size-ios-rtl.png) with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 4 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 4 pixels (ratio 0.01 of all image pixels) are different.
12 | await page.setViewportSize(Viewports.tablet.landscape);
13 |
> 14 | await expect(page).toHaveScreenshot(screenshot(`fab-custom-size`));
| ^
15 | });
16 | });
17 | });
at /ionic/src/components/fab/test/custom-size/fab.e2e.ts:14:26
|
Run /./.github/workflows/actions/test-core-screenshot
1 flaky
[Mobile Chrome] › src/components/fab/test/custom-size/fab.e2e.ts:9:9 › fab: custom size - ios/rtl › should position fabs correctly with custom sizes
3 skipped
475 passed (3.2m)
|
Loading