mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
parent
2ce3a5e0c5
commit
282ba75652
@ -10,6 +10,7 @@ import androidx.test.uiautomator.UiSelector
|
||||
import okhttp3.mockwebserver.MockWebServer
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.mozilla.fenix.ext.settings
|
||||
@ -79,6 +80,7 @@ class SettingsAboutTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25355")
|
||||
@Test
|
||||
fun verifyAboutFirefoxPreview() {
|
||||
val settings = activityIntentTestRule.activity.settings()
|
||||
|
@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice
|
||||
import okhttp3.mockwebserver.MockWebServer
|
||||
import org.junit.After
|
||||
import org.junit.Before
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.mozilla.fenix.customannotations.SmokeTest
|
||||
@ -74,6 +75,7 @@ class SettingsAdvancedTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25551")
|
||||
@SmokeTest
|
||||
@Test
|
||||
// Assumes Play Store is installed and enabled
|
||||
|
Loading…
Reference in New Issue
Block a user