Add smoke test annotations for blockCookiesStorageAccessTest and allowCookiesStorageAccessTest UI tests

pull/543/head
AndiAJ 2 years ago committed by mergify[bot]
parent 6834aadf84
commit 990d015c3d

@ -230,6 +230,7 @@ class EnhancedTrackingProtectionTest {
}
}
@SmokeTest
@Test
fun blockCookiesStorageAccessTest() {
// With Standard TrackingProtection settings
@ -246,6 +247,7 @@ class EnhancedTrackingProtectionTest {
}
}
@SmokeTest
@Test
fun allowCookiesStorageAccessTest() {
// With Standard TrackingProtection settings

Loading…
Cancel
Save