Revert "Removing old workaround"
This reverts commit 714d071f76
.
Reason for revert: Perhaps caused b/196876329
Change-Id: I0763c44d54134034885471ce74324a8c6c6c296e
Test: presubmit
Bug: 196876329
This commit is contained in:
parent
714d071f76
commit
f11d0fac78
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue