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

More fixes to Reader/Gmail/Photos to improve reliability across devices

This commit is contained in:
James Hartley
2016-05-05 22:22:10 +01:00
parent 44f99dcc79
commit 5d0f676033
6 changed files with 14 additions and 4 deletions

View File

@@ -84,6 +84,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 {