@Test
    public void sortWithKeywordDescTest() {
        onView(withId(R.id.event_fragment_search_bar)).perform(typeText("Of course not, you should check this beautiful description"));
        onView(withId(R.id.event_fragment_listview)).check(matches(hasDescendant(withText("Fiesta time"))));
    }