Update test

This commit is contained in:
Benoit Marty 2022-04-05 22:16:42 +02:00
parent 0f14652932
commit fd76db9616
2 changed files with 3 additions and 1 deletions

View File

@ -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()
}

View File

@ -24,7 +24,7 @@ class SpaceRobot {
fun createSpace(block: SpaceCreateRobot.() -> Unit) {
openDrawer()
clickOn(R.string.add_space)
clickOn(R.string.create_space)
block(SpaceCreateRobot())
}