OSDN Git Service

Fixing comments
authorSunny Goyal <sunnygoyal@google.com>
Fri, 27 May 2016 19:11:36 +0000 (12:11 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Fri, 27 May 2016 19:11:45 +0000 (12:11 -0700)
Change-Id: I412fef8e07d91548beb8a5431d6aa86611237f69

tests/src/com/android/launcher3/ui/AddWidgetTest.java

index 95d9289..a0ca60c 100644 (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));