zio/stable
Paul Frazee 2023-08-10 16:54:13 -07:00
parent 79d78b5f59
commit c8bc3a1822
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ describe('Mute lists', () => {
it('Shows the mutelist on my profile', async () => {
await element(by.id('bottomBarProfileBtn')).tap()
await element(by.id('selector-2')).tap()
await element(by.id('selector-3')).tap()
await element(by.id('list-Bad Ppl')).tap()
})