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

Commit 8820399e authored by vadimt's avatar vadimt
Browse files

Waiting for launcher to start in workTabExists()

Change-Id: I08c5385b188dda81ee0dfc1bfd639a0892bd6584
parent b8975ed6
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));

        /*