mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[platform_view]fix typo in xcuitest (#109884)
This commit is contained in:
parent
8f1d0798fa
commit
74f5a1fe2c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user