From f9fc236e270d847ef309967d769afcc04363b7ac Mon Sep 17 00:00:00 2001 From: zinyando Date: Mon, 30 May 2016 20:53:41 +0200 Subject: [PATCH] Enable login test --- app/tests/acceptance/authentication-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');