mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Merge pull request #9685 from danfengliu/replication-dest-url-changed
Modify nightly test case due to replication rule element is modified from selector to input
This commit is contained in:
commit
e28aae0c90
@ -44,8 +44,8 @@ Select Trigger
|
||||
|
||||
Select Destination URL
|
||||
[Arguments] ${type}
|
||||
Retry Element Click ${destination_url_xpath}
|
||||
Retry Element Click ${destination_url_xpath}//option[contains(.,'${type}')]
|
||||
Retry Element Click ${destination_url_xpath}
|
||||
Retry Element Click //div[contains(@class, 'selectBox')]//li[contains(.,'${type}')]
|
||||
|
||||
Check New Rule UI Without Endpoint
|
||||
Retry Element Click ${new_replication-rule_button}
|
||||
|
Loading…
Reference in New Issue
Block a user