mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
Removed surplus back command that was causing AppShare workload to fail
This commit is contained in:
parent
6f67f00834
commit
821cbaff4e
Binary file not shown.
@ -32,7 +32,6 @@ public class UiAutomation extends UxPerfUiAutomation {
|
|||||||
public void runUiAutomation() throws Exception {
|
public void runUiAutomation() throws Exception {
|
||||||
// Override superclass value
|
// Override superclass value
|
||||||
this.uiAutoTimeout = TimeUnit.SECONDS.toMillis(10);
|
this.uiAutoTimeout = TimeUnit.SECONDS.toMillis(10);
|
||||||
|
|
||||||
parameters = getParams();
|
parameters = getParams();
|
||||||
|
|
||||||
// Setup the three uiautomator classes with the correct information
|
// 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
|
// Skype won't allow us to login and share on first visit so invoke
|
||||||
// once more from googlephotos
|
// once more from googlephotos
|
||||||
pressBack();
|
pressBack();
|
||||||
pressBack();
|
|
||||||
sendToSkype(contactName);
|
sendToSkype(contactName);
|
||||||
|
|
||||||
unsetScreenOrientation();
|
unsetScreenOrientation();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user