@Test
    public void searchForExistentDisplaysSearch(){
        Espresso.closeSoftKeyboard();
        String text = "Ra";
        onView(withId(R.id.online_chat_fragment_search_bar)).perform(typeText(text), closeSoftKeyboard()).check(matches(withText(text)));