Skip to content

Commit 8b8ddcb

Browse files
Update core/src/components/datetime/test/showDaysOutsideCurrentMonth/datetime.e2e.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent f61d607 commit 8b8ddcb

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/datetime/test/showDaysOutsideCurrentMonth

1 file changed

+1
-1
lines changed

core/src/components/datetime/test/showDaysOutsideCurrentMonth/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ configs().forEach(({ title, screenshot, config }) => {
1212
test('should set the first day of the week correctly', async ({ page }) => {
1313
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
1414
const customDatetime = page.locator('#custom-calendar-days');
15-
await expect(customDatetime).toHaveScreenshot(screenshot(`custom-calendar-with-hidden-days`));
15+
await expect(customDatetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-calendar`));
1616
});
1717

1818
test('should not have visual regressions with specific date disabled', async ({ page }) => {

0 commit comments

Comments
 (0)