diff --git a/core/src/utils/input-shims/hacks/test/scroll-assist.e2e.ts b/core/src/utils/input-shims/hacks/test/scroll-assist.e2e.ts index 9227dca3c8..082194f910 100644 --- a/core/src/utils/input-shims/hacks/test/scroll-assist.e2e.ts +++ b/core/src/utils/input-shims/hacks/test/scroll-assist.e2e.ts @@ -15,6 +15,7 @@ const getScrollPosition = async (contentEl: Locator) => { test.describe('scroll-assist', () => { let scrollAssistFixture: ScrollAssistFixture; test.beforeEach(async ({ page, skip }) => { + test.slow(); skip.rtl(); skip.mode('md', 'Scroll utils are only needed on iOS mode'); skip.browser('firefox');