summaryrefslogtreecommitdiffstats
path: root/browser/components/customizableui/test/browser_open_in_lazy_tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/customizableui/test/browser_open_in_lazy_tab.js')
-rw-r--r--browser/components/customizableui/test/browser_open_in_lazy_tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/customizableui/test/browser_open_in_lazy_tab.js b/browser/components/customizableui/test/browser_open_in_lazy_tab.js
index c18de67698..696bfde69b 100644
--- a/browser/components/customizableui/test/browser_open_in_lazy_tab.js
+++ b/browser/components/customizableui/test/browser_open_in_lazy_tab.js
@@ -9,7 +9,7 @@ add_task(async function open_customize_mode_in_lazy_tab() {
});
gCustomizeMode.setTab(tab);
- is(tab.linkedPanel, "", "Tab should be lazy");
+ is(tab.linkedPanel, null, "Tab should be lazy");
let title = gNavigatorBundle.getFormattedString("customizeMode.tabTitle", [
document.getElementById("bundle_brand").getString("brandShortName"),