summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/tests/browser_contentblocking.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/preferences/tests/browser_contentblocking.js')
-rw-r--r--browser/components/preferences/tests/browser_contentblocking.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/preferences/tests/browser_contentblocking.js b/browser/components/preferences/tests/browser_contentblocking.js
index 3d33f2ed7d..c178233a72 100644
--- a/browser/components/preferences/tests/browser_contentblocking.js
+++ b/browser/components/preferences/tests/browser_contentblocking.js
@@ -1021,7 +1021,7 @@ add_task(async function testDisableTPCheckBoxDisablesEmailTP() {
// Verify the checkbox is unchecked after clicking.
is(
tpCheckbox.getAttribute("checked"),
- "",
+ null,
"Tracking protection checkbox is unchecked"
);