chore(): sync feature-6.2 with main

chore(): sync feature-6.2 with main
This commit is contained in:
Liam DeBeasi
2022-07-12 16:03:19 -04:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import { printIonWarning } from '@utils/logging';
import { printIonWarning } from '../../../utils/logging';
import type { DatetimeParts } from '../datetime-interface';
/**

View File

@ -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 = [];