I am trying to test the absence of the UI view. The view selector is as follows:
public static ViewInteraction onMyTestUi() { return onView(withId(R.id.m
onView(withText("")).check(doesNotExist());