1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-31 07:04:17 +00:00

Merging master into googlephotos

This commit is contained in:
John Richardson
2016-05-06 22:36:48 +01:00
8 changed files with 24 additions and 4 deletions

View File

@@ -86,6 +86,9 @@ public class UiAutomation extends UxPerfUiAutomation {
getUiObjectByResourceId("com.google.android.apps.photos:id/next_button",
"android.widget.ImageView");
nextButton.clickAndWaitForNewWindow();
UiObject workingFolder = new UiObject(new UiSelector().text("wa-working"));
waitObject(workingFolder, viewTimeoutSecs);
}
private void gesturesTest() throws Exception {