From 4df9074e0fc8db381d94fb4680a5d7dee3d096de Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 30 Jun 2017 20:35:51 +0200 Subject: fix: add page title to header --- test/app.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/app.test.js') diff --git a/test/app.test.js b/test/app.test.js index 4c90881..b2f91d1 100644 --- a/test/app.test.js +++ b/test/app.test.js @@ -34,6 +34,7 @@ test("post", t => { .expect(/^/) .then(parseResponse) .then($ => { + t.is($("head > title").text(), "This is a test ยท " + config.site.title); t.is($("article h1").text(), "This is a test"); t.is( $("article p").text(), -- cgit 1.4.1