2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

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

This commit is contained in:
AndiAJ 2023-05-09 17:14:55 +03:00 committed by mergify[bot]
parent 5a70af6045
commit cc24439196

View File

@ -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() {