Mercurial > public > lazybear
diff LazyBearUITests/LazyBearUITests.swift @ 463:783b567800d9
Starts new version
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sat, 17 Jul 2021 09:33:26 +0100 |
parents | 1b3ba58730e1 |
children |
line wrap: on
line diff
--- a/LazyBearUITests/LazyBearUITests.swift Mon Jul 12 11:04:34 2021 +0100 +++ b/LazyBearUITests/LazyBearUITests.swift Sat Jul 17 09:33:26 2021 +0100 @@ -1,13 +1,13 @@ // -// LazyBearUITests.swift -// LazyBearUITests +// lazybearUITests.swift +// lazybearUITests // -// Created by Dennis Concepción Martín on 16/4/21. +// Created by Dennis Concepción Martín on 17/07/2021. // import XCTest -class LazyBearUITests: XCTestCase { +class lazybearUITests: XCTestCase { override func setUpWithError() throws { // Put setup code here. This method is called before the invocation of each test method in the class. @@ -24,7 +24,6 @@ func testExample() throws { // UI tests must launch the application that they test. - let app = XCUIApplication() app.launch() @@ -33,7 +32,7 @@ } 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()