mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
cleanup whitespace in sign-in-and-out integration tests
This commit is contained in:
parent
bcdcb58c96
commit
e4b4cbf5f6
1 changed files with 0 additions and 2 deletions
|
@ -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, '')
|
||||
|
|
Loading…
Reference in a new issue