mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-25 22:52:40 +01:00
Merge pull request #344 from marcbonnici/adobereaderfix
AdobeReader: Updated workload to work with latest version.
This commit is contained in:
Binary file not shown.
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user