Bug 1832087 - Add bug causing flakiness in cookie banner reduction UI tests

fenix/115.2.0
AndiAJ 1 year ago committed by mergify[bot]
parent 5a70af6045
commit cc24439196

@ -15,6 +15,7 @@ class CookieBannerReductionTest {
@get:Rule
val activityTestRule = HomeActivityIntentTestRule.withDefaultSettingsOverrides(skipOnboarding = true)
// Bug causing flakiness https://bugzilla.mozilla.org/show_bug.cgi?id=1807440
@SmokeTest
@Test
fun verifyCookieBannerReductionTest() {
@ -62,6 +63,7 @@ class CookieBannerReductionTest {
}
}
// Bug causing flakiness https://bugzilla.mozilla.org/show_bug.cgi?id=1807440
@SmokeTest
@Test
fun verifyCookieBannerReductionInPrivateBrowsingTest() {

Loading…
Cancel
Save