Mercurial > public > simoleon
comparison SimoleonUITests/SimoleonUITests.swift @ 137:edc8719905fe
Remove launch arguments
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 19:01:39 +0100 |
parents | 9439c76e6590 |
children | 081f0857af51 |
comparison
equal
deleted
inserted
replaced
136:d3dc19a60f8c | 137:edc8719905fe |
---|---|
14 if UIDevice.current.userInterfaceIdiom == .pad { | 14 if UIDevice.current.userInterfaceIdiom == .pad { |
15 XCUIDevice.shared.orientation = .landscapeLeft | 15 XCUIDevice.shared.orientation = .landscapeLeft |
16 } | 16 } |
17 | 17 |
18 let app = XCUIApplication() | 18 let app = XCUIApplication() |
19 app.launchArguments += ["-AppleLocale", "en_US"] | |
20 app.launch() | 19 app.launch() |
21 | 20 |
22 // In UI tests it is usually best to stop immediately when a failure occurs. | 21 // In UI tests it is usually best to stop immediately when a failure occurs. |
23 continueAfterFailure = false | 22 continueAfterFailure = false |
24 | 23 |