mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 17:49:48 +01:00
590 B
590 B
Test 7-14 Endpoints endpoint delete
Purpose
To verify admin user can delete an endpoint.
References:
User guide
Environments:
- This test requires one Harbor instance is running and available.
- At least one endpoint should exist.
Test Steps:
- Login UI as admin user.
- In
Administration->Registries
page, delete an endpoint in use by a rule. - In
Administration->Registries
page, delete an endpoint not in use by a rule.
Expected Outcome:
- In step2, endpoint can not be deleted.
- In step3, endpoint can be deleted.
Possible Problems:
None