mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
test(scroll-assist): skip flaky test (#26835)
This commit is contained in:
@ -12,7 +12,8 @@ const getScrollPosition = async (contentEl: Locator) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
test.describe('scroll-assist', () => {
|
// TODO FW-3427
|
||||||
|
test.describe.skip('scroll-assist', () => {
|
||||||
let scrollAssistFixture: ScrollAssistFixture;
|
let scrollAssistFixture: ScrollAssistFixture;
|
||||||
test.beforeEach(async ({ page, skip }) => {
|
test.beforeEach(async ({ page, skip }) => {
|
||||||
test.slow();
|
test.slow();
|
||||||
|
Reference in New Issue
Block a user