Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06de17be authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Adding a TODO to productize killing/dismissal of setup wizard" into main

parents b16e4d8e a7e283b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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()) {