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

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

Merge "Reduce flakiness in IME Swithcer menu test" into main

parents d987f495 f0b9e423
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1061,8 +1061,9 @@ public class InputMethodServiceTest {
                            .and(WindowManagerStateHelper::activityWindowFocused),
                    "Language settings activity should have the focused window");

            eventually(() ->
                    assertWithMessage("Input Method Switcher Menu should no longer be shown")
                    .that(isInputMethodPickerShown(mImm)).isFalse();
                            .that(isInputMethodPickerShown(mImm)).isFalse());
        }
    }