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

Commit e8fb6d82 authored by Federico Baron's avatar Federico Baron Committed by Android (Google) Code Review
Browse files

Revert "Add logs for widget picker image test"

This reverts commit 575a6ef5.

Reason for revert: we no longer need the logs since we're going to ignore widget picker image test in UDC-QPR and leave it on in main where it's already not failing

Change-Id: Ib132c9df710031d291d0254fe4bb0acdfeb3f863
parent 575a6ef5
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -888,18 +888,6 @@ public class WidgetsFullSheet extends BaseWidgetSheet
        return mContent;
    }

    /** Gets the search bar, which is used for testing */ // b/294050472
    @VisibleForTesting
    public View getSearchBar() {
        return (View) mSearchBar;
    }

    /** Gets the search bar container, which is used for testing */ // b/294050472
    @VisibleForTesting
    public View getSearchBarContainer() {
        return (View) mSearchBarContainer;
    }

    /** Opens the first header in widget picker and scrolls to the top of the RecyclerView. */
    @VisibleForTesting
    public void openFirstHeader() {