Skip to content

Commit

Permalink
Remove all locales but English from screenshot taking
Browse files Browse the repository at this point in the history
  • Loading branch information
UriahShaulMandel authored Aug 21, 2021
1 parent e386d9b commit e8dd2eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
import static androidx.test.platform.app.InstrumentationRegistry.getInstrumentation;

public abstract class BaseScreenshotTakerTest<T extends Activity> {
protected static final String[] localesStr = new String[]{"en"
, "fr", "de", "es", "iw", "pt", "cs", "sl", "el", "it", "pt-br", "pl"};
protected static final String[] localesStr = new String[]{"en"};
protected static final Locale[] locales = new Locale[localesStr.length];
protected static int localeIndex = 0;

Expand Down

0 comments on commit e8dd2eb

Please sign in to comment.