mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
371fc5d6ac
* update configuration test case
29 lines
644 B
Markdown
29 lines
644 B
Markdown
Test 8-02 -Update-project-restrict
|
|
=======
|
|
|
|
# Purpose:
|
|
|
|
To verify that an admin user can update project restrict.
|
|
|
|
# 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:
|
|
|
|
1. Login UI as admin user.
|
|
2. In configuration page, change Project Creation Restriction from everyone to admin only.
|
|
3. Logout admin user.
|
|
4. Login as non-admin user.
|
|
5. Try to add a project.
|
|
|
|
# Expected Outcome:
|
|
|
|
* In step5, non-admin user will not see the add project button.
|
|
|
|
# Possible Problems:
|
|
None
|