For #12968: Re-enables Search settings tests (#13020)

releases/v80.0.0
Oana Horvath 4 years ago committed by GitHub
parent 53a4f63393
commit b0dfdd57dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,6 @@ class SearchTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test
fun shortcutSearchEngineSettingsTest() {
homeScreen {

@ -60,7 +60,6 @@ class SettingsBasicsTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test
// Walks through settings menu and sub-menus to ensure all items are present
fun settingsMenuBasicsItemsTests() {
@ -91,7 +90,6 @@ class SettingsBasicsTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/12968")
@Test
fun selectNewDefaultSearchEngine() {
// Goes through the settings and changes the default search engine, then verifies it has changed.

Loading…
Cancel
Save