From 243650e2cbff7c70b82917c604d323962ae8ec30 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Tue, 16 Jul 2024 17:40:17 -0700 Subject: [PATCH] Adding screen record for the bug where we can't find a folder after dragging Bug: 353600888 Test: presubmit Flag: TEST_ONLY Change-Id: Idc26dc294aa05a88ce590f9466e60adf2d2f4898 --- tests/src/com/android/launcher3/dragging/TaplDragTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/com/android/launcher3/dragging/TaplDragTest.java b/tests/src/com/android/launcher3/dragging/TaplDragTest.java index 41abcf885d..8c555068fb 100644 --- a/tests/src/com/android/launcher3/dragging/TaplDragTest.java +++ b/tests/src/com/android/launcher3/dragging/TaplDragTest.java @@ -65,6 +65,7 @@ public class TaplDragTest extends AbstractLauncherUiTest { @Test @PortraitLandscape @PlatinumTest(focusArea = "launcher") + @ScreenRecordRule.ScreenRecord // b/353600888 public void testDragToFolder() { // TODO: add the use case to drag an icon to an existing folder. Currently it either fails // on tablets or phones due to difference in resolution. @@ -97,6 +98,7 @@ public class TaplDragTest extends AbstractLauncherUiTest { * icon left. */ @Test + @ScreenRecordRule.ScreenRecord // b/353600888 public void testDragOutOfFolder() { final HomeAppIcon playStoreIcon = createShortcutIfNotExist(STORE_APP_NAME, 0, 1); final HomeAppIcon photosIcon = createShortcutInCenterIfNotExist(PHOTOS_APP_NAME);