|
@@ -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();
|