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

Formatting change

This commit is contained in:
muendelezaji
2016-05-03 17:01:46 +01:00
parent 915023dfd7
commit c65878fee4

View File

@@ -102,7 +102,7 @@ public class UiAutomation extends UxPerfUiAutomation {
UiObject callButton = new UiObject(new UiSelector().descriptionContains(description)); UiObject callButton = new UiObject(new UiSelector().descriptionContains(description));
callButton.click(); callButton.click();
sleep(duration); sleep(duration);
// endCall();g // endCall();
} }
/* /*