chore: switch to pnpm, add workspaces #11577
Annotations
1 error, 1 warning, and 1 notice
core/src/components/picker-internal/test/basic/picker-internal.e2e.ts#L39
1) [Mobile Firefox] › src/components/picker-internal/test/basic/picker-internal.e2e.ts:25:9 › picker-internal: overlay rendering - md/ltr › popover: should not have visual regression
Error: Screenshot comparison failed:
10 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/ionic-framework/ionic-framework/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts-snapshots/picker-internal-popover-diff-md-ltr-Mobile-Firefox-linux.png
Received: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-picker-internal-test-basic-pick-f872c-d-ltr-popover-should-not-have-visual-regression-Mobile-Firefox/picker-internal-popover-diff-md-ltr-actual.png
Diff: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-picker-internal-test-basic-pick-f872c-d-ltr-popover-should-not-have-visual-regression-Mobile-Firefox/picker-internal-popover-diff-md-ltr-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('ion-popover .ion-delegate-host')
- locator resolved to <div class="ion-delegate-host popover-viewport">…</div>
- taking element screenshot
- waiting for element to be visible and stable
- element is visible and stable
- 10 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('ion-popover .ion-delegate-host')
- locator resolved to <div class="ion-delegate-host popover-viewport">…</div>
- taking element screenshot
- waiting for element to be visible and stable
- element is visible and stable
- captured a stable screenshot
- 10 pixels (ratio 0.01 of all image pixels) are different.
37 | const popoverContent = page.locator('ion-popover .ion-delegate-host');
38 |
> 39 | await expect(popoverContent).toHaveScreenshot(screenshot(`picker-internal-popover-diff`), {
| ^
40 | /**
41 | * Animations must be enabled to capture the screenshot.
42 | * By default, animations are disabled with toHaveScreenshot,
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/picker-internal/test/basic/picker-internal.e2e.ts:39:36
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
The logs for this run have expired and are no longer available.
Loading