add support for changing the room settings

This commit is contained in:
Bruno Windels 2018-08-08 11:39:17 +02:00
parent 643af2d344
commit a78c095cf6
6 changed files with 83 additions and 21 deletions

View file

@ -41,5 +41,6 @@ module.exports = async function acceptServerNoticesInviteAndConsent(session, not
const acceptButton = await termsPage.$('input[type=submit]');
await acceptButton.click();
await session.delay(500); //TODO yuck, timers
await termsPage.close();
session.log.done();
}