Skip to content

Commit

Permalink
Fix for coordinates2
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent 3b9a5fe commit e0c9d85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ rfswarm_gui/logs/*
*/.DS_Store
!Doc/Images/*.html
!Tests/**/Logs/**/*
Tests/**/.DS_Store
Tests/**/Logs/**/Sikuli_java_*.txt
!Tests/**/*.html
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
Binary file removed Tests/Regression/Manager/Logs/.DS_Store
Binary file not shown.

0 comments on commit e0c9d85

Please sign in to comment.