fix composer issue and more
This commit is contained in:
parent
af0c0c0afe
commit
2c983f8cee
7 changed files with 54 additions and 29 deletions
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue