mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
test(item): skip flaky inputs test (#25609)
This commit is contained in:
@ -3,7 +3,7 @@ import type { E2EPage } from '@utils/test/playwright';
|
||||
import { test } from '@utils/test/playwright';
|
||||
|
||||
test.describe('item: inputs', () => {
|
||||
test('should not have visual regressions', async ({ page }) => {
|
||||
test.skip('should not have visual regressions', async ({ page }) => {
|
||||
await page.goto(`/src/components/item/test/inputs`);
|
||||
|
||||
const screenshots = [];
|
||||
|
Reference in New Issue
Block a user