From 40b1f1f5cdc73b9fbf25dca804def4e846756277 Mon Sep 17 00:00:00 2001 From: graciousgrey Date: Thu, 27 Jul 2023 12:57:36 +0200 Subject: [PATCH] Tests: Update testcafe config --- frontend/testcaferc.json | 1 + frontend/tests/testcafeconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/testcaferc.json b/frontend/testcaferc.json index c0c1db2e6..b1d6a7ad3 100644 --- a/frontend/testcaferc.json +++ b/frontend/testcaferc.json @@ -2,6 +2,7 @@ "skipJsErrors": true, "quarantineMode": false, "selectorTimeout": 5000, + "hostname": "localhost", "screenshots": { "path": "tests/acceptance/screenshots", "takeOnFails": true diff --git a/frontend/tests/testcafeconfig.json b/frontend/tests/testcafeconfig.json index ff426750f..31e539b3a 100644 --- a/frontend/tests/testcafeconfig.json +++ b/frontend/tests/testcafeconfig.json @@ -1,3 +1,3 @@ { - "url": "localhost:2343/library/login" + "url": "http://localhost:2343/library/login" }