Raised a bit the threshold

This commit is contained in:
Jorge Sanz 2023-09-25 19:27:19 +02:00
parent 12481c6ada
commit e655b84569
No known key found for this signature in database
GPG key ID: BCC9227EF5907BA8

View file

@ -226,7 +226,7 @@ export default function ({
updateBaselines
);
expect(percentDiff).to.be.lessThan(0.03);
expect(percentDiff).to.be.lessThan(0.035);
});
});
});