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

Commit 903d3396 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by Android (Google) Code Review
Browse files

Merge "Fix flaky testFilesList_LiveUpdate()."

parents 596ae3bc f3e70da8
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -156,6 +156,8 @@ public class FilesActivityUiTest extends InstrumentationTestCase {


        mBot.openRoot(ROOT_0_ID);
        mBot.openRoot(ROOT_0_ID);
        mDocsHelper.createDocument(mRoot_0, "yummers/sandwich", "Ham & Cheese.sandwich");
        mDocsHelper.createDocument(mRoot_0, "yummers/sandwich", "Ham & Cheese.sandwich");

        mDevice.waitForIdle();
        mBot.assertHasDocuments("file0.log", "file1.png", "file2.csv", "Ham & Cheese.sandwich");
        mBot.assertHasDocuments("file0.log", "file1.png", "file2.csv", "Ham & Cheese.sandwich");
    }
    }