Making tests work
This commit is contained in:
parent
12cf327754
commit
f6ab1dda62
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue