mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 16:19:37 +01:00
699 B
699 B
Test 11-01 - System admins manage global level labels
Purpose:
To verify that the system administrators can manage(CURD) the global level labels.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
Test Steps:
- The system admin user logs in to the UI.
- The admin user creates a global level label from the UI.
- The admin user edits the label created in Step1.
- The admin user deletes the label created in Step1.
Expected Outcome:
- In Step2, the label can be created successfully.
- In Step3, the label can be updated successfully.
- In Step4, the label can be deleted successfully.
Possible Problems:
None