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