Merge "Change name of getIconsPosition_afterIconRemoved_notContained to uninstallWorkspaceIcon" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
359992b860
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user