We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ad669 commit 1d57a61Copy full SHA for 1d57a61
lib/capybara/screenshot/diff/drivers/vips_driver.rb
@@ -23,7 +23,8 @@ def find_difference_region(comparison)
23
24
diff_mask = VipsUtil.difference_mask(base_image, new_image, options[:color_distance_limit])
25
region = VipsUtil.difference_region_by(diff_mask)
26
- region = nil if region && same_as?(region, base_image)
+ # TODO: schedule research when we got this case for VIPs
27
+ # region = nil if region && same_as?(region, base_image)
28
29
result = Difference.new(region, {}, comparison)
30
0 commit comments