From 901a90643f5c06a7ad6815a4a9e9859503d13723 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Fri, 3 Jul 2020 13:20:39 -0400 Subject: [PATCH] Closes #8714: Re-enable toggleShowVisitedSitesAndBookmarks (#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 534d915f4..6a0e76feb 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.