Skip to content

Commit

Permalink
Trying other solution for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Apr 4, 2024
1 parent 1432ac6 commit 74e0a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Tests/Regression/Manager/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ Insert Example Data To Manager
Sleep 2
FOR ${j} IN RANGE 1 5
Take A Screenshot #delete later
Click Tab 1 Times
Log ${j}
IF "${platform}" == "macos" and '${j}' == '1'
Click Button default_robots
Click
ELSE
Click Tab 1 Times
END
IF '${j}' == '1'
Append To List ${run_robots} ${i}${j}
Type ${i}${j}
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 74e0a65

Please sign in to comment.