diff --git a/test/user.js b/test/user.js index 650c4215a7..7c49813c82 100644 --- a/test/user.js +++ b/test/user.js @@ -1483,6 +1483,34 @@ describe('User', function () { }); }); + it('should fail to add user to queue if username is taken', function (done) { + helpers.registerUser({ + username: 'rejectme', + password: '123456', + 'password-confirm': '123456', + email: '