mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
fix idling resource in IntroTestActivity
This commit is contained in:
parent
def6df287d
commit
18daf6b817
@ -70,7 +70,7 @@ public class IntroActivityTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testIntroActivity(){
|
||||
public void testIntroActivity() {
|
||||
BaristaSleepInteractions.sleep(TEST_PAUSE_MS);
|
||||
ViewInteraction viewPager = onView(withId(R.id.view_pager));
|
||||
|
||||
@ -99,7 +99,6 @@ public class IntroActivityTest {
|
||||
|
||||
@After
|
||||
public void endTest() {
|
||||
IdlingRegistry.getInstance().unregister(LibraryFragment.IDLING_RESOURCE);
|
||||
Intents.release();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user