Merge "Fixing broken tests on 2 and 3 button devices." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-17 20:38:25 +00:00
committed by Android (Google) Code Review
@@ -121,7 +121,8 @@ public class FallbackRecentsTest {
UiDevice.getInstance(getInstrumentation()).executeShellCommand(
getLauncherCommand(getLauncherInMyProcess()));
// b/143488140
mLauncher.pressHome();
mDevice.pressHome();
mDevice.waitForIdle();
}
}
};