mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-29 11:02:35 +01:00
Update test
This commit is contained in:
parent
0f14652932
commit
fd76db9616
@ -56,8 +56,10 @@ class RoomDetailRobot {
|
||||
// Menu
|
||||
openMenu()
|
||||
pressBack()
|
||||
/* TODO something has changed in the menu :/
|
||||
clickMenu(R.id.voice_call)
|
||||
pressBack()
|
||||
*/
|
||||
clickMenu(R.id.video_call)
|
||||
pressBack()
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ class SpaceRobot {
|
||||
|
||||
fun createSpace(block: SpaceCreateRobot.() -> Unit) {
|
||||
openDrawer()
|
||||
clickOn(R.string.add_space)
|
||||
clickOn(R.string.create_space)
|
||||
block(SpaceCreateRobot())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user