Test analytics opt-in screen from the settings

This commit is contained in:
Benoit Marty 2022-01-13 18:16:41 +01:00 committed by Benoit Marty
parent d127e0c39d
commit 5989d6b82a
2 changed files with 3 additions and 1 deletions

View file

@ -69,7 +69,6 @@ class UiAllScreensSanityTest {
preferences { crawl() }
voiceAndVideo()
ignoredUsers()
// TODO Test analytics
securityAndPrivacy { crawl() }
labs()
advancedSettings { crawl() }

View file

@ -33,5 +33,8 @@ class SettingsSecurityRobot {
clickOnPreference(R.string.encryption_export_e2e_room_keys)
pressBack()
*/
clickOnPreference(R.string.settings_opt_in_of_analytics)
Espresso.pressBack()
}
}