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

Commit 47603e4e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Diagnosing expected selector in app-start" into sc-dev

parents e1d06c5c 6e2a8e86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ abstract class Launchable {
                () -> "Launching an app didn't open a new window: " + label);

        mLauncher.assertTrue(
                "App didn't start: " + label,
                "App didn't start: " + label + " (" + selector + ")",
                TestHelpers.wait(Until.hasObject(selector), LauncherInstrumentation.WAIT_TIME_MS));
        return new Background(mLauncher);
    }