mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Removed unnecessary imports.
This commit is contained in:
parent
ad660920b5
commit
7d677f34d1
@ -27,7 +27,6 @@ import java.util.concurrent.TimeUnit;
|
||||
|
||||
import static android.support.test.espresso.Espresso.onData;
|
||||
import static android.support.test.espresso.Espresso.onView;
|
||||
import static android.support.test.espresso.Espresso.openContextualActionModeOverflowMenu;
|
||||
import static android.support.test.espresso.action.ViewActions.click;
|
||||
import static android.support.test.espresso.action.ViewActions.longClick;
|
||||
import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
|
||||
|
@ -49,7 +49,6 @@ import static android.support.test.espresso.web.sugar.Web.onWebView;
|
||||
import static android.support.test.espresso.web.webdriver.DriverAtoms.findElement;
|
||||
import static android.support.test.espresso.web.webdriver.DriverAtoms.webClick;
|
||||
import static org.hamcrest.Matchers.allOf;
|
||||
import static org.kiwix.kiwixmobile.utils.MenuUtilities.withMenuIdOrText;
|
||||
|
||||
@LargeTest
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@ -94,8 +93,6 @@ public class ZimTest {
|
||||
onView(withText("Home")).perform(click());
|
||||
}
|
||||
|
||||
onView(withMenuIdOrText(R.id.menu_home, R.string.menu_home)).perform(click());
|
||||
|
||||
onWebView().withElement(findElement(Locator.LINK_TEXT, "A Fool for You"));
|
||||
|
||||
onView(withId(R.id.drawer_layout)).perform(DrawerActions.open(Gravity.RIGHT));
|
||||
|
Loading…
x
Reference in New Issue
Block a user