Skip to content

Commit

Permalink
Take screenshot to capture status
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Oct 27, 2024
1 parent c6eba85 commit b769a1e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ Wait For Status
${img}= Set Variable reporter_${platform}_status_${statusl}.png
Log ${CURDIR}
Log ${IMAGE_DIR}
Wiggle Mouse
Take A Screenshot
Wait For ${img} timeout=${timeout}
Sleep ${sssleep}
# Take A Screenshot
Expand All @@ -277,13 +279,16 @@ Open GUI

# Press Escape and move mouse because on linux the screen save had kicked in
Press Combination Key.esc
Move To 10 10
Move To 20 20
Wiggle Mouse

${keyword}= Set Variable Open GUI ${platform}
Run Keyword ${keyword} @{appargs}
Handle Donation Reminder

Wiggle Mouse
Move To 10 10
Move To 20 20

Get Platform
&{platforms}= Create Dictionary Linux=ubuntu Darwin=macos Java=notsupported Windows=windows
${os}= Evaluate platform.system() platform
Expand Down

0 comments on commit b769a1e

Please sign in to comment.