Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14381e11 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix failing test." into main

parents d477aced 2cf24c84
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;

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