Use a stronger password

This commit is contained in:
J. Ryan Stinnett 2019-04-25 14:28:39 +01:00
parent 1ffe0d1a24
commit f82f9ecdb2

View file

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