Skip to content

Commit

Permalink
Trying to change INI File in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Mar 30, 2024
1 parent 1516e92 commit f758529
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/Regression/Manager/GUI_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ Verify scenario file content for example robot
@{correct_data} Set Variable Example Test Case example.robot
${scenario_name} Set Variable test_scenario

Set INI Data Window Size 900 400
IF "${platform}" == "macos"
Open Manager GUI
Run Keyword Close Manager GUI ${platform}
Set INI Data Window Size 900 400
END
Open Manager GUI
Set Global Save Path And Filename ${correct_data}[1]
Create Example Robot File
Expand Down

0 comments on commit f758529

Please sign in to comment.