Merge pull request #27 from matrix-org/revert-24-bwindels/increaseservernoticetimeout
Revert "increase timeout for server notices room"
This commit is contained in:
commit
6e9721523d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const acceptInvite = require("./accept-invite")
|
|||
module.exports = async function acceptServerNoticesInviteAndConsent(session) {
|
||||
await acceptInvite(session, "Server Notices");
|
||||
session.log.step(`accepts terms & conditions`);
|
||||
const consentLink = await session.waitAndQuery(".mx_EventTile_body a", 10000);
|
||||
const consentLink = await session.waitAndQuery(".mx_EventTile_body a");
|
||||
const termsPagePromise = session.waitForNewPage();
|
||||
await consentLink.click();
|
||||
const termsPage = await termsPagePromise;
|
||||
|
|
Loading…
Reference in a new issue