Test fixes

This commit is contained in:
Paul Frazee 2023-08-28 19:10:36 -07:00
parent 1c460c40f4
commit 2619c55c10
5 changed files with 9 additions and 4 deletions

View file

@ -18,8 +18,10 @@ describe('Profile screen', () => {
})
it('Can see feeds', async () => {
await element(by.id('selector-3')).tap()
await element(by.id('selector')).swipe('left')
await element(by.id('selector-4')).tap()
await expect(element(by.id('feed-alices feed'))).toBeVisible()
await element(by.id('selector')).swipe('right')
await element(by.id('selector-0')).tap()
})