mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(): sync feature-6.2 with main
chore(): sync feature-6.2 with main
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
import { printIonWarning } from '@utils/logging';
|
import { printIonWarning } from '../../../utils/logging';
|
||||||
|
|
||||||
import type { DatetimeParts } from '../datetime-interface';
|
import type { DatetimeParts } from '../datetime-interface';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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