Fixes to tests (#1518)
This commit is contained in:
parent
41b53ca37b
commit
150fe421d6
4 changed files with 24 additions and 8 deletions
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue