mirror of https://github.com/vector-im/riot-web
Merge pull request #55 from matrix-org/jryans/hide-is-field-during-auth
Adjust tests for hidden IS fieldpull/21833/head
commit
a3abde5883
|
@ -27,6 +27,8 @@ module.exports = async function signup(session, username, password, homeserver)
|
|||
await session.replaceInputText(hsInputField, homeserver);
|
||||
const nextButton = await session.query('.mx_Login_submit');
|
||||
await nextButton.click();
|
||||
await session.query('.mx_ServerConfig_identityServer_shown');
|
||||
await nextButton.click();
|
||||
}
|
||||
//fill out form
|
||||
const usernameField = await session.query("#mx_RegistrationForm_username");
|
||||
|
|
Loading…
Reference in New Issue