Bug 1849978 - Remove smoke test annotation from context menu related UI tests

fenix/118.0
AndiAJ 10 months ago committed by mergify[bot]
parent 7d532c7c47
commit 7ffc54ef40

@ -13,7 +13,6 @@ import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
import org.mozilla.fenix.ext.settings
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
import org.mozilla.fenix.helpers.HomeActivityIntentTestRule
@ -70,7 +69,6 @@ class ContextMenusTest {
mockWebServer.shutdown()
}
@SmokeTest
@Test
fun verifyContextOpenLinkNewTab() {
val pageLinks =
@ -94,7 +92,6 @@ class ContextMenusTest {
}
}
@SmokeTest
@Test
fun verifyContextOpenLinkPrivateTab() {
val pageLinks =

Loading…
Cancel
Save