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:
parent
9b13f65895
commit
2e97bcce70
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user