mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 13:11:07 +03:00
Test analytics opt-in screen from the settings
This commit is contained in:
parent
d127e0c39d
commit
5989d6b82a
2 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,6 @@ class UiAllScreensSanityTest {
|
|||
preferences { crawl() }
|
||||
voiceAndVideo()
|
||||
ignoredUsers()
|
||||
// TODO Test analytics
|
||||
securityAndPrivacy { crawl() }
|
||||
labs()
|
||||
advancedSettings { crawl() }
|
||||
|
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue