From 8175cc779f77128ecd2f80e56a014efefbaab26c Mon Sep 17 00:00:00 2001 From: marius-mather Date: Tue, 17 Sep 2024 16:45:47 +1000 Subject: [PATCH] Remove baseURL from quick e2e test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd2e7bb..902557f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test": "vitest", "knip": "knip", "cy:run": "cypress run --browser firefox", - "e2e": "start-server-and-test dev http://localhost:3000/informatics/PIPE-5195-dementia-risk cy:run" + "e2e": "start-server-and-test dev http://localhost:3000 cy:run" }, "dependencies": { "@heroicons/react": "^2.1.5",