mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Lower screenshot threshold
This commit is contained in:
parent
6383334f09
commit
8933b16f16
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const snapshotOptions = {
|
|||
// There are some font rendering issues which prevent us from pushing this lower right now.
|
||||
// We could setup some tests which don't render text and set the threshold lower.
|
||||
// Ideally we can resolve the font rendering issue.
|
||||
failureThreshold: "0.01",
|
||||
failureThreshold: "0.001",
|
||||
failureThresholdType: "percent",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue