@Test
    public void testGuestUserDoesNotSeeEveryOption() {
        onView(withText(R.string.drawer_chats)).check(doesNotExist());
        onView(withText(R.string.drawer_logout)).check(doesNotExist());
        onView(withText(R.string.drawer_profile)).check(doesNotExist());