Skip to content

Commit de4c6af

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

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
@@ -33,7 +33,7 @@ configs().forEach(({ title, screenshot, config }) => {
3333
await expect(dateRangeDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-date-range-disabled`));
3434
});
3535

36-
test('with month disabled should not have any visual regressions', async ({ page }) => {
36+
test('should not have any visual regressions with month disabled', async ({ page }) => {
3737
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
3838
const monthDisabled = page.locator('#month');
3939
await expect(monthDisabled).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-month-disabled`));

0 commit comments

Comments
 (0)