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

Commit dd0b469a authored by vadimt's avatar vadimt
Browse files

Experiment with closing all apps before overview actions test

Bug: 165029151
Change-Id: I1090b963ac1a12c96968014c69b8b26e1768be85
parent 7144004c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -201,6 +201,12 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    @PortraitLandscape
    public void testOverviewActions() throws Exception {
        if (mLauncher.getNavigationModel() != NavigationModel.TWO_BUTTON) {
            // Experimenting for b/165029151:
            final Overview overview = mLauncher.pressHome().switchToOverview();
            if (overview.hasTasks()) overview.dismissAllTasks();
            mLauncher.pressHome();
            //

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