Fix profile test with hack

This commit is contained in:
Eric Bailey
2023-12-05 11:19:55 -06:00
parent e5a787d9ea
commit 3117700f4e
+7 -1
View File
@@ -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(