Minor tweak
This commit is contained in:
parent
184799e9cc
commit
c858218ebc
|
@ -212,6 +212,9 @@ describe('Discussion', () => {
|
|||
await waitFor(element(by.id(`room-view-title-${discussionName}`)))
|
||||
.toExist()
|
||||
.withTimeout(5000);
|
||||
await waitFor(element(by.id('messagebox')))
|
||||
.toBeVisible()
|
||||
.withTimeout(60000);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue