|
@@ -5,8 +5,9 @@ import android.support.test.uiautomator.By;
|
5
|
5
|
import org.junit.Ignore;
|
6
|
6
|
import org.junit.Test;
|
7
|
7
|
|
|
8
|
+@Ignore
|
8
|
9
|
public class ScreenLifecycleTest extends BaseTest {
|
9
|
|
- @Ignore
|
|
10
|
+
|
10
|
11
|
@Test
|
11
|
12
|
public void onStartOnStop() throws Exception {
|
12
|
13
|
launchTheApp();
|
|
@@ -17,7 +18,6 @@ public class ScreenLifecycleTest extends BaseTest {
|
17
|
18
|
assertExists(By.text("onStop"));
|
18
|
19
|
}
|
19
|
20
|
|
20
|
|
- @Ignore
|
21
|
21
|
@Test
|
22
|
22
|
public void unmountIsCalledWhenPopped() throws Exception {
|
23
|
23
|
launchTheApp();
|