From e238685c0de500fde8aa7469987b998ec6ab0908 Mon Sep 17 00:00:00 2001 From: Vadim Tryshev Date: Tue, 12 Nov 2024 23:09:38 +0000 Subject: [PATCH] Revert "Adding screen record for the bug where we can't find a folder after dragging" This reverts commit 243650e2cbff7c70b82917c604d323962ae8ec30. Reason for revert: Bug stopped to repro Change-Id: Idebb704546146018c6a365143ff84efb04be9c27 --- tests/src/com/android/launcher3/dragging/TaplDragTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/src/com/android/launcher3/dragging/TaplDragTest.java b/tests/src/com/android/launcher3/dragging/TaplDragTest.java index 8c555068fb..41abcf885d 100644 --- a/tests/src/com/android/launcher3/dragging/TaplDragTest.java +++ b/tests/src/com/android/launcher3/dragging/TaplDragTest.java @@ -65,7 +65,6 @@ 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. @@ -98,7 +97,6 @@ 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);