From a3cbd1eda0b5dd5a1171c3889aca01e60a82f5fa Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Sun, 23 Oct 2016 14:09:52 +0800 Subject: [PATCH] test caese --- .../Group1-user-management/1-01-DB-user-registration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/testcases/Group1-user-management/1-01-DB-user-registration.md b/tests/testcases/Group1-user-management/1-01-DB-user-registration.md index ffda3b9c9..a9ebbb976 100644 --- a/tests/testcases/Group1-user-management/1-01-DB-user-registration.md +++ b/tests/testcases/Group1-user-management/1-01-DB-user-registration.md @@ -1,4 +1,4 @@ -Test 1-1 - User Registration DB Mode +Test 1-01 - DB User Registration ======= # Purpose: @@ -21,6 +21,8 @@ User guide 5. Use the email of the newly registered user to log in to the UI. 5. On a Docker client host, use `docker login ` command to verify the user can log in by either the **username** or **email** . (check both) 6. Log out from the UI and register a another new user. Try to provide invalid values of input to see if validation works: + + * username is the same as an existing user * username is very long in length * wrong email formatting