Use a stronger password
This commit is contained in:
parent
1ffe0d1a24
commit
f82f9ecdb2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module.exports = async function scenario(createSession, restCreator) {
|
|||
console.log(`running tests on ${await session.browser.version()} ...`);
|
||||
firstUser = false;
|
||||
}
|
||||
await signup(session, session.username, 'testtest', session.hsUrl);
|
||||
await signup(session, session.username, 'testsarefun!!!', session.hsUrl);
|
||||
return session;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue