mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
[WIP] Adding Espresso test for orientation change (#2814)
* first commit * initial commit * added UI test for more activities * added more tests * improved code quality * reverted code
This commit is contained in:
parent
dcbf076965
commit
4578600c1e
12 changed files with 129 additions and 6 deletions
|
|
@ -47,4 +47,9 @@ class NavigationBaseActivityTest {
|
|||
UITestHelper.sleep(500)
|
||||
onView(withId(R.id.navigation_view)).perform(NavigationViewActions.navigateTo(menuItemId))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun orientationChange() {
|
||||
UITestHelper.changeOrientation(activityRule)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue