Merge "Make sure TAPL waits for Launcher activity to stop each time it stops" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
f9eced5768
@@ -599,6 +599,9 @@ public abstract class AbstractLauncherUiTest {
|
||||
Wait.atMost("Launcher activity didn't stop",
|
||||
() -> !launcherInstrumentation.isLauncherActivityStarted(),
|
||||
DEFAULT_ACTIVITY_TIMEOUT, launcherInstrumentation);
|
||||
|
||||
// Reset activity stop count.
|
||||
launcherInstrumentation.getAndResetActivityStopCount();
|
||||
}
|
||||
|
||||
public static ActivityInfo resolveSystemAppInfo(String category) {
|
||||
|
||||
Reference in New Issue
Block a user