From f517f7bcf25bfa84e7b25313fc9bece154fd436b Mon Sep 17 00:00:00 2001 From: Justus Bogner Date: Tue, 6 Jun 2023 10:01:07 +0200 Subject: [PATCH] Fixed failing e2e tests due to base URL update --- cypress/support/e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js index 4894518..5e55463 100644 --- a/cypress/support/e2e.js +++ b/cypress/support/e2e.js @@ -18,4 +18,4 @@ import "./commands"; // cypress/support/index.js import "@cypress/code-coverage/support"; -export const TEST_BASE_URL = "http://localhost:8000/#/manager"; +export const TEST_BASE_URL = "http://localhost:8000/adr-manager/#/manager";