From cbfb7e2e2fcb434d97062d1245910469b7d2f8e7 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 3 Jul 2020 13:20:39 -0400 Subject: [PATCH] [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8714: Re-enable toggleShowVisitedSitesAndBookmarks (https://github.com/mozilla-mobile/fenix/pull/12251) --- .../androidTest/java/org/mozilla/fenix/ui/SettingsBasicsTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsBasicsTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsBasicsTest.kt index 534d915f4f..6a0e76febb 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsBasicsTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/SettingsBasicsTest.kt @@ -123,7 +123,6 @@ class SettingsBasicsTest { } } - @Ignore("Currently failing on firebase: https://github.com/mozilla-mobile/fenix/issues/8747") @Test fun toggleShowVisitedSitesAndBookmarks() { // Bookmarks a few websites, toggles the history and bookmarks setting to off, then verifies if the visited and bookmarked websites do not show in the suggestions.