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

Commit a9665751 authored by vadimt's avatar vadimt
Browse files

Clearer diag for visible keyguard

Test: presubmit
Bug: 179508881
Change-Id: I69f2e766701e77d927169b570d2dad0bf8d4c75a
parent 7b054513
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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));