refactor(range): remove legacy property and support for legacy syntax #12078
Annotations
1 error, 1 warning, and 1 notice
Run /./.github/workflows/actions/test-core-screenshot:
core/src/components/datetime/test/prefer-wheel/datetime.e2e.ts#L50
1) [Mobile Chrome] › src/components/datetime/test/prefer-wheel/datetime.e2e.ts:41:9 › datetime: wheel rendering - md/ltr › should not have visual regressions for time-date wheel
Error: Screenshot comparison failed:
2672 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/prefer-wheel/datetime.e2e.ts-snapshots/datetime-wheel-time-date-diff-md-ltr-Mobile-Chrome-linux.png
Received: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-datetime-test-prefer-wheel-date-ab8c5-not-have-visual-regressions-for-time-date-wheel-Mobile-Chrome/datetime-wheel-time-date-diff-md-ltr-actual.png
Diff: /home/runner/work/ionic-framework/ionic-framework/core/test-results/src-components-datetime-test-prefer-wheel-date-ab8c5-not-have-visual-regressions-for-time-date-wheel-Mobile-Chrome/datetime-wheel-time-date-diff-md-ltr-diff.png
Call log:
- page._expectScreenshot with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- 2672 pixels (ratio 0.04 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- captured a stable screenshot
- 2672 pixels (ratio 0.04 of all image pixels) are different.
48 | await page.locator('.datetime-ready').waitFor();
49 |
> 50 | await expect(page).toHaveScreenshot(screenshot(`datetime-wheel-time-date-diff`));
| ^
51 | });
52 | test('should render a condense header when specified', async ({ page }) => {
53 | await page.setContent(
at /home/runner/work/ionic-framework/ionic-framework/core/src/components/datetime/test/prefer-wheel/datetime.e2e.ts:50:26
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, 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/.
|
Run /./.github/workflows/actions/test-core-screenshot
1 flaky
[Mobile Chrome] › src/components/datetime/test/prefer-wheel/datetime.e2e.ts:41:9 › datetime: wheel rendering - md/ltr › should not have visual regressions for time-date wheel
3 skipped
426 passed (3.2m)
|
Loading