mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
unbreak tests; we no longer prompt for IS at register
This commit is contained in:
parent
7d1cb43760
commit
fe1b786c50
@ -41,7 +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();
|
||||||
await session.query('.mx_ServerConfig_identityServer_shown');
|
|
||||||
// accept default identity server
|
// accept default identity server
|
||||||
await nextButton.click();
|
await nextButton.click();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user