Diagnosing expected selector in app-start

Test: manual
Bug: 179392551
Change-Id: I4c7173e784caaa6435927f94eef6b269884d0ce9
This commit is contained in:
vadimt 2021-02-25 19:29:09 -08:00
parent b0bff050f2
commit 6e2a8e86df
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}