From a8f560ddb474736b42c049140a50651d019a15de Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Mon, 21 Nov 2016 21:46:40 +0100 Subject: [PATCH] Fix test related to change in c38895c --- e2e-tests/__tests__/cli-build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/__tests__/cli-build.js b/e2e-tests/__tests__/cli-build.js index 14e84640a..1c09ca00f 100644 --- a/e2e-tests/__tests__/cli-build.js +++ b/e2e-tests/__tests__/cli-build.js @@ -59,7 +59,7 @@ it("should build the base theme correctly", const html404 = read(testFolder, "404.html") expect(html404).toContain( "window.__COLLECTION__ = " + - "[{\"layout\":\"PageError\",\"route\":\"404.html\",\"hero\"" + "[{\"layout\":\"PageError\",\"route\":\"404.html\"" ) // ensure all pages have the correct title