For #18986 & #19016: disabled failing tests changeThemeSetting & changeAccessibiltySettings

upstream-sync
Oana Horvath 4 years ago
parent 990bfa7e6d
commit 1128f921ad

@ -10,6 +10,7 @@ import androidx.test.uiautomator.UiDevice
import okhttp3.mockwebserver.MockWebServer import okhttp3.mockwebserver.MockWebServer
import org.junit.After import org.junit.After
import org.junit.Before import org.junit.Before
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.mozilla.fenix.FenixApplication import org.mozilla.fenix.FenixApplication
@ -133,6 +134,7 @@ class SettingsBasicsTest {
} }
} }
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/19016")
@Test @Test
fun changeThemeSetting() { fun changeThemeSetting() {
// Goes through the settings and changes the default search engine, then verifies it changes. // Goes through the settings and changes the default search engine, then verifies it changes.
@ -159,6 +161,7 @@ class SettingsBasicsTest {
} }
} }
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/18986")
@Test @Test
fun changeAccessibiltySettings() { fun changeAccessibiltySettings() {
// Goes through the settings and changes the default text on a webpage, then verifies if the text has changed. // Goes through the settings and changes the default text on a webpage, then verifies if the text has changed.

Loading…
Cancel
Save