Skip to content

Commit f4867c4

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

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
@@ -18,7 +18,7 @@ configs().forEach(({ title, screenshot, config }) => {
1818
test('should not have visual regressions with specific date disabled', async ({ page }) => {
1919
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
2020
const specificDateDisabled = page.locator('#specificDate');
21-
await expect(specificDateDisabled).toHaveScreenshot(screenshot(`specificDate-with-hidden-days`));
21+
await expect(specificDateDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-specific-date`));
2222
});
2323

2424
test('should not have any visual regressions with weekends disabled', async ({ page }) => {

0 commit comments

Comments
 (0)