Skip to content

Commit 68f331d

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

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
@@ -24,7 +24,7 @@ configs().forEach(({ title, screenshot, config }) => {
2424
test('should not have any visual regressions with weekends disabled', async ({ page }) => {
2525
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
2626
const weekendsDisabled = page.locator('#weekends');
27-
await expect(weekendsDisabled).toHaveScreenshot(screenshot(`weekendsDisabled-with-hidden-days`));
27+
await expect(weekendsDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-weekends-disabled`));
2828
});
2929

3030
test('should not have any visual regressions with date range disabled', async ({ page }) => {

0 commit comments

Comments
 (0)