@Test
    public void elementsArePresent() {
        onView(withId(R.id.main_fragment_followed_associations_text)).check(matches(isDisplayed()));
        onView(withId(R.id.main_fragment_followed_events_text)).check(matches(isDisplayed()));
        onView(withId(R.id.main_fragment_followed_associations_listview)).check(matches(isDisplayed()));