Skip to content

Commit e219fc7

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

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
@@ -21,7 +21,7 @@ configs().forEach(({ title, screenshot, config }) => {
2121
await expect(specificDateDisabled).toHaveScreenshot(screenshot(`specificDate-with-hidden-days`));
2222
});
2323

24-
test('with weekends disabled should not have any visual regressions', async ({ page }) => {
24+
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');
2727
await expect(weekendsDisabled).toHaveScreenshot(screenshot(`weekendsDisabled-with-hidden-days`));

0 commit comments

Comments
 (0)