summaryrefslogtreecommitdiff
path: root/src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-07-06 13:49:02 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-07-06 13:49:02 +0200
commitf59623bb94bd338ddf59e39373f5ab50f9118216 (patch)
tree15ecea4fe3090f9f647ae3846c6f42ee6f7a1bdc /src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java
parentfb1fcb06005e925f6c1ebabeb1f31007bc86a48c (diff)
downloadAntennaPod-f59623bb94bd338ddf59e39373f5ab50f9118216.zip
Fixed ui tests
Diffstat (limited to 'src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java')
-rw-r--r--src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java b/src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java
index 85994b152..23fc224c8 100644
--- a/src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java
+++ b/src/instrumentationTest/de/test/antennapod/ui/MainActivityTest.java
@@ -66,7 +66,7 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv
public void testClickNavDrawer() throws Exception {
uiTestUtils.addLocalFeedData(false);
- final View home = solo.getView(R.id.home);
+ final View home = solo.getView(UITestUtils.HOME_VIEW);
// all episodes
solo.waitForView(android.R.id.list);