]> git.r.bdr.sh - rbdr/map/blobdiff - MapUITests/MapUITests.swift
Map 3 first commit: files, groups and layout
[rbdr/map] / MapUITests / MapUITests.swift
index d2d523d4ccd8ccc2cb30e7be5dedebd4a260a108..2f6c35d7fe5ea1699516f1a1d885b10a89fc5f18 100644 (file)
@@ -1,13 +1,6 @@
-//
-//  MapUITests.swift
-//  MapUITests
-//
-//  Created by Ruben Beltran del Rio on 2/1/21.
-//
-
 import XCTest
 
-class MapUITests: XCTestCase {
+final class MapUITests: XCTestCase {
 
   override func setUpWithError() throws {
     // Put setup code here. This method is called before the invocation of each test method in the class.
@@ -22,17 +15,18 @@ class MapUITests: XCTestCase {
     // Put teardown code here. This method is called after the invocation of each test method in the class.
   }
 
+  @MainActor
   func testExample() throws {
     // UI tests must launch the application that they test.
     let app = XCUIApplication()
     app.launch()
 
-    // Use recording to get started writing UI tests.
     // Use XCTAssert and related functions to verify your tests produce the correct results.
   }
 
+  @MainActor
   func testLaunchPerformance() throws {
-    if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) {
+    if #available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 7.0, *) {
       // This measures how long it takes to launch your application.
       measure(metrics: [XCTApplicationLaunchMetric()]) {
         XCUIApplication().launch()