Loading tests/src/com/android/launcher3/LauncherIntentTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ import com.android.launcher3.allapps.ActivityAllAppsContainerView; import com.android.launcher3.allapps.SearchRecyclerView; import com.android.launcher3.ui.AbstractLauncherUiTest; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -40,7 +39,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest { public final Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS); @Test @Ignore("b/329152799") public void testAllAppsIntent() { // setup by moving to home mLauncher.goHome(); Loading @@ -66,8 +64,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest { // Highlights the search bar, then fills text to display the SearchView. private void moveToSearchView() { mLauncher.goHome().switchToAllApps(); // All Apps view should be loaded assertTrue("Launcher internal state is not All Apps", isInState(() -> LauncherState.ALL_APPS)); Loading Loading
tests/src/com/android/launcher3/LauncherIntentTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ import com.android.launcher3.allapps.ActivityAllAppsContainerView; import com.android.launcher3.allapps.SearchRecyclerView; import com.android.launcher3.ui.AbstractLauncherUiTest; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading @@ -40,7 +39,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest { public final Intent allAppsIntent = new Intent(Intent.ACTION_ALL_APPS); @Test @Ignore("b/329152799") public void testAllAppsIntent() { // setup by moving to home mLauncher.goHome(); Loading @@ -66,8 +64,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest { // Highlights the search bar, then fills text to display the SearchView. private void moveToSearchView() { mLauncher.goHome().switchToAllApps(); // All Apps view should be loaded assertTrue("Launcher internal state is not All Apps", isInState(() -> LauncherState.ALL_APPS)); Loading