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

Commit 6b3cbf11 authored by vadimt's avatar vadimt
Browse files

Fixing widget tests

Bug: 140837771
Change-Id: If5dcf455b1a87b06c883dd1f0d46c6748e6d1a94
parent e17a6996
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ public final class Widgets extends LauncherInstrumentation.VisibleContainer {
            }

            if (++i > 40) fail("Too many attempts");
            mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.8f, MARGINS, 50);
            mLauncher.scroll(widgetsContainer, Direction.DOWN, 0.7f, MARGINS, 50);
        }
    }
}