mirror of
https://github.com/goharbor/harbor
synced 2025-04-12 20:57:29 +00:00
556 B
556 B
Test 7-13 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 replication page, delete an endpoint in use by a rule.
- In replication 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