1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 19:02:31 +01:00

Merge pull request #454 from jimboatarm/scojac01-updated-workloads

AdobeReader: Updated to handle latest version
This commit is contained in:
marcbonnici
2017-08-04 13:08:29 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -102,8 +102,10 @@ public void runUiAutomation() throws Exception {
if (!onboarding_finish_button.exists()) { if (!onboarding_finish_button.exists()) {
welcomeView.swipeLeft(10); welcomeView.swipeLeft(10);
} }
clickUiObject(BY_ID, packageID + "onboarding_finish_button", "android.widget.Button"); if (onboarding_finish_button.exists()) {
clickUiObject(BY_ID, packageID + "onboarding_finish_button", "android.widget.Button");
}
// Deal with popup dialog message promoting Dropbox access // Deal with popup dialog message promoting Dropbox access
UiObject dropBoxDialog = UiObject dropBoxDialog =