Browse Source

ignore sideMenu for now

Daniel Zlotin 7 years ago
parent
commit
d6282a4815

+ 1
- 1
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/TopLevelApiTest.java View File

5
 import org.junit.Ignore;
5
 import org.junit.Ignore;
6
 import org.junit.Test;
6
 import org.junit.Test;
7
 
7
 
8
-@Ignore
9
 public class TopLevelApiTest extends BaseTest {
8
 public class TopLevelApiTest extends BaseTest {
10
 
9
 
11
 	@Test
10
 	@Test
17
 		assertExists(By.text("Hello from a function!"));
16
 		assertExists(By.text("Hello from a function!"));
18
 	}
17
 	}
19
 
18
 
19
+	@Ignore
20
 	@Test
20
 	@Test
21
 	public void switchToTabsWithSideMenu() throws Exception {
21
 	public void switchToTabsWithSideMenu() throws Exception {
22
 		launchTheApp();
22
 		launchTheApp();