Skip to content

Commit

Permalink
Raised up threshold and move tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekKuczynski committed Oct 12, 2024
1 parent 0b093df commit 88bdb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Regression/Reporter/GUI_Features.robot
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ Verify the Content Of the DOCX Report
VAR ${resultfolder} ${basefolder}${/}${resultdata}
VAR ${template_dir} ${basefolder}${/}sample.template
VAR ${docx_file} ${resultfolder}${/}${resultdata}.docx
VAR ${img_comp_threshold} 0.7
VAR ${move_tolerance} 20
VAR ${img_comp_threshold} 0.8
VAR ${move_tolerance} 50

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

0 comments on commit 88bdb6c

Please sign in to comment.