mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 10:44:36 +01:00
cf7326cf18
* add replication case
562 B
562 B
Test 7-12 Endpoints endpoints edit
Purpose
To verify admin user can edit edpoints.
References:
User guide
Environment:
- This test requires at least two Harbor instance are running and available.
Test Steps:
- Login UI as admin user.
- In replication page, choose an endpoint in use by a rule and edit setting.
- In replication page, choose an endpoint not in use by a rule and edit setting.
Expected Outcome:
- In step2, endpoint info can not be edited.
- In step3, endpoint info can be edited.
Possible Problems:
None