Add perceptualPrecision to reduce random failures

This commit is contained in:
Maciej Gomółka
2026-02-03 15:19:15 +00:00
committed by Maciej Gomółka
parent 0c1c4caef5
commit 8f0412fc1b
@@ -46,7 +46,7 @@ final class MailingSnapshotTests: XCTestCase {
assertSnapshot(
of: webVC,
as: .wait(for: 1.0, on: .image),
as: .wait(for: 1.0, on: .image(perceptualPrecision: 0.98)),
named: name
)
}