Skip to content

Commit cb835af

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

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
@@ -36,7 +36,7 @@ configs().forEach(({ title, screenshot, config }) => {
3636
test('with month disabled should not have any visual regressions', async ({ page }) => {
3737
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
3838
const monthDisabled = page.locator('#month');
39-
await expect(monthDisabled).toHaveScreenshot(screenshot(`monthDisabled-with-hidden-days`));
39+
await expect(monthDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-month-disabled`));
4040
});
4141

4242
test('with specific display should not have any visual regressions', async ({ page }) => {

0 commit comments

Comments
 (0)