1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Changes vector feature preference key and function name for clarity

This commit is contained in:
ericdecanini
2022-09-06 16:07:12 +02:00
parent 31a3552e26
commit b7efd6384c
9 changed files with 20 additions and 13 deletions

View File

@@ -152,7 +152,7 @@ class ElementRobot {
}
fun signout(expectSignOutWarning: Boolean) {
if (features.isNewAppLayoutEnabled()) {
if (features.isNewAppLayoutFeatureEnabled()) {
onView(withId((R.id.avatar)))
.perform(click())
waitUntilActivityVisible<VectorSettingsActivity> {