diff --git a/wlauto/workloads/googleslides/com.arm.wlauto.uiauto.googleslides.uiautoapk b/wlauto/workloads/googleslides/com.arm.wlauto.uiauto.googleslides.uiautoapk index cd7286c8..1b0a5915 100644 Binary files a/wlauto/workloads/googleslides/com.arm.wlauto.uiauto.googleslides.uiautoapk and b/wlauto/workloads/googleslides/com.arm.wlauto.uiauto.googleslides.uiautoapk differ diff --git a/wlauto/workloads/googleslides/uiauto/app/src/main/java/com/arm/wlauto/uiauto/googleslides/UiAutomation.java b/wlauto/workloads/googleslides/uiauto/app/src/main/java/com/arm/wlauto/uiauto/googleslides/UiAutomation.java index ae7ad017..14bcd585 100755 --- a/wlauto/workloads/googleslides/uiauto/app/src/main/java/com/arm/wlauto/uiauto/googleslides/UiAutomation.java +++ b/wlauto/workloads/googleslides/uiauto/app/src/main/java/com/arm/wlauto/uiauto/googleslides/UiAutomation.java @@ -308,7 +308,10 @@ public class UiAutomation extends UxPerfUiAutomation { ActionLogger logger = new ActionLogger(testTag, parameters); logger.start(); - clickUiObject(BY_DESC, "Open navigation drawer"); + // Work around to open navigation drawer via swipe. + uiDeviceSwipeHorizontal(0, getDisplayCentreWidth(), getDisplayCentreHeight() / 2, 10); + + // clickUiObject(BY_DESC, "Open navigation drawer"); clickUiObject(BY_TEXT, "Settings", true); clickUiObject(BY_TEXT, "Create PowerPoint"); mDevice.pressBack();