mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
Gmail: Minor change to allow workload to run correctly on Huawei devices
This commit is contained in:
parent
6366a2c264
commit
4c4fd2a267
Binary file not shown.
@ -184,7 +184,7 @@ public class UiAutomation extends BaseUiAutomation implements ApplaunchInterface
|
|||||||
|
|
||||||
// Show Roots menu
|
// Show Roots menu
|
||||||
UiObject rootMenu =
|
UiObject rootMenu =
|
||||||
mDevice.findObject(new UiSelector().descriptionContains("Show roots")
|
mDevice.findObject(new UiSelector().descriptionContains("Show root")
|
||||||
.className("android.widget.ImageButton"));
|
.className("android.widget.ImageButton"));
|
||||||
if (rootMenu.exists()){
|
if (rootMenu.exists()){
|
||||||
rootMenu.click();
|
rootMenu.click();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user