From 3117700f4eff2fe21bdf1694bf4046eca3aea64f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 5 Dec 2023 11:19:55 -0600 Subject: [PATCH] Fix profile test with hack --- __e2e__/tests/profile-screen.test.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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(