Fixes to tests (#1518)

This commit is contained in:
Paul Frazee 2023-09-22 17:49:41 -07:00 committed by GitHub
parent 41b53ca37b
commit 150fe421d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 8 deletions

View file

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