mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
remove redundant code in IntroActivityTest
This commit is contained in:
parent
8244101270
commit
a23c7d6af9
@ -68,11 +68,9 @@ public class IntroActivityTest {
|
|||||||
Intents.init();
|
Intents.init();
|
||||||
activityTestRule.launchActivity();
|
activityTestRule.launchActivity();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testIntroActivity(){
|
public void testIntroActivity(){
|
||||||
Intents.init();
|
|
||||||
activityTestRule.launchActivity();
|
|
||||||
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
||||||
ViewInteraction viewPager = onView(withId(R.id.view_pager));
|
ViewInteraction viewPager = onView(withId(R.id.view_pager));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user