mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
test(refresher): disable pull to refresher tests (#25887)
This commit is contained in:
@ -3,7 +3,8 @@ import { test } from '@utils/test/playwright';
|
|||||||
|
|
||||||
import { pullToRefresh } from '../test.utils';
|
import { pullToRefresh } from '../test.utils';
|
||||||
|
|
||||||
test.describe('refresher: basic', () => {
|
// TODO: Enable this test when touch events/gestures are better supported in Playwright: https://github.com/microsoft/playwright/issues/2903
|
||||||
|
test.skip('refresher: basic', () => {
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
await page.goto('/src/components/refresher/test/basic');
|
await page.goto('/src/components/refresher/test/basic');
|
||||||
});
|
});
|
||||||
|
|||||||
@ -3,7 +3,8 @@ import { test } from '@utils/test/playwright';
|
|||||||
|
|
||||||
import { pullToRefresh } from '../test.utils';
|
import { pullToRefresh } from '../test.utils';
|
||||||
|
|
||||||
test.describe('refresher: custom scroll target', () => {
|
// TODO: Enable this test when touch events/gestures are better supported in Playwright: https://github.com/microsoft/playwright/issues/2903
|
||||||
|
test.skip('refresher: custom scroll target', () => {
|
||||||
test.beforeEach(async ({ page }) => {
|
test.beforeEach(async ({ page }) => {
|
||||||
await page.goto('/src/components/refresher/test/scroll-target');
|
await page.goto('/src/components/refresher/test/scroll-target');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user