fix tests

This commit is contained in:
GleidsonDaniel 2024-05-23 14:11:26 -04:00
parent 06949d77e5
commit cea4ef3034
1 changed files with 1 additions and 1 deletions

View File

@ -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);