Bug 1846237 - Add smoke test annotation to testSignInPageWithNoNetworkConnection UI test

fenix/118.0
AndiAJ 10 months ago committed by mergify[bot]
parent 554195ada4
commit 985306d119

@ -9,6 +9,7 @@ import org.junit.After
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.R
import org.mozilla.fenix.customannotations.SmokeTest
import org.mozilla.fenix.helpers.HomeActivityTestRule
import org.mozilla.fenix.helpers.TestHelper.packageName
import org.mozilla.fenix.helpers.TestHelper.setNetworkEnabled
@ -83,6 +84,7 @@ class NoNetworkAccessStartupTests {
}.refreshPage { }
}
@SmokeTest
@Test
fun testSignInPageWithNoNetworkConnection() {
setNetworkEnabled(false)

Loading…
Cancel
Save