We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fed86 commit 2d332d5Copy full SHA for 2d332d5
core/src/components/datetime/test/showDaysOutsideCurrentMonth/datetime.e2e.ts
@@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
2
import { configs, test } from '@utils/test/playwright';
3
4
configs().forEach(({ title, screenshot, config }) => {
5
- test.describe(title('datetime: ShowDaysOutsideCustomMonth'), () => {
+ test.describe(title('datetime: showAdjacentDays'), () => {
6
test('with custom-grid should not have any visual regressions', async ({ page }) => {
7
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
8
const customGrid = page.locator('#custom-grid');
0 commit comments