Skip to content

Commit 73f68af

Browse files
authored
fix(docs): Fix UI port in E2E docs (#22881)
Signed-off-by: Oliver Gondža <[email protected]>
1 parent 70fc269 commit 73f68af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide/test-e2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Git repository via file url: `file:///tmp/argo-e2e***`.
2222
1. Start the e2e version `make start-e2e`
2323
2. Run the tests: `make test-e2e`
2424

25-
You can observe the tests by using the UI [http://localhost:8080/applications](http://localhost:8080/applications) with username `"admin"` and password `"password"`.
25+
You can observe the tests by using the UI [http://localhost:4000/applications](http://localhost:4000/applications) with username `"admin"` and password `"password"`.
2626

2727
## Configuration of E2E Tests execution
2828

0 commit comments

Comments
 (0)