Fix flaky discussion

This commit is contained in:
Diego Mello 2023-03-01 15:30:52 -03:00
parent 62c1002136
commit aa1cfed033
1 changed files with 2 additions and 1 deletions

View File

@ -71,8 +71,9 @@ describe('Discussion', () => {
it('should create discussion from Messagebox Actions', async () => {
await navigateToRoom(room);
await element(by.id('messagebox-actions')).tap();
await sleep(300); // wait for animation
await waitFor(element(by.id('action-sheet')))
.toExist()
.toBeVisible()
.withTimeout(2000);
await element(by[textMatcher]('Create Discussion')).atIndex(0).tap();
await waitFor(element(by.id('create-discussion-view')))