diff --git a/app/tests/acceptance/index-test.js b/app/tests/acceptance/index-test.js index b91d1d0a..9a587756 100644 --- a/app/tests/acceptance/index-test.js +++ b/app/tests/acceptance/index-test.js @@ -10,10 +10,12 @@ moduleForAcceptance('Acceptance | /'); test('visiting /', function(assert) { visit('/'); + return pauseTest(); + // setup mirage for /api/public/meta -> { allowAnonymousAccess: false} andThen(function() { - assert.equal(currentURL(), '/login'); + assert.equal(currentURL(), '/auth/login'); }); }); diff --git a/app/tests/index.html b/app/tests/index.html index 8c89846b..87c5d442 100644 --- a/app/tests/index.html +++ b/app/tests/index.html @@ -7,6 +7,9 @@ Documize Tests + + + {{content-for "head"}} {{content-for "test-head"}}