Skip to content

Commit 2d332d5

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

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
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
22
import { configs, test } from '@utils/test/playwright';
33

44
configs().forEach(({ title, screenshot, config }) => {
5-
test.describe(title('datetime: ShowDaysOutsideCustomMonth'), () => {
5+
test.describe(title('datetime: showAdjacentDays'), () => {
66
test('with custom-grid should not have any visual regressions', async ({ page }) => {
77
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
88
const customGrid = page.locator('#custom-grid');

0 commit comments

Comments
 (0)