Fixing home e2e suite

stable
Alejandro Alonso 2016-09-29 10:30:24 +02:00
parent f1534cbb8c
commit b64fd1d44c
1 changed files with 3 additions and 0 deletions

View File

@ -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 = {};