Skip to content

Commit

Permalink
test issue#1 for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Mar 28, 2024
1 parent fb74c03 commit 3ce2ee8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tests/Regression/Manager/GUI_Bugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Suite Setup Set Platform
# Stop Agent

Verify scenario file content for example robot
[Tags] windows-latest Issue #1
[Tags] windows-latest ubuntu-latest Issue #1
@{correct_data} Set Variable Example Test Case example.robot
${scenario_name} Set Variable test_scenario

Expand Down
12 changes: 7 additions & 5 deletions Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ Close Manager GUI
[Tags] windows-latest ubuntu-latest
Press Combination Key.esc
Press Combination x Key.ctrl
IF "${platform}" == "ubuntu"
Sleep 1
Click Button close_no
ELSE
Press Combination n Key.ctrl
END
Press Combination n Key.ctrl
${result}= Wait For Process ${process_manager} timeout=60
${running}= Is Process Running ${process_manager}
Expand Down Expand Up @@ -177,9 +183,9 @@ Set Global Save Path And Filename
Log ${save_path}

Get Manager PIP Data
#manager must be installed with pip
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}
RETURN ${pip_data.stdout}

Expand All @@ -196,7 +202,6 @@ Delete Example Robot File
File Should Not Exist ${save_path}${/}${file_name}

Select Robot File
[Tags] windows-latest
[Arguments] @{correct_data}
${robot_file_name}= Set Variable ${correct_data}[1]
${robot_file_name}= Get Substring ${robot_file_name} 0 -6
Expand All @@ -214,9 +219,6 @@ Select Robot File

Save Scenario File
[Arguments] ${scenario_name}
[Tags] windows-latest
Sleep 1
Press Combination Key.ctrl a
Sleep 1
Type ${scenario_name}.rfs
Click Dialog Button save
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 3ce2ee8

Please sign in to comment.