commit | ce5b0619a838e66a709cff94e176526cc0dc7168 | [log] [tgz] |
---|---|---|
author | Alex Chau <alexchau@google.com> | Tue Nov 02 12:10:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 02 12:10:47 2021 +0000 |
tree | 85175942798b8b8d5570f6a7b116a79a5a5d5492 | |
parent | f89c12fa27948dddf050e00ba037b8c0920e33c9 [diff] | |
parent | af89da83cc8d666431ef287ebfe4cebbd84087ce [diff] |
Merge "Adding screen record for a flake" into sc-v2-dev am: a8a51394f5 am: af89da83cc Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16167587 Change-Id: Ic7d181de4774e4cc9a9f70d95dd5eb8da9ffdf8e
diff --git a/tests/src/com/android/launcher3/ui/WorkProfileTest.java b/tests/src/com/android/launcher3/ui/WorkProfileTest.java index 41cdf0f..27a2375 100644 --- a/tests/src/com/android/launcher3/ui/WorkProfileTest.java +++ b/tests/src/com/android/launcher3/ui/WorkProfileTest.java
@@ -32,6 +32,7 @@ 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; @@ -86,6 +87,7 @@ } @Test + @ScreenRecord // b/202735477 public void workTabExists() { mDevice.pressHome(); waitForLauncherCondition("Launcher didn't start", Objects::nonNull);