Diagnosing expected selector in app-start
Test: manual Bug: 179392551 Change-Id: I4c7173e784caaa6435927f94eef6b269884d0ce9
This commit is contained in:
parent
b0bff050f2
commit
6e2a8e86df
|
@ -67,7 +67,7 @@ abstract class Launchable {
|
||||||
() -> "Launching an app didn't open a new window: " + label);
|
() -> "Launching an app didn't open a new window: " + label);
|
||||||
|
|
||||||
mLauncher.assertTrue(
|
mLauncher.assertTrue(
|
||||||
"App didn't start: " + label,
|
"App didn't start: " + label + " (" + selector + ")",
|
||||||
TestHelpers.wait(Until.hasObject(selector), LauncherInstrumentation.WAIT_TIME_MS));
|
TestHelpers.wait(Until.hasObject(selector), LauncherInstrumentation.WAIT_TIME_MS));
|
||||||
return new Background(mLauncher);
|
return new Background(mLauncher);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue