mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Merge pull request #5186 from vector-im/feature/fga/fix_ui_test
Feature/fga/fix UI test
This commit is contained in:
commit
a75e2d5fa8
2 changed files with 1 additions and 3 deletions
|
@ -60,8 +60,6 @@ class RoomDetailRobot {
|
||||||
pressBack()
|
pressBack()
|
||||||
clickMenu(R.id.video_call)
|
clickMenu(R.id.video_call)
|
||||||
pressBack()
|
pressBack()
|
||||||
clickMenu(R.id.search)
|
|
||||||
pressBack()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fun crawlMessage(message: String) {
|
fun crawlMessage(message: String) {
|
||||||
|
|
|
@ -57,7 +57,7 @@ data class Identity(
|
||||||
|
|
||||||
override fun getProperties(): Map<String, Any?>? {
|
override fun getProperties(): Map<String, Any?>? {
|
||||||
return mutableMapOf<String, Any?>().apply {
|
return mutableMapOf<String, Any?>().apply {
|
||||||
put("ftueUseCaseSelection", null)
|
put("ftueUseCaseSelection", ftueUseCaseSelection?.name)
|
||||||
}.takeIf { it.isNotEmpty() }
|
}.takeIf { it.isNotEmpty() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue