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

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

Merge "Fix failing LauncherIntentTest." into main

parents 9a9ef494 b0426278
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -40,10 +40,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest {

    @Test
    public void testAllAppsIntent() {
        // setup by moving to home
        mLauncher.goHome();
        assertTrue("Launcher internal state is not Home", isInState(() -> LauncherState.NORMAL));

        // Try executing ALL_APPS intent
        executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent));
        // A-Z view with Main adapter should be loaded
@@ -56,10 +52,6 @@ public class LauncherIntentTest extends AbstractLauncherUiTest {
        executeOnLauncher(launcher -> launcher.onNewIntent(allAppsIntent));
        // A-Z view with Main adapter should be loaded
        assertOnMainAdapterAToZView();

        // finish
        mLauncher.goHome();
        assertTrue("Launcher internal state is not Home", isInState(() -> LauncherState.NORMAL));
    }

    // Highlights the search bar, then fills text to display the SearchView.