mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 23:30:24 +01:00
fixed all screens test to follow latest changes
This commit is contained in:
parent
8624199be3
commit
f6dfd64326
@ -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 New Issue
Block a user