From f11d0fac78484a874a95f4525d756b96224a04a7 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Mon, 16 Aug 2021 22:53:59 +0000 Subject: [PATCH] Revert "Removing old workaround" This reverts commit 714d071f76c219231ab4aa0f969a6bea46a6ab56. Reason for revert: Perhaps caused b/196876329 Change-Id: I0763c44d54134034885471ce74324a8c6c6c296e Test: presubmit Bug: 196876329 --- .../tests/src/com/android/quickstep/TaplTestsQuickstep.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java index dfbc331ea3..164e755fd1 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java @@ -160,6 +160,12 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape @ScreenRecord //b/193125090 public void testOverviewActions() throws Exception { + // Experimenting for b/165029151: + final Overview overview = mLauncher.pressHome().switchToOverview(); + if (overview.hasTasks()) overview.dismissAllTasks(); + mLauncher.pressHome(); + // + startTestAppsWithCheck(); OverviewActions actionsView = mLauncher.pressHome().switchToOverview().getOverviewActions();