mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(scroll-assist): mark test as slow (#26777)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user