PR feedback
This commit is contained in:
parent
d93e6edb1d
commit
04e06c3cfa
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ module.exports = async function signup(session, username, password, homeserver)
|
|||
await session.replaceInputText(usernameField, username);
|
||||
await session.replaceInputText(passwordField, password);
|
||||
await session.replaceInputText(passwordRepeatField, password);
|
||||
//wait over a second because Registration/ServerConfig have a 250ms
|
||||
//wait 300ms because Registration/ServerConfig have a 250ms
|
||||
//delay to internally set the homeserver url
|
||||
//see Registration::render and ServerConfig::props::delayTimeMs
|
||||
await session.delay(300);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue