mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
fixed all screens test to follow latest changes
This commit is contained in:
@@ -110,9 +110,6 @@ class ElementRobot(
|
|||||||
closeSoftKeyboard()
|
closeSoftKeyboard()
|
||||||
block(NewDirectMessageRobot())
|
block(NewDirectMessageRobot())
|
||||||
pressBack()
|
pressBack()
|
||||||
if (labsPreferences.isNewAppLayoutEnabled) {
|
|
||||||
pressBack() // close create dialog
|
|
||||||
}
|
|
||||||
waitUntilViewVisible(withId(R.id.roomListContainer))
|
waitUntilViewVisible(withId(R.id.roomListContainer))
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -121,9 +118,6 @@ class ElementRobot(
|
|||||||
clickOn(R.id.bottom_action_rooms)
|
clickOn(R.id.bottom_action_rooms)
|
||||||
}
|
}
|
||||||
RoomListRobot(labsPreferences).newRoom { block() }
|
RoomListRobot(labsPreferences).newRoom { block() }
|
||||||
if (labsPreferences.isNewAppLayoutEnabled) {
|
|
||||||
pressBack() // close create dialog
|
|
||||||
}
|
|
||||||
waitUntilViewVisible(withId(R.id.roomListContainer))
|
waitUntilViewVisible(withId(R.id.roomListContainer))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user