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