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

Merge pull request #344 from marcbonnici/adobereaderfix

AdobeReader: Updated workload to work with latest version.
This commit is contained in:
setrofim 2017-02-06 08:10:27 +00:00 committed by GitHub
commit 40cc830de1
2 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,8 @@ public class UiAutomation extends UxPerfUiAutomation implements ApplaunchInterfa
tapDisplayCentre();
}
UiObject actionBarTitle = getUiObjectByDescription("My Documents",
"android.widget.LinearLayout");
UiObject actionBarTitle = new UiObject(new UiSelector().textContains("My Documents")
.className("android.widget.TextView"));
actionBarTitle.waitForExists(uiAutoTimeout);
}