Skip to content

Commit

Permalink
Try Close finder window
Browse files Browse the repository at this point in the history
Issue #145
  • Loading branch information
damies13 committed Sep 26, 2024
1 parent b9860c3 commit e9aa064
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -1479,9 +1479,15 @@ Navigate to and check Desktop Icon For MacOS
Take A Screenshot
END

# Close finder window
Press Combination KEY.command KEY.w
Sleep 0.3


# Open Launchpad (F4?)
# Press Combination key.f4
${img}= Set Variable ${platform}_dock_launchpad.png
# ${img}= Set Variable ${platform}_dock_launchpad.png
${img}= Set Variable ${platform}_launchpad.png
Wait For ${img} timeout=${default_image_timeout}
@{coordinates}= Locate ${img}
Click Image ${img}
Expand Down

0 comments on commit e9aa064

Please sign in to comment.