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

Commit 2fc03171 authored by Jon Mann's avatar Jon Mann Committed by android-build-merger
Browse files

Fix test that was expecting search to lose focus after submit.

am: 439c9155

Change-Id: I35e006d1e963bcab1692a9e47cc3d64ee39c4722
parents 42df21a3 439c9155
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ public class SearchViewUiTest extends ActivityTest<FilesActivity> {
        device.waitForIdle();

        bots.search.assertInputEquals("file1");
        bots.search.assertInputFocused(false);
    }

    public void testSearch_ResultsFound() throws Exception {