diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java b/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java index 2d3fe6bb..31247e0a 100644 --- a/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java +++ b/app/src/androidTest/java/se/leap/bitmaskclient/test/StartActivityDrawerTest.java @@ -144,7 +144,7 @@ public class StartActivityDrawerTest { onView(withId(drawer_layout)).perform(DrawerActions.open()); onView(withId(drawer_layout)).check(matches(isOpen())); - onData(anything()).inAdapterView(withId(settingsList)).atPosition(3).perform(click()); + onData(anything()).inAdapterView(withId(settingsList)).atPosition(2).perform(click()); onView(withId(provider_list_layout)).check(matches(isDisplayed())); } |