mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 12:51:04 +02:00
Use a stronger password
This commit is contained in:
parent
1ffe0d1a24
commit
f82f9ecdb2
@ -30,7 +30,7 @@ module.exports = async function scenario(createSession, restCreator) {
|
|||||||
console.log(`running tests on ${await session.browser.version()} ...`);
|
console.log(`running tests on ${await session.browser.version()} ...`);
|
||||||
firstUser = false;
|
firstUser = false;
|
||||||
}
|
}
|
||||||
await signup(session, session.username, 'testtest', session.hsUrl);
|
await signup(session, session.username, 'testsarefun!!!', session.hsUrl);
|
||||||
return session;
|
return session;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user