Guest User

Untitled

a guest
Jan 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. override func setUp() {
  2.  
  3. super.setUp()
  4.  
  5. continueAfterFailure = false
  6.  
  7. XCUIApplication().launchArguments += [“-AppleLanguages”, “(fr)”]
  8.  
  9. XCUIApplication().launchArguments += [“-AppleLocale”, “fr_FR”]
  10.  
  11. XCUIApplication().launch()
  12. }
Add Comment
Please, Sign In to add comment