author | gasolin <gasolin@gmail.com> |
Tue, 24 May 2016 13:55:16 +0800 | |
changeset 299552 | 97254a1b7096c1f5e63d42374fed50d38150c0ef |
parent 299551 | 27252da65bbf8eba420e4460ba6b78851c55aa70 |
child 299553 | e8155c4b4889919604a1484c7ba8031ec2edcc01 |
push id | 77622 |
push user | ryanvm@gmail.com |
push date | Mon, 30 May 2016 21:18:58 +0000 |
treeherder | mozilla-inbound@88c344a56eac [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | MattN |
bugs | 1275100 |
milestone | 49.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
toolkit/components/passwordmgr/test/browser/browser_notifications_2.js | file | annotate | diff | comparison | revisions |
--- a/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js +++ b/toolkit/components/passwordmgr/test/browser/browser_notifications_2.js @@ -1,8 +1,14 @@ +add_task(function* setup() { + yield SpecialPowers.pushPrefEnv({"set": [ + ["signon.rememberSignons.visibilityToggle", true] + ]}); +}); + /** * Test that the doorhanger main action button is disabled * when the password field is empty. * * Also checks that submiting an empty password throws an error. */ add_task(function* test_empty_password() { yield BrowserTestUtils.withNewTab({