@Test
    public void canSortByLocation() throws InterruptedException{
        mFragmentTestRule.launchActivity(null);
        Thread.sleep(2000);
        onView(ViewMatchers.withId(R.id.sortBySpinner)).perform(scrollTo(), click());