Merge pull request #5186 from vector-im/feature/fga/fix_ui_test
Feature/fga/fix UI test
This commit is contained in:
commit
a75e2d5fa8
|
@ -60,8 +60,6 @@ class RoomDetailRobot {
|
|||
pressBack()
|
||||
clickMenu(R.id.video_call)
|
||||
pressBack()
|
||||
clickMenu(R.id.search)
|
||||
pressBack()
|
||||
}
|
||||
|
||||
fun crawlMessage(message: String) {
|
||||
|
|
|
@ -57,7 +57,7 @@ data class Identity(
|
|||
|
||||
override fun getProperties(): Map<String, Any?>? {
|
||||
return mutableMapOf<String, Any?>().apply {
|
||||
put("ftueUseCaseSelection", null)
|
||||
put("ftueUseCaseSelection", ftueUseCaseSelection?.name)
|
||||
}.takeIf { it.isNotEmpty() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue