|
@@ -44,8 +44,12 @@ class LauncherActivityIT : AbstractIT() {
|
|
|
scenario.onActivity { _ ->
|
|
|
onIdleSync {
|
|
|
onView(withId(R.id.ivSplash)).check(matches(isCompletelyDisplayed()))
|
|
|
- onView(withId(R.id.splashScreenBold)).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
|
|
|
- onView(withId(R.id.splashScreenNormal)).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
|
|
|
+ onView(
|
|
|
+ withId(R.id.splashScreenBold)
|
|
|
+ ).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
|
|
|
+ onView(
|
|
|
+ withId(R.id.splashScreenNormal)
|
|
|
+ ).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
|
|
|
}
|
|
|
}
|
|
|
}
|