diff --git a/Testing-Guide.md b/Testing-Guide.md index c5e9080..fb7e49a 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -304,10 +304,11 @@ stay up to date with it: | https://localhost:8444/account/{username}/edit | Incomplete | Account Edit | User | | https://localhost:8444/accounts | Incomplete | Account Search | Trusted User | | https://localhost:8444/packages | Incomplete | Package Search | User | -| https://localhost:8444/(pkgbase\|packages)/{name} | Incomplete | Comment testing | User | +| https://localhost:8444/(pkgbase\|packages)/{name} | Incomplete | Comment testing | User | | https://localhost:8444/packages/{name} | Incomplete | Package View | User | | https://localhost:8444/pkgbase/{name} | Incomplete | Package Base View | User | | https://localhost:8444/pkgbase/{name}/comaintainers | Incomplete | Comaintainer Edit | Maintainer | +| https://localhost:8444/pkgbase/{name}/flag | Incomplete | Package Flagging | User | | https://localhost:8444/pkgbase/{name}/request | Incomplete | Package Request Create | User | | https://localhost:8444/requests | Incomplete | Package Requests | User / TU[D] | | https://localhost:8444/requests/{id}/close | Incomplete | Package Request Closure | Requester / TU[D] |