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

Commit c2b07151 authored by Cosmin Băieș's avatar Cosmin Băieș Committed by Android (Google) Code Review
Browse files

Merge "Fix getUiObject assertion" into main

parents a8c157b4 cfa98286
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1294,7 +1294,7 @@ public class InputMethodServiceTest {
        mInstrumentation.waitForIdleSync();
        final var postScreenshot = mInstrumentation.getUiAutomation().takeScreenshot();
        mDumpOnFailure.dumpOnFailure("post-getUiObject", postScreenshot);
        assertWithMessage("UiObject with " + bySelector + " was found").that(uiObject).isNull();
        assertWithMessage("UiObject with " + bySelector + " was found").that(uiObject).isNotNull();
        return uiObject;
    }