onView(withId(R.id.takeControl)).check(matches(withText(R.string.intro_slogan2)))// intro_welcome is the first fragment, check first if the String Resource "intro_slogan2" is shown.
onView(withId(R.id.next)).perform(click())// change the fragment by clicking on the FAB