In nightly test case of project members, xpath locator of remove a member is not strong enough for location, it used index of elemment, so it should be update by the meaning of the btn.

Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
This commit is contained in:
Danfeng Liu (c) 2019-10-28 14:52:24 +08:00
parent 5c4c04a122
commit afdf262ca6

View File

@ -17,4 +17,4 @@ Documentation This resource provides any keywords related to the Harbor private
*** Variables ***
${member_action_xpath} //*[@id="member-action"]
${delete_action_xpath} //clr-dropdown/clr-dropdown-menu/button[5]
${delete_action_xpath} //clr-dropdown/clr-dropdown-menu/button[contains(.,'Remove')]