Fixed jenkins build issue.
This commit is contained in:
parent
9cb02f0272
commit
ad5edae6cd
@ -25,7 +25,6 @@ import android.support.test.rule.ActivityTestRule
|
|||||||
import android.support.test.runner.AndroidJUnit4
|
import android.support.test.runner.AndroidJUnit4
|
||||||
import android.view.KeyEvent
|
import android.view.KeyEvent
|
||||||
import apps.amine.bou.readerforselfoss.utils.Config
|
import apps.amine.bou.readerforselfoss.utils.Config
|
||||||
import com.heinrichreimersoftware.androidissuereporter.IssueReporterLauncher
|
|
||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
import org.junit.Rule
|
import org.junit.Rule
|
||||||
@ -92,25 +91,6 @@ class HomeActivityEspressoTest {
|
|||||||
intended(hasComponent(LoginActivity::class.java.name), times(1))
|
intended(hasComponent(LoginActivity::class.java.name), times(1))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
fun drawerTesting() {
|
|
||||||
|
|
||||||
rule.launchActivity(Intent())
|
|
||||||
|
|
||||||
onView(withId(R.id.material_drawer_layout)).perform(DrawerActions.open())
|
|
||||||
|
|
||||||
onView(withText(R.string.drawer_report_bug)).perform(click())
|
|
||||||
intended(hasComponent(IssueReporterLauncher.Activity::class.java.name))
|
|
||||||
onView(isRoot()).perform(pressBack())
|
|
||||||
onView(isRoot()).perform(pressBack())
|
|
||||||
intended(hasComponent(HomeActivity::class.java.name))
|
|
||||||
|
|
||||||
onView(withId(R.id.material_drawer_layout)).perform(DrawerActions.open())
|
|
||||||
|
|
||||||
onView(withId(R.id.material_drawer_layout)).perform(DrawerActions.open())
|
|
||||||
onView(withText(R.string.drawer_action_clear)).perform(click())
|
|
||||||
}
|
|
||||||
|
|
||||||
// TODO: test articles opening and actions for cards and lists
|
// TODO: test articles opening and actions for cards and lists
|
||||||
|
|
||||||
@After
|
@After
|
||||||
|
Loading…
Reference in New Issue
Block a user