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

Commit 4af065ed authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6095135 from c8a06927 to qt-qpr2-release

Change-Id: I855f2686b544efa31546728561218b1e6d4d3961
parents bf96a94b c8a06927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="files_label" msgid="771781190045103748">"Tệp"</string>
    <string name="downloads_label" msgid="5462789470049501103">"Nội dung tải xuống"</string>
    <string name="downloads_label" msgid="5462789470049501103">"Tệp đã tải xuống"</string>
    <!-- no translation found for app_label (8089292432455111409) -->
    <skip />
    <!-- no translation found for launcher_label (799410258349837668) -->
+10 −0
Original line number Diff line number Diff line
@@ -44,6 +44,16 @@ public class SearchViewUiTest extends ActivityTest<FilesActivity> {
      bots.directory.waitForDocument(fileName1);
    }

    @Override
    public void tearDown() throws Exception {
        // manually close activity to avoid SearchFragment show when Activity close. ref b/142840883
        device.waitForIdle();
        device.pressBack();
        device.pressBack();
        device.pressBack();
        super.tearDown();
    }

    public void testSearchIconVisible() throws Exception {
        // The default root (root 0) supports search
        bots.search.assertInputExists(false);