Skip to content

Commit 185feef

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

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
@@ -27,7 +27,7 @@ configs().forEach(({ title, screenshot, config }) => {
2727
await expect(weekendsDisabled).toHaveScreenshot(screenshot(`weekendsDisabled-with-hidden-days`));
2828
});
2929

30-
test('with date range disabled should not have any visual regressions', async ({ page }) => {
30+
test('should not have any visual regressions with date range disabled', async ({ page }) => {
3131
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
3232
const dateRangeDisabled = page.locator('#dateRange');
3333
await expect(dateRangeDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-date-range-disabled`));

0 commit comments

Comments
 (0)