e2eencryption on android

This commit is contained in:
Diego Mello 2023-02-28 15:38:22 -03:00
parent 89db5c4ed9
commit 185d65aafc
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ import random from '../../helpers/random';
const checkServer = async (server: string) => {
const label = `Connected to ${server}`;
await waitFor(element(by.id('rooms-list-view-sidebar')))
.toBeVisible()
.withTimeout(10000);
await element(by.id('rooms-list-view-sidebar')).tap();
await waitFor(element(by.id('sidebar-view')))
.toBeVisible()