Skip to content

Commit

Permalink
Greater move tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Oct 12, 2024
1 parent 33f6db1 commit 2aefb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Regression/Reporter/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Verify the Content Of the DOCX Report
VAR ${template_dir} ${basefolder}${/}sample.template
VAR ${docx_file} ${resultfolder}${/}${resultdata}.docx
VAR ${img_comp_threshold} 0.7
VAR ${move_tolerance} 10
VAR ${move_tolerance} 20

Log template: ${template_dir} console=True
Open GUI -d ${resultfolder} -t ${template_dir}
Expand Down

0 comments on commit 2aefb83

Please sign in to comment.