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:
danfengliu 2019-11-01 15:23:45 +08:00 committed by GitHub
commit e28aae0c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}