Bug 1923693 - Add Android UI Test to verify studies toggle UI. r=jajohnson DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D225085
This commit is contained in:
Benjamin Forehand Jr 2024-10-14 18:54:43 +00:00
parent 2d73b99c54
commit 0a15cf8c45

View File

@ -48,6 +48,17 @@ class GenericExperimentIntegrationTest {
}
}
@Test
fun verifyStudiesAreDisabled() {
homeScreen {
}.openThreeDotMenu {
}.openSettings {
}.openSettingsSubMenuDataCollection {
clickStudiesOption()
verifyStudiesToggle(false)
}
}
@Test
fun testExperimentEnrolled() {
homeScreen {