fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md in fastlane-2.163.0 vs fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md in fastlane-2.164.0
- old
+ new
@@ -104,10 +104,10 @@
**Objective C:**
```objective-c
XCUIApplication *app = [[XCUIApplication alloc] init];
-[Snapshot setupSnapshot:app];
+[Snapshot setupSnapshot:app waitForAnimations:NO];
[app launch];
```
_Make sure you only have one `launch` call in your test class, as Xcode adds one automatically on new test files._