mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
test(datetime, picker-internal): skip flaky tests (#26459)
This commit is contained in:
@ -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 }) => {
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user