File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ import CoreLocation
10
10
11
11
class ExampleUITests : XCTestCase {
12
12
13
- override func setUp( ) {
14
- super. setUp ( )
13
+ override func setUp( ) {
14
+ super. setUp ( )
15
15
16
- continueAfterFailure = false
17
- XCUIApplication ( ) . launch ( )
18
- }
16
+ continueAfterFailure = false
17
+ XCUIApplication ( ) . launch ( )
18
+ }
19
19
20
- override func tearDown( ) {
21
- super. tearDown ( )
22
- }
20
+ override func tearDown( ) {
21
+ super. tearDown ( )
22
+ }
23
23
24
- func testExample( ) {
25
- XCUIApplication ( ) . tables. element ( boundBy: 0 ) . cells. staticTexts [ " Randomize Example " ] . tap ( )
24
+ func testExample( ) {
25
+ XCUIApplication ( ) . tables. element ( boundBy: 0 ) . cells. staticTexts [ " Randomize Example " ] . tap ( )
26
26
27
- let time : TimeInterval = 120.0
28
-
29
- RunLoop . current. run ( until: Date ( ) . addingTimeInterval ( time) )
30
- }
27
+ let time : TimeInterval = 120.0
31
28
29
+ RunLoop . current. run ( until: Date ( ) . addingTimeInterval ( time) )
30
+ }
31
+
32
32
}
You can’t perform that action at this time.
0 commit comments