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

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

Merge "Removing old workaround" into main

parents 50a7190e 306fa566
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -181,12 +181,6 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    public void testOverviewActions() throws Exception {
        assumeFalse("Skipping Overview Actions tests for grid only overview",
                mLauncher.isTablet() && mLauncher.isGridOnlyOverviewEnabled());
        // Experimenting for b/165029151:
        final Overview overview = mLauncher.goHome().switchToOverview();
        if (overview.hasTasks()) overview.dismissAllTasks();
        mLauncher.goHome();
        //

        startTestAppsWithCheck();
        OverviewActions actionsView =
                mLauncher.goHome().switchToOverview().getOverviewActions();