@Test
    public void userCanEditLastName() {
        mFragmentTestRule.launchActivity(null);
        String newLastname = "fofofofo";
        onView(withId(R.id.profLastNameEdit)).perform(replaceText(newLastname)).perform(closeSoftKeyboard());