mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
Appshare: Fixed typo
This commit is contained in:
parent
9b13f65895
commit
2e97bcce70
@ -135,7 +135,7 @@ public class UiAutomation extends UxPerfUiAutomation {
|
||||
UiObject openApp =
|
||||
new UiObject(new UiSelector().text(appName)
|
||||
.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
|
||||
// obscured by the bottom action bar.
|
||||
applicationGrid.swipeUp(10);
|
||||
|
Loading…
x
Reference in New Issue
Block a user