diff --git a/__e2e__/tests/profile-screen.test.ts b/__e2e__/tests/profile-screen.test.ts index 2152e9f8ff..b4624e4567 100644 --- a/__e2e__/tests/profile-screen.test.ts +++ b/__e2e__/tests/profile-screen.test.ts @@ -136,7 +136,13 @@ describe('Profile screen', () => { }) it('Can like posts', async () => { - await element(by.id('postsFeed-flatlist')).swipe('down', 'fast') + await element(by.id('postsFeed-flatlist')).swipe( + 'down', + 'slow', + 1, + 0.5, + 0.5, + ) const posts = by.id('feedItem-by-bob.test') await expect(