mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
fixing wrong wait function being used
This commit is contained in:
parent
69c05e63d4
commit
a3dd3a830c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class RoomDetailRobot {
|
|||
|
||||
fun openSettings(block: RoomSettingsRobot.() -> Unit) {
|
||||
clickMenu(R.id.timeline_setting)
|
||||
waitForView(withId(R.id.roomProfileAvatarView))
|
||||
waitUntilViewVisible(withId(R.id.roomProfileAvatarView))
|
||||
sleep(1000)
|
||||
block(RoomSettingsRobot())
|
||||
pressBack()
|
||||
|
|
Loading…
Reference in a new issue