mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-06-14 09:54:45 +00:00
Add perceptualPrecision to reduce random failures
This commit is contained in:
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
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user