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

Commit aef50a59 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Waiting until context menu goes away after attempting to close it."...

Merge "Waiting until context menu goes away after attempting to close it." into ub-launcher3-qt-qpr1-dev am: 7c092142
am: 12de08a3

Change-Id: I34cf6e29d2ed39efabca6d43eaccf62763e67693
parents 26761e72 12de08a3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -541,8 +541,10 @@ public final class LauncherInstrumentation {
                        displaySize.x / 2, displaySize.y - 1,
                        displaySize.x / 2, 0,
                        ZERO_BUTTON_STEPS_FROM_BACKGROUND_TO_HOME);
                assertTrue("Context menu is still visible after swiping up to home",
                        !hasLauncherObject("deep_shortcuts_container"));
                try (LauncherInstrumentation.Closable c = addContextLayer(
                        "Swiped up from context menu to home")) {
                    waitUntilGone("deep_shortcuts_container");
                }
            }
            if (hasLauncherObject(WORKSPACE_RES_ID)) {
                log(action = "already at home");