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

Commit 9841cf3b authored by Ben Reich's avatar Ben Reich
Browse files

Wait for banner message to appear before assertion

Bug: 417606039
Test: atest com.android.documentsui.ArchiveUiTest
Flag: EXEMPT test fix

Change-Id: I7cd66423079c806868f8f55a753b2f93e6151b8c
parent 3c82e697
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public class ArchiveUiTest extends ActivityTestJunit4<FilesActivity> {
        bots.directory.openDocument("broken.zip");

        final String msg = String.valueOf(context.getString(R.string.empty));
        bots.directory.waitForHolderMessage();
        bots.directory.assertPlaceholderMessageText(msg);
    }