cleanup whitespace in sign-in-and-out integration tests

This commit is contained in:
BryceLTaylor 2021-11-08 16:58:02 -05:00
parent bcdcb58c96
commit e4b4cbf5f6

View file

@ -101,8 +101,6 @@ describe('www-integration sign-in-and-out', () => {
});
describe('login failures', async () => {
test('sign in with no password in Scratchr2', async () => {
let nonsenseUsername = Math.random().toString(36)
.replace(/[^a-z]+/g, '')