unbreak tests; we no longer prompt for IS at register

pull/21833/head
Matthew Hodgson 2019-09-23 22:33:30 +01:00
parent 7d1cb43760
commit fe1b786c50
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ module.exports = async function signup(session, username, password, homeserver)
const nextButton = await session.query('.mx_Login_submit');
// accept homeserver
await nextButton.click();
await session.query('.mx_ServerConfig_identityServer_shown');
// accept default identity server
await nextButton.click();
}