Skip to content

Commit

Permalink
Update click method to fix replication rule auto case (#4908)
Browse files Browse the repository at this point in the history
As the click may fail with method click element, update it to move the element and click.
  • Loading branch information
sigsbee authored and wy65701436 committed May 10, 2018
1 parent 3ca439c commit b4b148e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/resources/Harbor-Pages/Replication.robot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ ${HARBOR_VERSION} v1.1.1
Check New Rule UI Without Endpoint
Click Element ${new_replication-rule_button}
Page Should Contain Please add an endpoint first
Click Element ${link_to_registries}
Mouse Down ${link_to_registries}
Mouse Up ${link_to_registries}
Page Should Contain Endpoint Name

Create A New Endpoint
Expand Down

0 comments on commit b4b148e

Please sign in to comment.