Mercurial > public > simoleon
changeset 56:c3c0482640ff
Remove tests
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 27 Jul 2021 18:05:39 +0100 |
parents | ecc58b9cd89d |
children | 838099ff1e02 |
files | SimoleonUITests/SimoleonUITests.swift |
diffstat | 1 files changed, 2 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/SimoleonUITests/SimoleonUITests.swift Tue Jul 27 18:05:28 2021 +0100 +++ b/SimoleonUITests/SimoleonUITests.swift Tue Jul 27 18:05:39 2021 +0100 @@ -23,18 +23,10 @@ } // MARK: - Tab View - func testTabBarButtons() { + func testExample() throws { let app = XCUIApplication() app.launch() - - app.tabBars.buttons["Favorites"].tap() - XCTAssertTrue(app.navigationBars["Favorites"].exists) - - app.tabBars.buttons["Settings"].tap() - XCTAssertTrue(app.navigationBars["Settings"].exists) - - app.tabBars.buttons["Convert"].tap() - XCTAssertTrue(app.navigationBars["Convert"].exists) + // Put code here } func testLaunchPerformance() throws {