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

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

Merge "Fix flaky testFilesList_LiveUpdate()."

parents 12f11c55 b005e14e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@ public class FilesActivityUiTest extends InstrumentationTestCase {

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

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