figure out download time on bitbar

This commit is contained in:
siddharth2010 2018-07-11 20:06:26 +05:30 committed by Isaac Hutt
parent e3c8554cce
commit c626f17f35

View File

@ -94,7 +94,7 @@ public class LanguageActivityTest {
//onView(withText("Content Still Loading")).inRoot(withDecorView(not(is(activityTestRule.getActivity().getWindow().getDecorView())))).check(matches(isDisplayed()));
BaristaSleepInteractions.sleep(TEST_PAUSE_MS * 100);
BaristaSleepInteractions.sleep(TEST_PAUSE_MS * 10);
onView(allOf(isDisplayed(), withText("Selected languages:"))).check(matches(notNullValue()));