1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

Youtube: Removes reference to UxPerf

This commit is contained in:
Marc Bonnici 2017-10-03 10:53:26 +01:00
parent 52b84b4030
commit 049530fe41
2 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,6 @@ import android.support.test.uiautomator.UiSelector;
import com.arm.wa.uiauto.BaseUiAutomation;
import com.arm.wa.uiauto.ActionLogger;
import com.arm.wa.uiauto.UxPerfUiAutomation;
import org.junit.Before;
import org.junit.Test;
@ -46,16 +45,14 @@ public class UiAutomation extends BaseUiAutomation {
public static final int VIDEO_SLEEP_SECONDS = 3;
public static final int LIST_SWIPE_COUNT = 5;
protected UxPerfUiAutomation uxPerf;
protected Bundle parameters;
protected String packageID;
@Before
public void initilize() {
uxPerf = new UxPerfUiAutomation();
parameters = getParams();
packageID = uxPerf.getPackageID(parameters);
packageID = getPackageID(parameters);
}
@Test