Update Reference Screenshots #2003
Annotations
1 error and 1 notice
|
Run /./.github/workflows/actions/test-core-screenshot:
src/components/datetime/test/custom/datetime.e2e.ts#L71
1) [Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - md/ltr › should focus the selected day and then the day after
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('#custom-calendar-days').locator('.calendar-day[data-day=\'16\'][data-month=\'6\']')
Expected: focused
Received: inactive
Call log:
- Expect "toBeFocused" with timeout 5000ms
- waiting for locator('#custom-calendar-days').locator('.calendar-day[data-day=\'16\'][data-month=\'6\']')
9 × locator resolved to <button tabindex="-1" data-day="16" data-month="6" data-index="19" data-year="2023" part="calendar-day" data-day-of-week="5" class="calendar-day" aria-label="Friday, June 16">16</button>
- unexpected value "inactive"
69 | const nextDay = datetime.locator(`.calendar-day[data-day='16'][data-month='6']`);
70 |
> 71 | await expect(nextDay).toBeFocused();
| ^
72 | await expect(datetime).toHaveScreenshot(screenshot(`datetime-custom-focus-calendar-day`));
73 | });
74 | });
at /ionic/src/components/datetime/test/custom/datetime.e2e.ts:71:29
|
|
Run /./.github/workflows/actions/test-core-screenshot
1 flaky
[Mobile Safari] › src/components/datetime/test/custom/datetime.e2e.ts:53:9 › datetime: custom focus - md/ltr › should focus the selected day and then the day after
2 skipped
663 passed (9.3m)
|
Loading