Mercurial > public > simoleon
diff SimoleonUITests/SimoleonUITests.swift @ 138:081f0857af51
Fix test crashing
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 19:10:25 +0100 |
parents | edc8719905fe |
children | 4271fb5f69e2 |
line wrap: on
line diff
--- a/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:01:39 2021 +0100 +++ b/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:10:25 2021 +0100 @@ -64,7 +64,7 @@ func testCoreData() throws { let app = XCUIApplication() - app.scrollViews.buttons["favorite"].tap() + app.scrollViews.buttons["AddToFavorites"].tap() if UIDevice.current.userInterfaceIdiom == .pad { app.tables["Sidebar"].buttons["NavigateToFavorites"].tap()