Fix getSiteRoot

This commit is contained in:
Aarni Halinen
2021-01-12 23:28:45 +02:00
parent 33ad584804
commit 4c5bbfe90c
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import { Selector } from "testcafe";
import { getSiteRoot } from "./utils";
fixture`404 page renders and functions correctly`.page(`${getSiteRoot}/404`);
fixture`404 page renders and functions correctly`.page(`${getSiteRoot()}/404`);
test("Page contains the text 404", async t => {
/**