Making tests work

This commit is contained in:
Anant Bhasin 2021-04-13 15:37:08 +05:30
parent 12cf327754
commit f6ab1dda62
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const checkServer = async(server) => {
} }
const checkBanner = async() => { const checkBanner = async() => {
await waitFor(element(by.id('listheader-encryption').withDescendant(by.label('Save Your Encryption Password')))).toBeVisible().withTimeout(10000); await waitFor(element(by.id('listheader-encryption').withDescendant(by.text('Save Your Encryption Password')))).toBeVisible().withTimeout(10000);
} }
async function navigateToRoom(roomName) { async function navigateToRoom(roomName) {