You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
change test user name
This commit is contained in:
2
start.js
2
start.js
@ -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);
|
||||
|
Reference in New Issue
Block a user