Skip to content

Commit 08e2990

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

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

44
configs().forEach(({ title, screenshot, config }) => {
55
test.describe(title('datetime: showAdjacentDays'), () => {
6-
test('with custom-grid should not have any visual regressions', async ({ page }) => {
6+
test('should not have visual regressions with custom grid ', async ({ page }) => {
77
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
88
const customGrid = page.locator('#custom-grid');
99
await expect(customGrid).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-grid`));

0 commit comments

Comments
 (0)