1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Merge pull request #355 from jimboatarm/scojac01-appshareupdate

Removed surplus back command that was causing AppShare workload to fail
This commit is contained in:
marcbonnici
2017-02-20 15:03:20 +00:00
committed by GitHub
2 changed files with 4 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ public class UiAutomation extends UxPerfUiAutomation {
public void runUiAutomation() throws Exception {
// Override superclass value
this.uiAutoTimeout = TimeUnit.SECONDS.toMillis(10);
parameters = getParams();
// Setup the three uiautomator classes with the correct information
@@ -63,7 +62,6 @@ public class UiAutomation extends UxPerfUiAutomation {
// Skype won't allow us to login and share on first visit so invoke
// once more from googlephotos
pressBack();
pressBack();
sendToSkype(contactName);
unsetScreenOrientation();