diff --git a/browser/base/content/test/browser_locationBarCommand.js b/browser/base/content/test/browser_locationBarCommand.js index c697e5c1a1a1..794d15d73d0f 100644 --- a/browser/base/content/test/browser_locationBarCommand.js +++ b/browser/base/content/test/browser_locationBarCommand.js @@ -73,7 +73,6 @@ let gTests = [ check: function(aTab) { // Right click should do nothing (context menu will be shown) is(gURLBar.value, TEST_VALUE, "Urlbar still has the value we entered"); - ok(gURLBar.focused, "Urlbar is still focused after click"); } },