Browse Source

android: waitForIdle

Daniel Zlotin 8 years ago
parent
commit
559c72c181

+ 1
- 0
playground/android/app/src/androidTest/java/com/reactnativenavigation/playground/ApplicationLifecycleTest.java View File

75
     @Test
75
     @Test
76
     public void _2_RelaunchFromBackground() throws Exception {
76
     public void _2_RelaunchFromBackground() throws Exception {
77
         rule.launchActivity(null);
77
         rule.launchActivity(null);
78
+        uiDevice().waitForIdle();
78
 
79
 
79
         onView(withText("React Native Navigation!")).check(matches(isDisplayed()));
80
         onView(withText("React Native Navigation!")).check(matches(isDisplayed()));
80
         uiDevice().waitForIdle();
81
         uiDevice().waitForIdle();