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

Commit 6e2a8e86 authored by vadimt's avatar vadimt
Browse files

Diagnosing expected selector in app-start

Test: manual
Bug: 179392551
Change-Id: I4c7173e784caaa6435927f94eef6b269884d0ce9
parent b0bff050
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);
    }