Skip to content

Commit 9ec10fb

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

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
@@ -6,7 +6,7 @@ configs().forEach(({ title, screenshot, config }) => {
66
test('with custom-grid should not have any visual regressions', async ({ page }) => {
77
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
88
const customGrid = page.locator('#custom-grid');
9-
await expect(customGrid).toHaveScreenshot(screenshot(`customGrid-with-hidden-days`));
9+
await expect(customGrid).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-grid`));
1010
});
1111

1212
test('should set the first day of the week correctly', async ({ page }) => {

0 commit comments

Comments
 (0)