Skip to content

Commit

Permalink
In nightly test case <Delete Multi Member>, 'action' was clicked, but…
Browse files Browse the repository at this point in the history
… the dropdown list was't not shown up, so we should add a comfirmation to make sure the expected element show up. (goharbor#8146)

Signed-off-by: danfengliu <danfengl@vmware.com>
  • Loading branch information
danfengliu committed Jul 8, 2019
1 parent 5f9420a commit db012c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/resources/Harbor-Pages/ToolKit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Multi-delete Member
[Arguments] @{obj}
:For ${obj} in @{obj}
\ Retry Element Click //clr-dg-row[contains(.,'${obj}')]//label
Retry Element Click ${member_action_xpath}
Retry Element Click ${delete_action_xpath}
Retry Double Keywords When Error Retry Element Click ${member_action_xpath} Retry Wait Until Page Contains Element ${delete_action_xpath}
Retry Double Keywords When Error Retry Element Click ${delete_action_xpath} Retry Wait Until Page Contains Element ${delete_btn}
Retry Double Keywords When Error Retry Element Click ${delete_btn} Retry Wait Until Page Not Contains Element ${delete_btn}


Expand Down

0 comments on commit db012c8

Please sign in to comment.