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:
commit
40cc830de1
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user