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

Commit 29e1b51a authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Fixing AllAppsIconToHomeTest

It's flaky now since apparently a previous test leaves open context
menu.

This should help.

Test: AllAppsIconToHomeTest
Change-Id: Iaa723f43963f2bfb2be8d590225cf18a2eec3d13
parent 19e0e8ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ public class AllAppsIconToHomeTest extends AbstractLauncherUiTest {
        LauncherActivityInfo settingsApp = getSettingsApp();

        clearHomescreen();
        mActivityMonitor.startLauncher();
        mDevice.pressHome();
        mDevice.waitForIdle();

        // Open all apps and wait for load complete.
        final UiObject2 appsContainer = openAllApps();