Adding a TODO to productize killing/dismissal of setup wizard
Bug: 309471958 Test: presubmit Flag: N/A Change-Id: I8ef3a7310829333132b03453dbb6f3c37b88c364
This commit is contained in:
@@ -312,10 +312,13 @@ public abstract class AbstractLauncherUiTest {
|
||||
// b/309008042
|
||||
private static boolean sFirstTimeWaitingForWizard = true;
|
||||
|
||||
// b/309008042
|
||||
static {
|
||||
waitForSetupWizardDismissal();
|
||||
}
|
||||
|
||||
// b/309008042
|
||||
// TODO(309471958) Productize killing/dismissal of setup wizard.
|
||||
/** Waits for setup wizard to go away. */
|
||||
public static void waitForSetupWizardDismissal() {
|
||||
if (sFirstTimeWaitingForWizard && TestStabilityRule.isPresubmit()) {
|
||||
|
||||
Reference in New Issue
Block a user