arsduo / koala

A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.

Home Page:http://developers.facebook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test users' locale defaults to de_DE

AlexWellsHS opened this issue · comments

Hello!

I am using the Koala gem to create test users for UI Automation testing. Every test user I create through Koala has their locale set to "de_DE", which makes it quite the hassle to touch a button in the UI that can only be queried for in a certain language.

Is it possible to create a test user with a specified default locale? Or is it possible to create a test user, and use user_graph_api or oath to change their locale?

Any info would be very helpful. Thanks!

edit: I am running tests in the Xamarin device farm, and when the test users are created on their servers, they default to "de_DE". Is there any way to override this? Most likely a question for Xamarin, but any help would be greatly appreciated.