mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +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';
|
import { test } from '@utils/test/playwright';
|
||||||
|
|
||||||
test.describe('item: inputs', () => {
|
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`);
|
await page.goto(`/src/components/item/test/inputs`);
|
||||||
|
|
||||||
const screenshots = [];
|
const screenshots = [];
|
||||||
|
Reference in New Issue
Block a user