Skip to content

Commit f7dfcf0

Browse files
committed
add test skip
1 parent 7ef56d7 commit f7dfcf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/datetime/test/show-adjacent-days/datetime.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ ti
1313
await expect(datetime).toHaveScreenshot(screenshot(`datetime-show-adjacent-days`));
1414
});
1515

16-
test('should not have visual regressions with a custom styled calendar', async ({ page }) => {
16+
// TODO (FW-6769): Enable test when its fixed
17+
test.skip('should not have visual regressions with a custom styled calendar', async ({ page }) => {
1718
await page.goto('/src/components/datetime/test/show-adjacent-days', config);
1819
await page.locator('.datetime-ready').first().waitFor();
1920
const datetime = page.locator('#custom-calendar-days');

0 commit comments

Comments
 (0)