@ -17,25 +17,25 @@
package org.xbmc.kore.tests.ui.tvshows ;
import android.content.Context ;
import android.support.test.espresso.Espresso ;
import android.support.test.rule.ActivityTestRule ;
import android.widget.TextView ;
import androidx.test.espresso.Espresso ;
import androidx.test.rule.ActivityTestRule ;
import org.junit.Rule ;
import org.junit.Test ;
import org.xbmc.kore.R ;
import org.xbmc.kore.host.HostInfo ;
import org.xbmc.kore.testhelpers.EspressoTestUtils ;
import org.xbmc.kore.tests.ui.AbstractTestClass ;
import org.xbmc.kore.ui.sections.video.TVShowsActivity ;
import static android .support .test.espresso.Espresso.onView;
import static android .support .test.espresso.action.ViewActions.click;
import static android .support .test.espresso.assertion.ViewAssertions.matches;
import static android .support .test.espresso.matcher.ViewMatchers.withId;
import static android .support .test.espresso.matcher.ViewMatchers.withParent;
import static android .support .test.espresso.matcher.ViewMatchers.withText;
import static org.hamcrest. Matchers.allOf;
import static android x .test.espresso.Espresso.onView;
import static android x .test.espresso.action.ViewActions.click;
import static android x .test.espresso.assertion.ViewAssertions.matches;
import static android x .test.espresso.matcher.ViewMatchers.withId;
import static android x .test.espresso.matcher.ViewMatchers.withParent;
import static android x .test.espresso.matcher.ViewMatchers.withText;
import static org.hamcrest. Core Matchers.allOf;
import static org.hamcrest.Matchers.instanceOf ;
import static org.junit.Assert.assertFalse ;
import static org.junit.Assert.assertTrue ;