From 1a0f9f5cd96147aa350efd16c1f5eb026c5c296d Mon Sep 17 00:00:00 2001 From: zinyando Date: Thu, 12 May 2016 20:08:39 +0200 Subject: [PATCH] Add missing html head meta tags --- app/tests/acceptance/index-test.js | 4 +++- app/tests/index.html | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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"}}