Skip to content

Commit

Permalink
robot2 graph for python 3.9
Browse files Browse the repository at this point in the history
Issue #307
  • Loading branch information
damies13 committed Jan 11, 2025
1 parent 739101a commit fd686b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Tests/Regression/Reporter/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ Whole report time range

# check the graph as expected
Set Confidence 0.7
Locate reporter_${platform}_graph_robots2.png
IF ${pvinfo.minor} < 10 and "${platform}" == "ubuntu"
Locate reporter_${platform}_graph_robots2_py3.9.png
ELSE
Locate reporter_${platform}_graph_robots2.png
END
Set Confidence 0.9

[Teardown] Run Keywords
Expand Down
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 fd686b1

Please sign in to comment.