Revert "Make Tapl check if actions view is enabled on overview"

This reverts commit e8628ac605.

Reason for revert: https://b.corp.google.com/issues/416645195

Bug: 391276638
Change-Id: I7b8f1829c752d958e9b640cd5db0f9aeb9bfa2f0
This commit is contained in:
Vinay Joglekar
2025-05-09 10:20:10 -07:00
committed by Android (Google) Code Review
parent e8628ac605
commit 73abff782b
@@ -522,13 +522,11 @@ public class BaseOverview extends LauncherInstrumentation.VisibleContainer {
)) {
if (isActionsViewVisible()) {
UiObject2 actionsButtons;
if (task.isGrouped()) {
actionsButtons = mLauncher.waitForOverviewObject("action_save_app_pair");
mLauncher.waitForOverviewObject("action_save_app_pair");
} else {
actionsButtons = mLauncher.waitForOverviewObject("action_buttons");
mLauncher.waitForOverviewObject("action_buttons");
}
mLauncher.assertTrue("Overview actions is disabled", actionsButtons.isEnabled());
} else {
mLauncher.waitUntilOverviewObjectGone("action_buttons");
mLauncher.waitUntilOverviewObjectGone("action_save_app_pair");