fix composer issue and more

This commit is contained in:
Bruno Windels 2018-08-09 14:23:09 +02:00
parent af0c0c0afe
commit 2c983f8cee
7 changed files with 54 additions and 29 deletions

View file

@ -35,9 +35,7 @@ module.exports = async function acceptInvite(session, name) {
await acceptInvitationLink.click();
// accept e2e warning dialog
try {
acceptDialogMaybe(session, "encryption");
} catch(err) {}
acceptDialogMaybe(session, "encryption");
session.log.done();
}