Skip to content

Commit

Permalink
try 4
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent f2a298c commit b617818
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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 @@ -12,5 +12,5 @@ Issue #171
Sleep 5
Take A Screenshot

Close Manager GUI
Close Manager GUI ${platform}
Stop Agent
10 changes: 8 additions & 2 deletions Tests/Regression/Manager/GUI_Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ${process_agent} None

*** Keywords ***
Set Platform
[Arguments] ${ostag}
[Arguments] ${ostag}
IF ${ostag} == macos-latest
Set Suite Variable ${platform} macos
END
Expand All @@ -40,6 +40,12 @@ Open Manager GUI
Set Screenshot Folder ${OUTPUT DIR}
Take A Screenshot

Close Manager GUI ubuntu
Close Manager GUI

Close Manager GUI windows
Close Manager GUI

Close Manager GUI
[Tags] windows-latest ubuntu-latest
Press Combination Key.esc
Expand All @@ -54,7 +60,7 @@ Close Manager GUI
Fail
END

Close Manager GUI
Close Manager GUI macos
[Tags] macos-latest
# Press Combination Key.esc
# Press Combination q Key.command
Expand Down

0 comments on commit b617818

Please sign in to comment.