1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

Appshare: Fixed typo

This commit is contained in:
Marc Bonnici 2017-02-22 16:06:53 +00:00
parent 9b13f65895
commit 2e97bcce70

View File

@ -135,7 +135,7 @@ public class UiAutomation extends UxPerfUiAutomation {
UiObject openApp = UiObject openApp =
new UiObject(new UiSelector().text(appName) new UiObject(new UiSelector().text(appName)
.className("android.widget.TextView")); .className("android.widget.TextView"));
// On some devices the application_grid has many entries, se we have to swipe up to make // On some devices the application_grid has many entries, so we have to swipe up to make
// sure all the entries are visable. This will also stop entries at the bottom being // sure all the entries are visable. This will also stop entries at the bottom being
// obscured by the bottom action bar. // obscured by the bottom action bar.
applicationGrid.swipeUp(10); applicationGrid.swipeUp(10);