mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +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:
		
										
											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")); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user