mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* user guide added in about * test added * unit test added
This commit is contained in:
parent
1078c70525
commit
6ea3198d65
6 changed files with 32 additions and 0 deletions
|
|
@ -104,6 +104,15 @@ class AboutActivityTest {
|
|||
IntentMatchers.hasData(Urls.CREDITS_URL)))
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("Fix Failing Test")
|
||||
fun testLaunchUserGuide() {
|
||||
Espresso.onView(ViewMatchers.withId(R.id.about_user_guide)).perform(ViewActions.click())
|
||||
Intents.intended(CoreMatchers.allOf(IntentMatchers.hasAction(Intent.ACTION_VIEW),
|
||||
IntentMatchers.hasData(Urls.USER_GUIDE_URL)))
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
@Ignore("Fix Failing Test")
|
||||
fun testLaunchAboutFaq() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue