Fixing home e2e suite
parent
f1534cbb8c
commit
b64fd1d44c
|
@ -56,8 +56,11 @@ lightbox.close = async function(el) {
|
|||
}, 4000);
|
||||
} catch (e) {
|
||||
new Error('Lightbox doesn\'t close')
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
lightbox.confirm = {};
|
||||
|
|
Loading…
Reference in New Issue