diff --git a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java index 168ed9f18c..839fd030fc 100644 --- a/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java +++ b/tests/src/com/android/launcher3/ui/TaplTestsLauncher3.java @@ -597,10 +597,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) {