Skip to content

Commit

Permalink
Merge pull request #7185 from vector-im/bugfix/nfe/app_layout_all_scr…
Browse files Browse the repository at this point in the history
…eens_test_fix

fixed all screens test to follow latest changes
  • Loading branch information
ganfra authored Sep 21, 2022
2 parents 8624199 + f6dfd64 commit bf19ef8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ class ElementRobot(
closeSoftKeyboard()
block(NewDirectMessageRobot())
pressBack()
if (labsPreferences.isNewAppLayoutEnabled) {
pressBack() // close create dialog
}
waitUntilViewVisible(withId(R.id.roomListContainer))
}

Expand All @@ -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))
}

Expand Down

0 comments on commit bf19ef8

Please sign in to comment.