mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Merge pull request #7185 from vector-im/bugfix/nfe/app_layout_all_screens_test_fix
fixed all screens test to follow latest changes
This commit is contained in:
commit
bf19ef81d0
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