Skip to content

Commit

Permalink
don't validate for macos. seems copy to clipboard not working
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Oct 30, 2024
1 parent 19fecdb commit 997d11d
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Tests/Regression/Reporter/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -221,20 +221,23 @@ Set Text Value To Right Of
Click
Double Click
Type ${value}
# Take A Screenshot
${value2}= Get Text Value To Right Of ${label}
WHILE $value2 != $value limit=10
${x}= Evaluate ${x}+10
${offsetx}= Evaluate ${offsetx}+10
@{coordinates}= Create List ${x} ${y}
Move To ${coordinates}
Click
Double Click
Type ${value}
# Take A Screenshot
IF $platform == 'macos'
Take A Screenshot
ELSE
${value2}= Get Text Value To Right Of ${label}
WHILE $value2 != $value limit=10
${x}= Evaluate ${x}+10
${offsetx}= Evaluate ${offsetx}+10
@{coordinates}= Create List ${x} ${y}
Move To ${coordinates}
Click
Double Click
Type ${value}
# Take A Screenshot
${value2}= Get Text Value To Right Of ${label}
END
Should Be Equal As Strings ${value} ${value2}
END
Should Be Equal As Strings ${value} ${value2}

Get Last Screenshot
Log ${OUTPUT FILE}
Expand Down

0 comments on commit 997d11d

Please sign in to comment.