1
0
Fork 0

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

master
Oana Horvath 2020-07-28 16:22:46 +03:00 committed by GitHub
parent 53a4f63393
commit b0dfdd57dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

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

View File

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