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

Commit 6de126f9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Removing instrumentation for unreproable bug" into ub-launcher3-rvc-dev

parents e12baa4b d9092e83
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -265,14 +265,12 @@ public class BindWidgetTest extends AbstractLauncherUiTest {

    private void verifyWidgetPresent(LauncherAppWidgetProviderInfo info) {
        final Widget widget = mLauncher.getWorkspace().tryGetWidget(info.label, DEFAULT_UI_TIMEOUT);
        if (widget == null) mLauncher.dumpViewHierarchy(); // b/152645831
        assertTrue("Widget is not present",
                widget != null);
    }

    private void verifyPendingWidgetPresent() {
        final Widget widget = mLauncher.getWorkspace().tryGetPendingWidget(DEFAULT_UI_TIMEOUT);
        if (widget == null) mLauncher.dumpViewHierarchy(); // b/152645831
        assertTrue("Pending widget is not present",
                widget != null);
    }