You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
unbreak tests (take 2); we no longer prompt for IS at register
This commit is contained in:
@@ -41,8 +41,6 @@ module.exports = async function signup(session, username, password, homeserver)
|
||||
const nextButton = await session.query('.mx_Login_submit');
|
||||
// accept homeserver
|
||||
await nextButton.click();
|
||||
// accept default identity server
|
||||
await nextButton.click();
|
||||
}
|
||||
//fill out form
|
||||
const usernameField = await session.query("#mx_RegistrationForm_username");
|
||||
|
||||
Reference in New Issue
Block a user