Add screen record to FallbackRecentsTest#goToOverviewFromHome
Bug: 223278795 Test: none Change-Id: I3ddcf5db0980968636a6b67ef2dbfe8d44446cc7
This commit is contained in:
@@ -57,6 +57,7 @@ import com.android.launcher3.tapl.TestHelpers;
|
||||
import com.android.launcher3.testcomponent.TestCommandReceiver;
|
||||
import com.android.launcher3.util.Wait;
|
||||
import com.android.launcher3.util.rule.FailureWatcher;
|
||||
import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord;
|
||||
import com.android.quickstep.views.RecentsView;
|
||||
|
||||
import org.junit.After;
|
||||
@@ -160,6 +161,7 @@ public class FallbackRecentsTest {
|
||||
// b/143488140
|
||||
//@NavigationModeSwitch
|
||||
@Test
|
||||
@ScreenRecord // b/223278795
|
||||
public void goToOverviewFromHome() {
|
||||
mDevice.pressHome();
|
||||
assertTrue("Fallback Launcher not visible", mDevice.wait(Until.hasObject(By.pkg(
|
||||
|
||||
Reference in New Issue
Block a user