Fix e2e
This commit is contained in:
parent
fc19ffba38
commit
c8541a7243
3 changed files with 15 additions and 5 deletions
|
@ -57,7 +57,9 @@ describe('Home screen', () => {
|
|||
.tap()
|
||||
await element(by.id('postDropdownReportBtn')).tap()
|
||||
await expect(element(by.id('reportPostModal'))).toBeVisible()
|
||||
await element(by.id('reportPostRadios-spam')).tap()
|
||||
await element(
|
||||
by.id('reportPostRadios-com.atproto.moderation.defs#reasonSpam'),
|
||||
).tap()
|
||||
await element(by.id('sendReportBtn')).tap()
|
||||
await expect(element(by.id('reportPostModal'))).not.toBeVisible()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue