We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d4850 commit 8dbe86aCopy full SHA for 8dbe86a
1 file changed
app/src/androidTest/java/com/nmc/android/ui/LauncherActivityIT.kt
@@ -44,8 +44,12 @@ class LauncherActivityIT : AbstractIT() {
44
scenario.onActivity { _ ->
45
onIdleSync {
46
onView(withId(R.id.ivSplash)).check(matches(isCompletelyDisplayed()))
47
- onView(withId(R.id.splashScreenBold)).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
48
- onView(withId(R.id.splashScreenNormal)).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
+ onView(
+ withId(R.id.splashScreenBold)
49
+ ).check(matches(withEffectiveVisibility(ViewMatchers.Visibility.GONE)))
50
51
+ withId(R.id.splashScreenNormal)
52
53
}
54
55
0 commit comments