mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
increase dialog timeout a bit
This commit is contained in:
parent
b01e126433
commit
f489f55fd7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ async function acceptDialog(session, expectedTitle) {
|
|||
async function acceptDialogMaybe(session, expectedTitle) {
|
||||
let primaryButton = null;
|
||||
try {
|
||||
primaryButton = await session.waitAndQuery(".mx_Dialog .mx_Dialog_primary", 50);
|
||||
primaryButton = await session.waitAndQuery(".mx_Dialog .mx_Dialog_primary", 100);
|
||||
} catch(err) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue