Skip to content

Commit

Permalink
Try Click the goto folder menu item
Browse files Browse the repository at this point in the history
Issue #145
  • Loading branch information
damies13 committed Sep 25, 2024
1 parent 0016e26 commit 13740e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -1431,14 +1431,19 @@ Navigate to and check Desktop Icon For MacOS
# macos_finder_menu_go.png
${img}= Set Variable ${platform}_finder_menu_go.png
Click Image ${img}
Sleep 0.3
Take A Screenshot
# Sleep 0.3
# Take A Screenshot

# _finder_menu_gotofolder.png
${img}= Set Variable ${platform}_finder_menu_gotofolder.png
Wait For ${img} timeout=${default_image_timeout}
Click Image ${img}

# nav to /Applications
Press Combination KEY.command KEY.shift KEY.g
# Press Combination KEY.command KEY.shift KEY.g
${img}= Set Variable ${platform}_finder_gotoprompt.png
Wait For ${img} timeout=${default_image_timeout}
Sleep 0.3
# Sleep 0.3

Press Combination KEY.backspace #clear text filed
# Sleep 0.3
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13740e8

Please sign in to comment.