Items have been reordered
This commit is contained in:
parent
0f328fda44
commit
490a8551ac
|
@ -277,13 +277,18 @@ class UiAllScreensSanityTest {
|
||||||
|
|
||||||
assertDisplayed(R.id.roomProfileAvatarView)
|
assertDisplayed(R.id.roomProfileAvatarView)
|
||||||
|
|
||||||
// Room addresses
|
// Leave
|
||||||
clickListItem(R.id.matrixProfileRecyclerView, 13)
|
clickListItem(R.id.matrixProfileRecyclerView, 13)
|
||||||
|
clickDialogNegativeButton()
|
||||||
|
|
||||||
|
// Advanced
|
||||||
|
// Room addresses
|
||||||
|
clickListItem(R.id.matrixProfileRecyclerView, 15)
|
||||||
onView(isRoot()).perform(waitForView(withText(R.string.room_alias_published_alias_title)))
|
onView(isRoot()).perform(waitForView(withText(R.string.room_alias_published_alias_title)))
|
||||||
pressBack()
|
pressBack()
|
||||||
|
|
||||||
// Room permissions
|
// Room permissions
|
||||||
clickListItem(R.id.matrixProfileRecyclerView, 15)
|
clickListItem(R.id.matrixProfileRecyclerView, 17)
|
||||||
onView(isRoot()).perform(waitForView(withText(R.string.room_permissions_title)))
|
onView(isRoot()).perform(waitForView(withText(R.string.room_permissions_title)))
|
||||||
clickOn(R.string.room_permissions_change_room_avatar)
|
clickOn(R.string.room_permissions_change_room_avatar)
|
||||||
clickDialogNegativeButton()
|
clickDialogNegativeButton()
|
||||||
|
@ -292,10 +297,6 @@ class UiAllScreensSanityTest {
|
||||||
clickOn(R.string.hide_advanced)
|
clickOn(R.string.hide_advanced)
|
||||||
pressBack()
|
pressBack()
|
||||||
|
|
||||||
// Leave
|
|
||||||
clickListItem(R.id.matrixProfileRecyclerView, 17)
|
|
||||||
clickDialogNegativeButton()
|
|
||||||
|
|
||||||
// Menu share
|
// Menu share
|
||||||
// clickMenu(R.id.roomProfileShareAction)
|
// clickMenu(R.id.roomProfileShareAction)
|
||||||
// pressBack()
|
// pressBack()
|
||||||
|
|
Loading…
Reference in New Issue