From a9413c417a7cf0971d530305194cab9f4fd9f219 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 24 May 2022 14:05:13 -0700 Subject: [PATCH] Make firefox nobookmarks needle not workaround any more We've been told the bookmark toolbar no longer being shown on app start is by design, so we can't call this a workaround needle any more really. There's a preference we could use to turn it back on so we can wait for the bookmark toolbar to show up to be sure firefox is fully started, but in fact tests seem to be passing OK with just this needle these days, so we may not need to. Signed-off-by: Adam Williamson --- needles/firefox/firefox-nobookmarks-20220311.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/needles/firefox/firefox-nobookmarks-20220311.json b/needles/firefox/firefox-nobookmarks-20220311.json index c32a337f..7f5179af 100644 --- a/needles/firefox/firefox-nobookmarks-20220311.json +++ b/needles/firefox/firefox-nobookmarks-20220311.json @@ -15,14 +15,9 @@ "height": 18 } ], - "properties": [ - { - "name": "workaround", - "value": "the expected bookmarks toolbar is missing - brc#2054953" - } - ], + "properties": [], "tags": [ "firefox", "browser" ] -} \ No newline at end of file +}