change test user name

pull/21833/head
Bruno Windels 2018-07-23 10:36:03 +02:00
parent 048a367081
commit 5934bebafb
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ async function runTests() {
global.browser = await puppeteer.launch();
const page = await helpers.newPage();
const username = 'bruno-' + helpers.randomInt(10000);
const username = 'user-' + helpers.randomInt(10000);
const password = 'testtest';
process.stdout.write(`* signing up as ${username} ... `);
await signup(page, username, password, homeserver);