Loading tests/src/com/android/launcher3/ui/WorkProfileTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.launcher3.allapps.WorkAdapterProvider; import com.android.launcher3.allapps.WorkEduCard; import com.android.launcher3.allapps.WorkProfileManager; import com.android.launcher3.tapl.LauncherInstrumentation; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import org.junit.After; import org.junit.Before; Loading Loading @@ -86,6 +87,7 @@ public class WorkProfileTest extends AbstractLauncherUiTest { } @Test @ScreenRecord // b/202735477 public void workTabExists() { mDevice.pressHome(); waitForLauncherCondition("Launcher didn't start", Objects::nonNull); Loading Loading
tests/src/com/android/launcher3/ui/WorkProfileTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.launcher3.allapps.WorkAdapterProvider; import com.android.launcher3.allapps.WorkEduCard; import com.android.launcher3.allapps.WorkProfileManager; import com.android.launcher3.tapl.LauncherInstrumentation; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import org.junit.After; import org.junit.Before; Loading Loading @@ -86,6 +87,7 @@ public class WorkProfileTest extends AbstractLauncherUiTest { } @Test @ScreenRecord // b/202735477 public void workTabExists() { mDevice.pressHome(); waitForLauncherCondition("Launcher didn't start", Objects::nonNull); Loading