mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Changes after CR
This commit is contained in:
parent
ddd5152a11
commit
5f1e5fdf59
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ public class InitialTest {
|
|||
|
||||
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";
|
||||
|
||||
private static final int LAUNCH_TIMEOUT = 5000;
|
||||
|
||||
|
@ -113,7 +113,7 @@ public class InitialTest {
|
|||
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
context.startActivity(intent);
|
||||
|
||||
clickByText("Data usage");
|
||||
clickByText(SETTINGS_DATA_USAGE_OPTION);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue