mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 11:59:12 +03:00
fixed all screens test to follow latest changes
This commit is contained in:
parent
8624199be3
commit
f6dfd64326
1 changed files with 0 additions and 6 deletions
|
@ -110,9 +110,6 @@ class ElementRobot(
|
|||
closeSoftKeyboard()
|
||||
block(NewDirectMessageRobot())
|
||||
pressBack()
|
||||
if (labsPreferences.isNewAppLayoutEnabled) {
|
||||
pressBack() // close create dialog
|
||||
}
|
||||
waitUntilViewVisible(withId(R.id.roomListContainer))
|
||||
}
|
||||
|
||||
|
@ -121,9 +118,6 @@ class ElementRobot(
|
|||
clickOn(R.id.bottom_action_rooms)
|
||||
}
|
||||
RoomListRobot(labsPreferences).newRoom { block() }
|
||||
if (labsPreferences.isNewAppLayoutEnabled) {
|
||||
pressBack() // close create dialog
|
||||
}
|
||||
waitUntilViewVisible(withId(R.id.roomListContainer))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue