PR feedback

pull/21833/head
Bruno Windels 2019-04-04 10:20:25 +02:00
parent d93e6edb1d
commit 04e06c3cfa
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1,5 +1,5 @@
/*
Copyright 2018 New Vector Ltd
Copyright 2019 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.