From 5984a1d74cee5861e9352b2aa823a79dbb675ae6 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 3 Jul 2020 11:19:19 -0400 Subject: [PATCH] Closes #8714: Re-enable toggleShowVisitedSitesAndBookmarks --- .../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 534d915f4f04..6a0e76febb93 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.