only need 2 clicks, not 3
This commit is contained in:
parent
5f03854f69
commit
1ea5047607
1 changed files with 1 additions and 3 deletions
|
@ -28,10 +28,8 @@ 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.delay(200);
|
|
||||||
// accept discovered identity server
|
|
||||||
await nextButton.click();
|
|
||||||
await session.query('.mx_ServerConfig_identityServer_shown');
|
await session.query('.mx_ServerConfig_identityServer_shown');
|
||||||
|
// accept default identity server
|
||||||
await nextButton.click();
|
await nextButton.click();
|
||||||
}
|
}
|
||||||
//fill out form
|
//fill out form
|
||||||
|
|
Loading…
Reference in a new issue