Merge "Clearer diag for visible keyguard" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4a4eac8e6c
@@ -250,7 +250,7 @@ public abstract class AbstractLauncherUiTest {
|
|||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
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(
|
TestHelpers.wait(
|
||||||
Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000));
|
Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user