Fixing comments

Change-Id: I412fef8e07d91548beb8a5431d6aa86611237f69
This commit is contained in:
Sunny Goyal
2016-05-27 12:11:36 -07:00
parent 0b50421583
commit c0cc264b03

View File

@@ -44,7 +44,7 @@ public class AddWidgetTest extends LauncherInstrumentationTestCase {
clearHomescreen();
Launcher launcher = startLauncher();
// Open all apps and wait for load complete.
// Open widget tray and wait for load complete.
final UiObject2 widgetContainer = openWidgetsTray();
assertTrue(Wait.atMost(Condition.minChildCount(widgetContainer, 2), DEFAULT_UI_TIMEOUT));