sergio-sastre / AndroidUiTestingUtils

A set of TestRules, ActivityScenarios and utils to facilitate UI and screenshot testing under given configurations: FontSizes, Locales...
MIT License
290 stars 14 forks source link

Documentation error: LocaleTestRule works together with ActivityScenarioConfigurator.ForActivity(), contrary to what is stated in the KDOC #17

Closed sergio-sastre closed 1 year ago

sergio-sastre commented 1 year ago

Describe the bug Documentation error

It does not work with ActivityScenarioForActivityRule, but it works with ActivityScenarioConfigurator.ForActivity(), as stated in the README.md

sergio-sastre commented 1 year ago

Fix in 1.2.2