mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-14 14:48:53 +00:00
More robust way of checking image is attached in Gmail
Waiting for the attached image icon to disappear is more reliable than waiting for the new view to appear on some 2-1 devices.
This commit is contained in:
parent
35a0953858
commit
60c94a79bd
Binary file not shown.
@ -166,8 +166,8 @@ public class UiAutomation extends UxPerfUiAutomation {
|
||||
.className("android.widget.GridView")
|
||||
.childSelector(new UiSelector()
|
||||
.index(i).className("android.widget.FrameLayout")));
|
||||
|
||||
clickUiObject(imageFileButton, timeout);
|
||||
imageFileButton.click();
|
||||
imageFileButton.waitUntilGone(timeout);
|
||||
|
||||
result.end();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user