mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
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:
parent
2d73b99c54
commit
0a15cf8c45
@ -48,6 +48,17 @@ class GenericExperimentIntegrationTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun verifyStudiesAreDisabled() {
|
||||
homeScreen {
|
||||
}.openThreeDotMenu {
|
||||
}.openSettings {
|
||||
}.openSettingsSubMenuDataCollection {
|
||||
clickStudiesOption()
|
||||
verifyStudiesToggle(false)
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun testExperimentEnrolled() {
|
||||
homeScreen {
|
||||
|
Loading…
Reference in New Issue
Block a user