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

Commit 439c9155 authored by Jon Mann's avatar Jon Mann
Browse files

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

Test: updated
Bug: 38348664
Change-Id: I64899fd4bb9d35b9d6a88d7ce90168f823a58d7f
parent 1d4e007d
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 {