Skip to content

Commit 0eca20e

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

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
@@ -15,7 +15,7 @@ configs().forEach(({ title, screenshot, config }) => {
1515
await expect(customDatetime).toHaveScreenshot(screenshot(`custom-calendar-with-hidden-days`));
1616
});
1717

18-
test('with specific date disabled should not have any visual regressions', async ({ page }) => {
18+
test('should not have visual regressions with specific date disabled', async ({ page }) => {
1919
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
2020
const specificDateDisabled = page.locator('#specificDate');
2121
await expect(specificDateDisabled).toHaveScreenshot(screenshot(`specificDate-with-hidden-days`));

0 commit comments

Comments
 (0)