Skip to content

Commit

Permalink
Looks promising
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Mar 30, 2024
1 parent 3832eed commit 9d8fa1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Tests/Regression/Manager/GUI_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ Verify scenario file content for example robot
Set INI Window Size 1300 400
END
Open Manager GUI
#Click Dialog Button maximize_window
Set Global Save Path And Filename ${correct_data}[1]
Create Example Robot File
Click Button runscriptrow
Select Robot File @{correct_data}
Click Button select_test_caseFAIL
Click Button select_test_case
Click Button select_example
Click Button runsave
Save Scenario File ${scenario_name}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Set INI Window Size
Append To File ${location} ${ini_content}

Get Manager PIP Data
Run Process pip show rfswarm-manager alias=data
Run Process pip show rfswarm-manager alias=data
${pip_data} Get Process Result data
Should Not Be Empty ${pip_data.stdout} msg=Manager must be installed with pip
Log ${pip_data.stdout}
Expand Down

0 comments on commit 9d8fa1e

Please sign in to comment.