1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-07-22 15:00:01 +01:00

Merge pull request from marcbonnici/fire_adobereader

Misc Fixes
This commit is contained in:
setrofim
2017-07-13 08:06:30 +01:00
committed by GitHub
3 changed files with 0 additions and 2 deletions
wlauto
common
workloads
adobereader
com.arm.wlauto.uiauto.adobereader.apk
uiauto
app
src
main
java
com
arm
wlauto
uiauto

@@ -205,7 +205,6 @@ class ApkWorkload(Workload):
self.apk_version = None
self.logcat_log = None
self.exact_apk_version = None
self.exact_abi = kwargs.get('exact_abi')
def setup(self, context): # pylint: disable=too-many-branches
Workload.setup(self, context)

@@ -260,7 +260,6 @@ public void runUiAutomation() throws Exception {
logger.start();
mDevice.pressSearch();
pressEnter();
// Check the progress bar icon. When this disappears the search is complete.