mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
workloads/geekbench: Update result screen matching criteria
Update the element that is searched for as on some devices this can match before all the tests are complete.
This commit is contained in:
parent
491dcd5b5b
commit
7e6eb089ab
Binary file not shown.
@ -129,8 +129,7 @@ public class UiAutomation extends BaseUiAutomation {
|
||||
|
||||
//Wait for results
|
||||
UiObject complete =
|
||||
mDevice.findObject(new UiSelector().textContains("Test")
|
||||
.className("android.widget.TextView"));
|
||||
mDevice.findObject(new UiSelector().resourceId("net.kishonti.gfxbench.gl.v50000.corporate:id/results_testList"));
|
||||
complete.waitForExists(1200000);
|
||||
|
||||
UiObject outOfmemory = mDevice.findObject(new UiSelector().text("OUT_OF_MEMORY"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user