mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(): disable broken refresher tests
This commit is contained in:
@ -3,7 +3,8 @@ import { newE2EPage } from '@stencil/core/testing';
|
|||||||
|
|
||||||
import { pullToRefresh } from '../test.utils';
|
import { pullToRefresh } from '../test.utils';
|
||||||
|
|
||||||
describe('refresher: custom scroll target', () => {
|
// TODO(FW-1134) Re-write these tests so that they test correct functionality.
|
||||||
|
describe.skip('refresher: custom scroll target', () => {
|
||||||
let page: E2EPage;
|
let page: E2EPage;
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
Reference in New Issue
Block a user