summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-03-27 13:40:12 +0100
committerParménides GV <parmegv@sdf.org>2015-03-27 13:40:12 +0100
commit5734bbe4e7e509b81c6670c8a40225997593ddef (patch)
treef1698d7be5178ecc389c54d63658e94e0cc62e86 /app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java
parent8cd10bcac50a7e76085d5d7384dc8910a80e44c6 (diff)
Just coded, not tested
Diffstat (limited to 'app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java')
-rw-r--r--app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java b/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java
index ee1917e2..8af20dea 100644
--- a/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java
+++ b/app/src/androidTest/java/se/leap/bitmaskclient/test/testDashboardIntegration.java
@@ -27,7 +27,7 @@ public class testDashboardIntegration extends ActivityInstrumentationTestCase2<D
ConnectionManager.setMobileDataEnabled(true, context);
solo.unlockScreen();
if (solo.searchText(solo.getString(R.string.configuration_wizard_title)))
- new testConfigurationWizard(solo).toDashboard("demo.bitmask.net");
+ new testConfigurationWizard(solo).toDashboardAnonymously("demo.bitmask.net");
}
@Override