Skip to content

Commit

Permalink
Resize Windows coords fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent d3e4934 commit f47a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Resize Window
${img}= Set Variable manager_${platform}_corner_resize.png
Wait For ${img} timeout=300
@{coordinates}= Locate ${img}
@{coordinates2}= Create List @{coordinates}[0]+${x} @{coordinates}[1]+${y}
@{coordinates2}= Create List ${coordinates[0]}+${x} ${coordinates[1]}+${y}
Move To @{coordinates}
Mouse Down
Move To @{coordinates2}
Expand Down

0 comments on commit f47a30c

Please sign in to comment.