add support for changing the room settings
This commit is contained in:
parent
643af2d344
commit
a78c095cf6
6 changed files with 83 additions and 21 deletions
|
@ -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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue