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

Commit 5b1c92cb authored by vadimt's avatar vadimt Committed by android-build-merger
Browse files

Waiting for launcher to start in workTabExists()

am: 8820399e

Change-Id: I6fc5818ba0ac870473e8b8cc376aafa017111206
parents 6c2b9d81 8820399e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class WorkTabTest extends AbstractLauncherUiTest {
    @Test
    public void workTabExists() {
        mDevice.pressHome();

        waitForLauncherCondition("Launcher didn't start", launcher -> launcher != null);
        executeOnLauncher(launcher -> launcher.getStateManager().goToState(ALL_APPS));

        /*