1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

Gmail: Minor change to allow workload to run correctly on Huawei devices

This commit is contained in:
scott 2018-09-05 10:25:57 +01:00 committed by Marc Bonnici
parent 6366a2c264
commit 4c4fd2a267
2 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class UiAutomation extends BaseUiAutomation implements ApplaunchInterface
// Show Roots menu
UiObject rootMenu =
mDevice.findObject(new UiSelector().descriptionContains("Show roots")
mDevice.findObject(new UiSelector().descriptionContains("Show root")
.className("android.widget.ImageButton"));
if (rootMenu.exists()){
rootMenu.click();