[platform_view]fix typo in xcuitest (#109884)

This commit is contained in:
hellohuanlin 2022-08-19 16:28:36 -07:00 committed by GitHub
parent 8f1d0798fa
commit 74f5a1fe2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ static const CGFloat kStandardTimeOut = 60.0;
@implementation PlatformViewUITests
- (void)setUp {
[super setup];
[super setUp];
self.continueAfterFailure = NO;
self.app = [[XCUIApplication alloc] init];