Merge remote-tracking branch 'origin/main' into sync-7-12-09

This commit is contained in:
Sean Perkins
2022-12-09 13:38:17 -05:00
2 changed files with 4 additions and 2 deletions

View File

@ -108,7 +108,8 @@ test.describe('datetime: presentation', () => {
});
});
test.describe('datetime: presentation: time', () => {
// TODO: FW-3018
test.skip('datetime: presentation: time', () => {
let timePickerFixture: TimePickerFixture;
test.beforeEach(async ({ page }) => {

View File

@ -2,7 +2,8 @@ import { expect } from '@playwright/test';
import { test } from '@utils/test/playwright';
test.describe('picker-internal', () => {
test('inline pickers should not have visual regression', async ({ page }) => {
// TODO: FW-3020
test.skip('inline pickers should not have visual regression', async ({ page }) => {
await page.goto(`/src/components/picker-internal/test/basic`);
await page.setIonViewport();