mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-12 21:01:15 +01:00
unbreak tests (take 2); we no longer prompt for IS at register
This commit is contained in:
parent
fe1b786c50
commit
f5b605beaa
@ -41,8 +41,6 @@ module.exports = async function signup(session, username, password, homeserver)
|
|||||||
const nextButton = await session.query('.mx_Login_submit');
|
const nextButton = await session.query('.mx_Login_submit');
|
||||||
// accept homeserver
|
// accept homeserver
|
||||||
await nextButton.click();
|
await nextButton.click();
|
||||||
// accept default identity server
|
|
||||||
await nextButton.click();
|
|
||||||
}
|
}
|
||||||
//fill out form
|
//fill out form
|
||||||
const usernameField = await session.query("#mx_RegistrationForm_username");
|
const usernameField = await session.query("#mx_RegistrationForm_username");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user