Comment fix

Bug: 110103162
Test: ReflectionBasicUiTest
Change-Id: Ic9cfe925bb396e3fa0257009d5d9f53db728f9f0
This commit is contained in:
Vadim Tryshev
2018-08-23 11:45:34 -07:00
parent 9aca88cbf9
commit d819b8f743

View File

@@ -268,7 +268,8 @@ public abstract class AbstractLauncherUiTest {
return waitForLauncherCondition(launcher -> launcher.getStateManager().getState() == state);
}
// Cannot be used after injecting any gesture using Tapl because this can hide flakiness.
// Cannot be used in TaplTests after injecting any gesture using Tapl because this can hide
// flakiness.
protected boolean waitForLauncherCondition(Function<Launcher, Boolean> condition) {
return Wait.atMost(new Condition() {
@Override