test default server setup for signup
This commit is contained in:
parent
c693d861f4
commit
1643b9552e
2 changed files with 12 additions and 7 deletions
2
start.js
2
start.js
|
@ -35,7 +35,7 @@ async function runTests() {
|
|||
const username = 'user-' + helpers.randomInt(10000);
|
||||
const password = 'testtest';
|
||||
process.stdout.write(`* signing up as ${username} ... `);
|
||||
await signup(page, username, password, homeserver);
|
||||
await signup(page, username, password);
|
||||
process.stdout.write('done\n');
|
||||
|
||||
const noticesName = "Server Notices";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue