diff --git a/app/tests/acceptance/authentication-test.js b/app/tests/acceptance/authentication-test.js index 3393bf0e..0b640dfb 100644 --- a/app/tests/acceptance/authentication-test.js +++ b/app/tests/acceptance/authentication-test.js @@ -3,7 +3,7 @@ import moduleForAcceptance from 'documize/tests/helpers/module-for-acceptance'; moduleForAcceptance('Acceptance | Authentication'); -skip('visiting /auth/login and logging in', function(assert) { +test('visiting /auth/login and logging in', function(assert) { visit('/auth/login'); fillIn('#authEmail', 'brizdigital@gmail.com');