Skip to content

Commit f61d607

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

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
@@ -39,7 +39,7 @@ configs().forEach(({ title, screenshot, config }) => {
3939
await expect(monthDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-month-disabled`));
4040
});
4141

42-
test('with specific display should not have any visual regressions', async ({ page }) => {
42+
test('should not have any visual regressions with specific display', async ({ page }) => {
4343
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
4444
const display = page.locator('#display');
4545
await expect(display).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-display`));

0 commit comments

Comments
 (0)