diff --git a/Sources/SnapshotTesting/Common/View.swift b/Sources/SnapshotTesting/Common/View.swift index 753153749..3a6187815 100644 --- a/Sources/SnapshotTesting/Common/View.swift +++ b/Sources/SnapshotTesting/Common/View.swift @@ -869,9 +869,6 @@ return } let configuration = WKSnapshotConfiguration() - if #available(iOS 13, macOS 10.15, *) { - configuration.afterScreenUpdates = false - } wkWebView.takeSnapshot(with: configuration) { image, _ in callback(image!) }