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