Removing assert that setup wizard is visible
Bug: 309496273 Test: presubmit Flag: N/A Change-Id: Ie6b77673c120a94d211662c71467635923dda622
This commit is contained in:
@@ -331,8 +331,9 @@ public abstract class AbstractLauncherUiTest {
|
||||
Until.gone(By.pkg("com.google.android.setupwizard").depth(0)),
|
||||
sFirstTimeWaitingForWizard ? 120000 : 0);
|
||||
sFirstTimeWaitingForWizard = false;
|
||||
Assert.assertTrue("Setup wizard is still visible",
|
||||
wizardDismissed);
|
||||
// b/309496273
|
||||
// Assert.assertTrue("Setup wizard is still visible",
|
||||
// wizardDismissed);
|
||||
}
|
||||
|
||||
public static void verifyKeyguardInvisible() {
|
||||
|
||||
Reference in New Issue
Block a user