diff --git a/browser/base/content/popup-notifications.inc b/browser/base/content/popup-notifications.inc index 23d36a6f3f30..6e9a4a63e897 100644 --- a/browser/base/content/popup-notifications.inc +++ b/browser/base/content/popup-notifications.inc @@ -54,8 +54,8 @@ diff --git a/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js b/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js index ab850d335f8e..a12d1b4979fc 100644 --- a/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js +++ b/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js @@ -43,7 +43,7 @@ add_task(async function test_toggle_password() { Assert.ok(toggleCheckbox.checked); Assert.equal( passwordTextbox.type, - "", + "text", "Password textbox changed to plain text" );