Replication rule element is modified from selector to input, so nightly test case should be updated.

Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
This commit is contained in:
Danfeng Liu (c) 2019-10-30 14:08:34 +08:00
parent 5f62b5778b
commit d8c49d9834

View File

@ -44,8 +44,8 @@ Select Trigger
Select Destination URL Select Destination URL
[Arguments] ${type} [Arguments] ${type}
Retry Element Click ${destination_url_xpath} Retry Element Click ${destination_url_xpath}
Retry Element Click ${destination_url_xpath}//option[contains(.,'${type}')] Retry Element Click //div[contains(@class, 'selectBox')]//li[contains(.,'${type}')]
Check New Rule UI Without Endpoint Check New Rule UI Without Endpoint
Retry Element Click ${new_replication-rule_button} Retry Element Click ${new_replication-rule_button}