[fenix] For https://github.com/mozilla-mobile/fenix/issues/25393 fix flaky verifyAboutFirefoxPreview UI test

pull/600/head
AndiAJ 2 years ago committed by mergify[bot]
parent d15af86619
commit dea8bbfa92

@ -15,6 +15,7 @@ import org.junit.Test
import org.mozilla.fenix.ext.settings
import org.mozilla.fenix.helpers.AndroidAssetDispatcher
import org.mozilla.fenix.helpers.HomeActivityIntentTestRule
import org.mozilla.fenix.helpers.RetryTestRule
import org.mozilla.fenix.ui.robots.clickRateButtonGooglePlay
import org.mozilla.fenix.ui.robots.homeScreen
import org.mozilla.fenix.ui.robots.mDevice
@ -33,6 +34,10 @@ class SettingsAboutTest {
@get:Rule
val activityIntentTestRule = HomeActivityIntentTestRule()
@Rule
@JvmField
val retryTestRule = RetryTestRule(3)
@Before
fun setUp() {
mockWebServer = MockWebServer().apply {

Loading…
Cancel
Save