diff --git a/Tests/Regression/Reporter/GUI_Features.robot b/Tests/Regression/Reporter/GUI_Features.robot index c3b580af1..e8b9aa718 100644 --- a/Tests/Regression/Reporter/GUI_Features.robot +++ b/Tests/Regression/Reporter/GUI_Features.robot @@ -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 diff --git a/Tests/Regression/Reporter/Images/file_method/reporter_ubuntu_graph_robots2_py3.9.png b/Tests/Regression/Reporter/Images/file_method/reporter_ubuntu_graph_robots2_py3.9.png new file mode 100644 index 000000000..f26a80d2e Binary files /dev/null and b/Tests/Regression/Reporter/Images/file_method/reporter_ubuntu_graph_robots2_py3.9.png differ