mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
371fc5d6ac
* update configuration test case
554 B
554 B
Test 8-03 - Update self-registration
Purpose:
To verify that an admin user can update self-registration setting.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- A linux host with Docker CLI installed (Docker client).
Test Steps:
- Login UI as admin user.
- In configuration page, uncheck self registration.
- Save configuration and logout.
Expected Outcome:
- In login page, sign up link will disappear.
Possible Problems:
None