mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +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()
|
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))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user