|
@@ -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";
|
|
|
|