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

Commit 243650e2 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

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
parent 1a0406e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ public class TaplDragTest extends AbstractLauncherUiTest<Launcher> {
    @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<Launcher> {
     * 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);