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

Commit 0edef0f8 authored by Sebastián Franco's avatar Sebastián Franco Committed by Automerger Merge Worker
Browse files

Merge "Change name of getIconsPosition_afterIconRemoved_notContained to...

Merge "Change name of getIconsPosition_afterIconRemoved_notContained to uninstallWorkspaceIcon" into udc-qpr-dev am: 359992b8

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24608413



Change-Id: I6477a99878a91a6fc948eadfc9afbc951e146a77
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f58a9f0f 359992b8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -620,10 +620,13 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
        }
    }

    /**
     * Adds three icons to the workspace and removes one of them by dragging to uninstall.
     */
    @Test
    @ScreenRecord // b/241821721
    @PlatinumTest(focusArea = "launcher")
    public void getIconsPosition_afterIconRemoved_notContained() throws IOException {
    public void uninstallWorkspaceIcon() throws IOException {
        Point[] gridPositions = getCornersAndCenterPositions();
        StringBuilder sb = new StringBuilder();
        for (Point p : gridPositions) {