Skip to content
Snippets Groups Projects
Commit b910710a authored by cyberta's avatar cyberta
Browse files

fix navigation drawer test

parent 07083a14
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ public class StartActivityDrawerTest { ...@@ -144,7 +144,7 @@ public class StartActivityDrawerTest {
onView(withId(drawer_layout)).perform(DrawerActions.open()); onView(withId(drawer_layout)).perform(DrawerActions.open());
onView(withId(drawer_layout)).check(matches(isOpen())); 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())); onView(withId(provider_list_layout)).check(matches(isDisplayed()));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment