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

Commit 306fa566 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Removing old workaround

Bug: 165029151
Test: presubmit
Flag: N/A
Change-Id: Id54344f0b0423caa4c23eb574f0764648f49e41a
parent 0171058c
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();