Skip to content

Commit 08119cc

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

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
@@ -30,7 +30,7 @@ configs().forEach(({ title, screenshot, config }) => {
3030
test('with date range disabled should not have any visual regressions', async ({ page }) => {
3131
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
3232
const dateRangeDisabled = page.locator('#dateRange');
33-
await expect(dateRangeDisabled).toHaveScreenshot(screenshot(`dateRangeDisabled-with-hidden-days`));
33+
await expect(dateRangeDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-date-range-disabled`));
3434
});
3535

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

0 commit comments

Comments
 (0)