Skip to content

Commit

Permalink
Try Again for MacOS Specific copy issue
Browse files Browse the repository at this point in the history
Issue #138
  • Loading branch information
damies13 committed Apr 28, 2024
1 parent cca9cf7 commit 0fc8214
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,19 @@ Get Text Value To Right Of
IF $valuec != $value
${value}= Set Variable ${valuec}
END
${valueg}= Get Clipboard Content
IF $valueg != $value
${value}= Set Variable ${valueg}
END
IF $platform == 'macos'
Sleep 10 ms
Press Combination KEY.command c
Sleep 10 ms
${valueg}= Get Clipboard Content
IF $valueg != $value
${value}= Set Variable ${valueg}
END
END
END
[Return] ${value}

Expand Down

0 comments on commit 0fc8214

Please sign in to comment.