Skip to content

Commit

Permalink
Ooops I messed up the logic
Browse files Browse the repository at this point in the history
Issue #252
  • Loading branch information
damies13 committed Nov 4, 2024
1 parent 90d5427 commit c1248b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Regression/Manager/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ Verify If Manager Displays Prompt Dialogue When No Agents Available To Run Robot
... Wait For ${platform}_warning_label_not_enough_agents2.png timeout=${10}
END

IF not ${status}
IF ${status}
Take A Screenshot
Fail msg=The manager have displaed prompt dialogue that says: Not enough Agents available to run Robots! but that was not expected!
END
Expand Down

0 comments on commit c1248b5

Please sign in to comment.