Skip to content

Commit

Permalink
[FTR] Tweak visual snapshot diff ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 29, 2024
1 parent c50ec62 commit ce200f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/group5/embed_mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function ({
'dashboard_embed_mode_scrolling',
updateBaselines
);
expect(percentDifference).to.be.lessThan(0.02);
expect(percentDifference).to.be.lessThan(0.021);
});
});

Expand Down

0 comments on commit ce200f6

Please sign in to comment.