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 9ec10fb commit 08e2990Copy full SHA for 08e2990
core/src/components/datetime/test/showDaysOutsideCurrentMonth/datetime.e2e.ts
@@ -3,7 +3,7 @@ import { configs, test } from '@utils/test/playwright';
3
4
configs().forEach(({ title, screenshot, config }) => {
5
test.describe(title('datetime: showAdjacentDays'), () => {
6
- test('with custom-grid should not have any visual regressions', async ({ page }) => {
+ test('should not have visual regressions with custom grid ', async ({ page }) => {
7
await page.goto('/src/components/datetime/test/showDaysOutsideCurrentMonth', config);
8
const customGrid = page.locator('#custom-grid');
9
await expect(customGrid).toHaveScreenshot(screenshot(`datetime-show-adjacent-days-custom-grid`));
0 commit comments