Use a stronger password

pull/21833/head
J. Ryan Stinnett 2019-04-25 14:28:39 +01:00
parent 1ffe0d1a24
commit f82f9ecdb2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }