Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update mismatch tolerance to fix failing test (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
sycombs authored May 10, 2024
1 parent 844749f commit d76b5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Terra.describeViewports('LineGraph ', ['tiny', 'medium', 'large'], () => {
});
it('validates graph container when hovered on data label 3', () => {
element[1].moveTo();
Terra.validates.screenshot('multiple_line_region_hovered_on_data_label_3', { selector: '.carbon-graph-container' });
Terra.validates.screenshot('multiple_line_region_hovered_on_data_label_3', { selector: '.carbon-graph-container', mismatchTolerance: 0.1 });
});

it('validates graph container when hovered on data label 5', () => {
Expand Down

0 comments on commit d76b5e4

Please sign in to comment.