mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
1.4 KiB
1.4 KiB
Test 1-04 - User update account settings (DB Mode)
Purpose:
To verify that a non-admin user can update his/her account settings when users are managed locally by Harbor (DB mode).
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is set to authenticate against a local database. ( auth_mode is set to db_auth .) The user data is stored in a local database.
- A linux host with Docker CLI installed (Docker client).
Test Steps:
NOTE: Use a non-admin user for this test case. Admin user has other test cases.
- A non-admin user logs in to UI.
- The user changes his/her account settings, including email, full name and comments.
- The user logs out.
- The same user logs in again using new email, and verify the user's account settings had been changed.
- The user goes to the page to change his/her settings again. Provide invalid values of input to see if validation works:
- email formatting
- very long email address string
- required fields are empty
Expected Outcome:
- Account settings can be changed in Step 2.
- User can log in using new email in Step 4 and the settings are the same as input in Step 2.
- In Step 5, the user cannot change account settings due to various errors. Proper error message should be displayed.
Possible Problems:
None