Skip to content

Commit

Permalink
Fixed failing e2e tests due to base URL update
Browse files Browse the repository at this point in the history
  • Loading branch information
xJREB committed Jun 6, 2023
1 parent 11c6986 commit f517f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit f517f7b

Please sign in to comment.