Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ public abstract class AbstractLauncherUiTest { @Before public void setUp() throws Exception { Assert.assertTrue("Keyguard is visible", Assert.assertTrue("Keyguard is visible, which is likely caused by a crash in SysUI", TestHelpers.wait( Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000)); Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ public abstract class AbstractLauncherUiTest { @Before public void setUp() throws Exception { Assert.assertTrue("Keyguard is visible", Assert.assertTrue("Keyguard is visible, which is likely caused by a crash in SysUI", TestHelpers.wait( Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000)); Loading