We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c211121 commit 482f030Copy full SHA for 482f030
examples/default/ios/InstabugTests/InstabugSampleTests.m
@@ -623,6 +623,8 @@ - (void)testEnableAutoMasking {
623
[self.instabugBridge enableAutoMasking:autoMaskingTypes];
624
625
OCMVerify([mock setAutoMaskScreenshots:IBGAutoMaskScreenshotOptionLabels | IBGAutoMaskScreenshotOptionTextInputs | IBGAutoMaskScreenshotOptionMedia | IBGAutoMaskScreenshotOptionMaskNothing]);
626
+}
627
+
628
- (void)testSetNetworkLogBodyEnabled {
629
id mock = OCMClassMock([IBGNetworkLogger class]);
630
BOOL isEnabled = YES;
0 commit comments