Ver código fonte

android: waitForIdle

Daniel Zlotin 8 anos atrás
pai
commit
559c72c181

+ 1
- 0
playground/android/app/src/androidTest/java/com/reactnativenavigation/playground/ApplicationLifecycleTest.java Ver arquivo

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