mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
fixing formatting
This commit is contained in:
parent
657a613374
commit
78675d4aa1
2 changed files with 1 additions and 3 deletions
|
@ -32,4 +32,3 @@ inline fun <reified T : Activity> waitUntilActivityVisible(noinline block: (() -
|
||||||
fun waitUntilViewVisible(viewMatcher: Matcher<View>) {
|
fun waitUntilViewVisible(viewMatcher: Matcher<View>) {
|
||||||
Espresso.onView(ViewMatchers.isRoot()).perform(waitForView(viewMatcher))
|
Espresso.onView(ViewMatchers.isRoot()).perform(waitForView(viewMatcher))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ class UiAllScreensSanityTest {
|
||||||
|
|
||||||
// Disable until the "you don't have a session for id %d" sign out bug is fixed
|
// Disable until the "you don't have a session for id %d" sign out bug is fixed
|
||||||
// elementRobot.signout()
|
// elementRobot.signout()
|
||||||
//// Login again on the same account
|
// // Login again on the same account
|
||||||
// elementRobot.login(userId)
|
// elementRobot.login(userId)
|
||||||
//
|
//
|
||||||
// ignoreVerification()
|
// ignoreVerification()
|
||||||
|
@ -120,4 +120,3 @@ class UiAllScreensSanityTest {
|
||||||
clickOn(R.string.skip)
|
clickOn(R.string.skip)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue