# HG changeset patch # User Dennis Concepcion Martin # Date 1629136899 -3600 # Node ID edc8719905fea4670f9d59354c1681963b3cb7cf # Parent d3dc19a60f8ce768be162c44cc2c5cc4ec14806d Remove launch arguments diff -r d3dc19a60f8c -r edc8719905fe SimoleonUITests/SimoleonUITests.swift --- a/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:01:29 2021 +0100 +++ b/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:01:39 2021 +0100 @@ -16,7 +16,6 @@ } let app = XCUIApplication() - app.launchArguments += ["-AppleLocale", "en_US"] app.launch() // In UI tests it is usually best to stop immediately when a failure occurs.