Skip to content

Commit 6aca32d

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

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
@@ -42,7 +42,7 @@ configs().forEach(({ title, screenshot, config }) => {
4242
test('with specific display should not have any visual regressions', async ({ page }) => {
4343
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
4444
const display = page.locator('#display');
45-
await expect(display).toHaveScreenshot(screenshot(`display-with-hidden-days`));
45+
await expect(display).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-display`));
4646
});
4747
});
4848
});

0 commit comments

Comments
 (0)