Try test order manipulation with folder structure

This commit is contained in:
Aarni Halinen
2021-01-14 20:56:56 +02:00
parent 2c79c3b2d9
commit 83f3df6ccc
@@ -1,5 +1,5 @@
import { Selector } from "testcafe";
import { getSiteRoot, getPageUrl } from "./utils";
import { getSiteRoot, getPageUrl } from "../utils";
fixture`Event signup`.page(getSiteRoot());