You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Adjust tests for hidden IS field
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user