mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
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:
parent
5c4c04a122
commit
afdf262ca6
@ -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')]
|
||||
|
Loading…
Reference in New Issue
Block a user