summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-01-28 20:14:10 +0100
committerParménides GV <parmegv@sdf.org>2014-01-28 20:14:10 +0100
commit0f0548f6c32c5763e70d139939e8dc1717901d5f (patch)
treeca8fceee9deec5f2d4fd2febc8d6f79cc82e06bc /tests
parentdbf1265f736c00aa31289e75818b1ec56311d31c (diff)
Substituted AboutFragment with AboutActivity.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java b/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java
index 34d2ae26..55fd87ae 100644
--- a/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java
+++ b/tests/src/se/leap/bitmaskclient/test/testConfigurationWizard.java
@@ -2,7 +2,7 @@ package se.leap.bitmaskclient.test;
import java.io.IOException;
-import se.leap.bitmaskclient.AboutFragment;
+import se.leap.bitmaskclient.AboutActivity;
import se.leap.bitmaskclient.ConfigurationWizard;
import se.leap.bitmaskclient.ProviderDetailFragment;
import se.leap.bitmaskclient.R;
@@ -56,7 +56,7 @@ public class testConfigurationWizard extends ActivityInstrumentationTestCase2<Co
public void testShowAbout() {
solo.clickOnMenuItem(solo.getString(R.string.about));
- assertTrue("Provider details dialog did not appear", solo.waitForFragmentByTag(AboutFragment.TAG));
+ assertTrue("Provider details dialog did not appear", solo.waitForActivity(AboutActivity.class));
}
public void testShowSettings() {