Revert "reactive instrumented demo test"

This reverts commit f7195a0192.
This commit is contained in:
Andy Scherzinger 2016-08-30 23:29:49 +02:00 committed by AndyScherzinger
parent a91607b3a0
commit bb8cad870b
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -18,6 +18,10 @@
package com.owncloud.android.uiautomator;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
@ -32,9 +36,6 @@ import android.support.test.uiautomator.UiObjectNotFoundException;
import android.support.test.uiautomator.UiSelector;
import android.support.test.uiautomator.Until;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.junit.Assert.assertThat;
@ -46,7 +47,7 @@ import static org.junit.Assert.assertThat;
@SdkSuppress(minSdkVersion = 18)
public class InitialTest {
private static final String OWNCLOUD_APP_PACKAGE = "com.nextcloud.client";
private static final String OWNCLOUD_APP_PACKAGE = "com.owncloud.android";
private static final String ANDROID_SETTINGS_PACKAGE = "com.android.settings";
private static final String SETTINGS_DATA_USAGE_OPTION = "Data usage";