fix tests
This commit is contained in:
parent
06949d77e5
commit
cea4ef3034
|
@ -76,7 +76,7 @@ describe('Forward a message with another user', () => {
|
|||
await sleep(500);
|
||||
await waitFor(element(by.id('multi-select-search')))
|
||||
.not.toBeVisible()
|
||||
.withTimeout(2000);
|
||||
.withTimeout(10000);
|
||||
await waitFor(element(by.id('forward-message-view-send')))
|
||||
.toBeVisible()
|
||||
.withTimeout(10000);
|
||||
|
|
Loading…
Reference in New Issue